Deployment
Deploy your Dinou application to production on supported platforms.
🚀 Deployment
Dinou apps can be deployed to any platform supporting Node.js, provided you can pass the required custom flags.
Supported Platforms
✅ Recommended: DigitalOcean App Platform
Works seamlessly. Allows full control over the runtime command, essential for the required
--conditions react-server flag.❌ Not Supported: Netlify
Currently incompatible because it does not support passing custom Node.js flags (
--conditions react-server) during runtime.Other Platforms (Render, Fly.io, Railway, Vercel, etc.)
Ensure your platform allows customization of the start command. The key requirement is the ability to pass the --conditions react-server flag to Node.js.
Deployment Checklist
Deployment Checklist
- ✅ Build your app with
npm run build - ✅ Set environment variables on your hosting platform
- ✅ Test the production build locally before deploying
