Google Sheets Storage
Store signups in Google Sheets with automatic tab creation, headers, and duplicate prevention
Collect email signups, store in Google Sheets, deploy anywhere in minutes
git clone https://github.com/briansunter/subs.git
cd subs && bun install
cp .env.example .env # add Google Sheets credentials
bun run dev # http://localhost:3000curl -X POST http://localhost:3000/api/signup \
-H "Content-Type: application/json" \
-d '{"email": "user@example.com", "sheetTab": "Sheet1"}'