Deployment
VPS setup, env vars, SSL, scaling.
Run API (Node + Mongo + Redis) and frontend (SvelteKit server) behind HTTPS.
Set FRONTEND_URL and API_PUBLIC_URL for payments and SEO; set PUBLIC_BASE_ENDPOINT on the frontend build.
Prefer same-origin /api proxy for cookies.
See docs/technical/deployment.md for the full checklist.