Overview
Deploy and operate OpenSana for real users and connected CLIs.
This section covers production-oriented setup.
Use it if you need to:
- deploy the Convex backend
- deploy the web app to Vercel or another hosting provider
- configure auth and email
- prepare a production environment
Deployment Flow
- Deploy the Convex backend — create a deployment, set environment variables, push functions and schema
- Deploy the web app — build and deploy Next.js to your hosting provider with the correct environment variables
- Deploy the docs site (optional) — static site, deploy anywhere
- Verify — run through the production checklist
Main Pages
- Deploy the Convex Backend — create deployment, configure, and push
- Deploy to Vercel — Vercel-specific setup with integrated Convex builds
- Deploy the Docs Site — static Fumadocs site deployment
- Environment Variables — what goes where (Convex dashboard vs. web host vs. local)
- Auth and Clerk — authentication setup
- Email and Resend — transactional email configuration
- Production Checklist — pre-launch verification
- Operations and Debugging — logs, rollbacks, troubleshooting