Cookup is a small, unlisted restaurant and place saver. Each list is reachable through a random URL, with personal tags and notes for finding saved places again.
The project will run as a Cloudflare Worker with a Hono API, Cloudflare D1, and a Vite/React frontend served from Workers Static Assets.
Phase 1 development setup is being built from the approved plan in
/home/ubuntu/cookup-plan.md. Once the application scaffolding is in place:
pnpm install
pnpm devSee the project scripts and wrangler.toml for local D1 and deployment
commands.
Google Places search and Google Maps link resolution use the
GOOGLE_PLACES_API_KEY Worker secret. For production, configure it with:
wrangler secret put GOOGLE_PLACES_API_KEYFor local development, put the key in a gitignored .dev.vars file:
GOOGLE_PLACES_API_KEY=your-key-here