Launch
Web App with
Launch a new Web App project and you will instantly have access to a development environment. No sign-up required.
Launch a new Web App project and you will instantly have access to a development environment. No sign-up required.
Diploi
Choose some optional add-ons to launch with Web App
A production-ready React Router + Supabase starter that showcases SSR, runtime ENV wiring, Tailwind CSS styling, and Supabase-backed data flows.
This starter kit demonstrates:
This starter kit consists of two Diploi components configured in diploi.yaml:
react — React Router application (Vite, SSR, Tailwind, TypeScript)supabase — Database, auth, migrations, seed data, Edge FunctionsDiploi automatically wires the components together by injecting SUPABASE_URL and SUPABASE_ANON_KEY into the React component at runtime. No manual .env files are required in any environment.
loader exported from app/lib/useEnv.ts, ensuring the browser only receives the variables Diploi injects.Access ENV values with the useEnv helper hook.
todos table defined in supabase/migrations/20260120083000_todo.sql and sample rows in supabase/seed.sql.main router (supabase/functions/main/index.ts) and a hello example (supabase/functions/hello/index.ts).Build something great! 🚀
Diploi is the single SaaS service for managing, developing and hosting your full application.