Launch in 5 Minutes
Pre-Requirements: You should have cloned the repo from GitHub - which is shown in the introduction on how to do that.
Supabase Configuration
For detailed setup instructions, please refer to these guides:
TL;DR: Create your database tables, set up auth for Google and other providers, publish your Edge Functions, and connect Resend to start sending emails.
Stripe Configuration
For detailed setup instructions, please refer to the guide below:
TL;DR: Create your products in Stripe, add your price IDs to pricing.config.ts, and configure your subscription plans in the billing.config.ts.
SEO Configuration
For detailed setup instructions, please refer to the guide below:
TL;DR: Change out the icon.ico
in the app
folder and configure your app’s metadata in the seo.config.ts file.
Landing Page Configuration
Update your landing page copy and customise the components to match your brand.
Feel free to refer to the components to see what these look like inside the app:
Launching
For detailed setup instructions, please refer to the guide below:
TL;DR: Deploy your project on Vercel or your preferred hosting provider.