Documentation Index
Fetch the complete documentation index at: https://docs.kwiksaasapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Deployment
Prepare env on the host
Set all required variables (Supabase, Stripe, Resend, PostHog, GitHub if used) and set
NEXT_PUBLIC_SITE_URL=https://yourdomain.com.Provision Supabase
Create the project, run migrations, and ensure Storage buckets
download and avatars exist. Add auth redirect URL: https://yourdomain.com/auth/callback.Configure Stripe production
- Create production prices and map IDs in env.
- Add webhook endpoint
https://yourdomain.com/api/webhooks/stripewith eventscheckout.session.completed,customer.subscription.*,invoice.*,payment_intent.succeeded.
Deploy to Vercel (recommended)
Connect the repo, add env vars, and deploy. Any other Next.js host works (Railway, Render, DO App Platform, AWS Amplify) with Node 18+.