One account for all your Google tools
GKit is a growing suite of Google Workspace tools by MrEshank. Connect once, use everything - turn Sheets into REST APIs, clean up your Drive, and discover the best Google tools in one place.
GET https://sheetsapi.gkit.mreshank.com/api/spreadsheets/{userKey}/Contacts
POST https://sheetsapi.gkit.mreshank.com/api/spreadsheets/{userKey}/Contacts
# First row = JSON keys. CRUD just works. CORS enabled.70+
free developer tools
2
Google Workspace products
Free
while in beta
SheetsAPI
From spreadsheet to REST API in 30 seconds
No backend, no infrastructure, no credit card.
Connect Google
Sign in with your Google account. GKit requests the minimum OAuth scopes - no extra permissions, no surprises.
Select a Sheet
Pick any Google Sheet from your Drive. GKit generates a live REST endpoint instantly - no config needed.
Query over HTTP
GET rows with search, sort, and pagination. POST new rows. Full CRUD with JSON, CSV, XML, or JSONP output.
A real REST API in 30 seconds
- 1Share your Google Sheet
- 2Connect to GKit SheetsAPI
- 3Your Sheet is now a REST API
curl "https://sheetsapi.gkit.mreshank.com/api/spreadsheets/uk_abc123/Products?limit=2&sort=-price"
{
"data": [
{ "name": "Pro Plan", "price": "49", "category": "SaaS" },
{ "name": "Starter", "price": "9", "category": "SaaS" }
],
"meta": { "total": 24, "limit": 2, "offset": 0 }
}Products
Independent tools that share one Google account. More arriving soon.
Free developer tools
19 browser-based utilities. No sign-in, nothing leaves your device.
The GKit Marketplace
A curated directory of the best Google Workspace add-ons, Chrome extensions, Apps Script tools, and APIs. Discover great tools - or list your own.
Why GKit
One Google account
Sign in once with Google and use every GKit product. Your account and data stay in sync across the entire suite.
Free while in beta
Every GKit tool is completely free today. No plan limits, no credit card - just connect and build.
Privacy-friendly
Built on your own Google data with OAuth. Tokens are encrypted at rest and never shared between products without consent.
Stay in the loop
GKit is growing. Get an email when a new product or major update ships.
Privacy-first
GKit never stores your Google data. All processing happens with OAuth tokens scoped to your account.
No setup required
Sign in with Google and start immediately. No credit card, no configuration, no waiting for approval.
Actively maintained
New tools and features ship every sprint. Follow the changelog for what's new.
From the blog
View allJul 26, 2026
Select all data where a condition is true in Google Sheets
Use SELECT * WHERE in the QUERY function to pull every matching row, with the exact syntax for text, numbers, dates and wildcards - and when FILTER is better.
Read moreJul 26, 2026
How to save a Google Sheet as CSV (every tab, UTF-8 fix)
Download a Google Sheet as CSV, export any single tab straight from a URL, fix Excel's broken characters, and automate the export on a schedule.
Read moreJul 26, 2026
How to work offline on Google Sheets (desktop and mobile)
Turn on offline mode, make a specific sheet available offline, and see which features stop working without a connection.
Read moreConnect your Google account and start building
Free while in beta. No credit card. Every GKit product, one sign-in away.