Skip to content

Repository files navigation

SnapQL

Inspect GraphQL requests and responses in DevTools.

Chrome Web Store Made with React Built with Vite Tailwind CSS TypeScript License: GPL v3

SnapQL adds a powerful GraphQL inspection tab to Chrome DevTools. It automatically detects and displays GraphQL network requests on the current page — including queries, variables, and JSON responses — in a clean and readable interface.


✨ Features

  • Instant Visibility - See all GraphQL requests in one place.
  • Clear Formatting - View queries, variables, and responses with syntax highlighting.
  • Zero Setup - No configuration needed. Just install and open DevTools.
  • Universal - Works with any site using GraphQL.
  • Privacy First - Runs entirely within DevTools; no data is ever collected or sent.

🚀 Get Started

You can get SnapQL directly from the Chrome Web Store:

👉 Install from Chrome Web Store

Manual Installation (Development)

  1. Clone the repo: git clone https://github.com/akshay-xp/snapql.git
  2. Install dependencies: pnpm install
  3. Build the extension: pnpm build
  4. Open chrome://extensions, enable Developer Mode, and load the dist folder as an unpacked extension

🤝 Contributing

Contributions are welcome! If you have a feature idea, bug report, or fix, feel free to open an issue or submit a pull request.


📄 License

Licensed under the GNU General Public License v3.0.
See LICENSE for details.