SheetSandbox

Change
Log

New features, improvements, and fixes — most recent first.

v1.6.0

April 2026

Improvement

Dashboard now visible to all users — free plan no longer redirects to upgrade on login

Free users see the full dashboard with a locked 'Create API' button and upgrade prompt modal

Settings page accessible to all users — Traffic Throttling and Integration Reference sections are locked with blur overlay for free users

SDK install commands (npm, yarn, pip) always visible regardless of plan

Projects Created count locked behind Pro in settings — free users see an upgrade link instead

Consistent upgrade banner across dashboard and settings for free-plan users

v1.5.0

April 2025

Feature

Status page — live API health check with response latency at sheetsandbox.com/status

Changelog page — full version history now publicly available at sheetsandbox.com/changelog

CORS documentation added to docs — response headers, browser fetch example, framework compatibility notes

Daily request count reset — Vercel cron job resets all project counters to 0 at exactly 00:00 UTC

Rate limit email alerts — automatic email when any project hits 80% of its daily limit

.env snippet added to code snippets modal — pre-filled SHEETSANDBOX_TOKEN ready to paste

Settings page now links to Status and Changelog from the Integration Reference section

v1.4.0

April 2025

Feature

API Playground — test GET and POST endpoints directly in the dashboard via a server-side proxy (no CORS issues)

Code Snippets — pre-filled Node.js, Python, and .env snippets with your real bearer token per project

Daily usage progress bar on each project card — colour-coded black / yellow at 70% / red at 90%

Token rotation — regenerate a project bearer token instantly, old token invalidated immediately

Onboarding checklist — guided first-run steps derived from real account state

Analytics dashboard fully wired to live Supabase data — all mock data removed

v1.3.0

March 2025

Improvement

Settings page overhauled — now shows User ID (copyable), Member Since date, and Projects Created count

Integration Reference section added to Settings — API base URL and service account email always visible with copy buttons

SDK install commands (npm, yarn, pip) added to Settings with one-click copy

Rate limit reset time (00:00 UTC) now shown in Settings and Analytics

Analytics page rebuilt — per-project usage bars, overall utilization, most active project — all real data

v1.2.0

February 2025

Feature

Node.js and Python SDK packages published

Type-safe interfaces, promise-based methods, zero configuration

SDK quickstart added to documentation

v1.1.0

January 2025

Improvement

Pro plan launched — $6.99 one-time, 5,000 daily API calls, unlimited sheets

Polar.sh payment integration and webhook handling

Purchase confirmation and welcome emails via Resend

Dashboard project cards with traffic counters and bearer token display

v1.0.0

December 2024

Launch

Initial public launch

Google OAuth sign-in

Connect any Google Sheet via service account and generate a REST API instantly

GET (list all rows) and POST (append row) endpoints

Bearer token authentication per project

60 requests/day on the Free tier