Saasflare Starter Console
System operational. Ready for requests.
System Status
API Connection
Hono Worker via ORPC
Checking
KV Storage
Cloudflare Workers KV
Checking
D1 Database
Serverless SQLite Edge DB
Checking
R2 Storage
Object Storage
Checking
Examples
Per-User Data — Todos
A todo list scoped to your account: the pattern for every user-owned table.
API Key Authentication
Create a key, then call the external API (GET /api/v1/whoami) with it.
File Uploads — R2
Direct-to-bucket uploads with presigned URLs and progress tracking.
SSR Data Fetching
Server-rendered data with TanStack Query prefetching.
Resources
GitHub
Edit apps/web/src/routes/index.tsx to start building your app.