Deploy Remix in minutes
Remix apps are Node servers, which is exactly what Darmi Cloud runs best. The standard npm run build and npm run start scripts from the Remix template work unchanged with the Node.js preset.
How to deploy Remix
Darmi Cloud has a dedicated Node.js / Express preset, so there is no configuration to write.
- 1
Sign in with GitHub
Open darmicloud.tech and sign in with GitHub (or Google). On first sign-in you grant read access so the deploy worker can clone your repositories.
- 2
Import your repository
Click New Project, pick your Remix repository, and choose the branch to deploy — the default branch is preselected.
- 3
Select the Node.js / Express preset
Choose the Node.js / Express preset. The commands are prefilled (build: npm run build, start: npm run start) — adjust them only if your project differs.
- 4
Add environment variables
Add any environment variables your app needs (database URLs, API keys, secrets). Mark sensitive values as secrets — they are injected into the container and hidden in the UI afterwards.
- 5
Deploy and watch it go live
Click Deploy. Watch the live build and runtime logs, and your app goes live on an automatic HTTPS subdomain. Every push to your branch redeploys automatically.
Preset defaults
- Preset
- Node.js / Express
- Container port
- 3000
- Build command
- npm run build
- Start command
- npm run start
Tips for Remix on Darmi Cloud
- The default Remix template's build and start scripts work as-is — no configuration changes needed.
- Loaders and actions run on the server inside your container, so secrets in environment variables never reach the browser.
- Using a custom Express server? That works too — just make sure npm run start launches it on process.env.PORT.
Remix deployment FAQ
Do Remix loaders and actions work on Darmi Cloud?
Yes. Your app runs as a persistent Node server, so SSR, loaders, actions and cookies behave exactly like in local production mode.
Which preset do I pick for Remix?
Node.js / Express. The template's default npm run build and npm run start scripts are already what the preset runs.
Can I use my own custom domain?
Yes. Connect an existing domain or buy one inside Darmi Cloud. DNS is configured automatically and every domain gets free SSL via Let's Encrypt.
Is there a free plan?
Yes. The Free plan deploys one project on an automatic HTTPS subdomain with auto-deploy on every push. Paid plans add custom domains, PR preview deployments and more projects.
Deploy other frameworks
Ready to deploy your Remix app?
Connect GitHub and ship in minutes — on a free HTTPS subdomain, or on your own custom domain.
Deploy Remix now