Step-by-step guide to deploy your AI Accounting app to production
Execute the SQL scripts in order to create your database schema:
001_create_profiles.sql002_create_expenses.sql003_create_invoices.sql004_create_subscriptions.sqlThe Stripe integration provides automatic environment variable setup:
76.76.21.21cname.vercel-dns.comNEXT_PUBLIC_SITE_URL environment variable in Vercel to your custom domain (e.g., https://yourdomain.com)Supabase Redirect URL Update
After your domain is live, add your custom domain to Supabase Auth settings under "Redirect URLs":https://yourdomain.com/**
Test User Authentication
Create a test account and verify email confirmation works
Verify Stripe Integration
Test a subscription purchase using Stripe test cards
Test Core Features
Add expenses, create invoices, and view reports
Monitor Performance
Check Vercel Analytics and Supabase dashboard for insights