9 posts
Apps Script works - until it doesn't. Here's an honest breakdown of the alternatives developers actually reach for, based on what comes up repeatedly in dev communities.
How to deploy your own instance of SheetsAPI on Cloudflare Workers - open source, MIT licensed, and runs on the free tier.
SheetsAPI is MIT licensed - you can read the code, self-host it, and modify it freely. Here's why we chose open source and what that means for you.
Build a production-ready Go client for SheetsAPI - typed structs, context-aware requests, sync.Map TTL cache, and an http.HandleFunc proxy handler using only the standard library.
Both let you automate and extend Google Sheets - but they solve different problems. Here's how to choose.
The architecture behind GKit SheetsAPI: why we chose Cloudflare Workers over traditional servers, and what that means for latency and reliability.
How to create and use API keys in GKit SheetsAPI to protect private Google Sheet data from unauthorized access.
SheetsAPI - turn any Google Sheet into a REST API - is now in public beta. Free to use, MIT licensed, and running on Cloudflare Workers.
A practical guide to integrating SheetsAPI with Remix (React Router v7) - covering loaders, actions, typed responses, caching, and error boundaries.