Minimal SvelteKit TypeScript frontend and FastAPI backend.
Recommended deployment path:
Features:
/telemetry/actionGET /plansThis project was built to make it easy to start commercial apps - and provide coding agents a solid base for success on the important stuff.
Out of the box you get user management, payments, database setup, telemetry foundations, and a frontend.
See docs/ for concise guides:
docs/auth.mddocs/payments.mddocs/client.mddocs/server.mddocs/user.mddocs/telemetry.mddocs/gdpr.mddocs/schemas.mdCurrent privacy controls:
tracking_enabled before storing telemetry.Implemented self-service privacy endpoints:
GET /me/export downloads the user's Mongo profile data.DELETE /me deletes the Mongo user and Supabase auth user.