Skip to content

Deployment

My recommendation for deploying the starter kit is using Deno Deploy & Atlas. There are several other options and you may choose whichever platform you like.

I do not recommend using Vercel because triangle man.

Managed runtime for a public deployment. Configure MONGODB_URI to MongoDB Atlas.

Runs the app and a local MongoDB container together. Protect and back up the database volume.

  • Production build Build the client and server for another Node-compatible host, usually with Atlas as the database.

Before going public, set a unique BETTER_AUTH_SECRET, use HTTPS origins, configure MONGODB_URI, verify email delivery, and run the security checklist.

References