Deploy Remix on Vapron
Run a Remix app the way it's designed to run — as a server. The built app runs as an always-on, health-checked service; static assets are cached on Vapron's edge network; and every push is an atomic release with one-click rollback.
Sign up with a passkey, Google, or email at vapron.ai/register — no credit card on the free plan. You land in the console with a project ready to fill.
Point a new project at the Git repository that holds your Remix app. Remix is detected automatically from your package.json and Vite config.
The default build runs remix vite:build and produces a server bundle plus client assets. The server runs as an always-on service with health checks and zero-downtime releases; client assets are served from the edge CDN.
Add any secrets your app needs in the project's settings — API keys, database URLs, feature flags. They're stored encrypted and injected at build and run time, so nothing sensitive lives in your repository.
Run git push. Every push to your default branch triggers an atomic blue-green release — the new version is fully healthy before any traffic moves to it. Every pull request gets its own isolated preview URL to share with reviewers, torn down on merge.
Add your domain in the project's settings — apex and wildcard both work — and TLS certificates are issued and renewed automatically. If anything looks wrong after a deploy, roll back to any previous release in one click.
Remix on Vapron — frequently asked questions
How does a Remix server run on Vapron?
As an always-on, health-checked backend service with zero-downtime rolling releases. Client assets are cached and served from the edge network.
Can I add a database next to my Remix app?
Yes. Provision managed Postgres (with pgvector) from the dashboard in under a minute; connection details are wired into your project's environment.
What happens if a deploy goes wrong?
Releases are atomic blue-green — the new version must be fully healthy before traffic moves to it, so there's never a half-deployed state. You can roll back to any previous deploy in one click.
Is there a free plan?
Yes. You can sign up and ship your first deploy on the free plan with no credit card required.
Ship your Remix app today
Create a free account and go from repository to production URL in minutes.