Loading editor...
guides · Updated 2026-03-22
Publish your site to production.
# Deployment Deploy the web app like any other Next.js project. ## Vercel ```bash vercel --prod ``` ## Self-host ```bash pnpm --filter web build pnpm --filter web start ```