Vapron
Sign inStart free
Deploy guide

Deploy SolidStart on Vapron

Vapron's own marketing site and console are SolidStart apps deployed through this exact pipeline. Connect your repo, push, and your SolidStart app ships as an atomic release with server rendering on an always-on service.

Start freeAll deploy guides
1
Create a free Vapron account

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.

2
Create a project and connect your repository

Point a new project at the Git repository that holds your SolidStart app. SolidStart is detected automatically from your package.json and app.config.ts.

3
Check the build settings

The default build runs vinxi build. The server output runs as an always-on, health-checked service; client assets and prerendered routes are served from the edge CDN.

4
Add environment variables

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.

5
Push to deploy

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.

6
Attach a custom domain and verify

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.

SolidStart on Vapron — frequently asked questions

Does Vapron actually use SolidStart itself?

Yes — vapron.ai is a SolidStart app deployed through the same git-push pipeline described in this guide. The same pipeline that ships Vapron ships your app.

Do pull requests get preview deployments?

Yes. Every pull request gets a full, isolated environment with its own shareable URL, updated on each push and torn down when the PR merges.

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.

Can I use my own domain?

Yes. Attach an apex or wildcard domain in one step; TLS certificates are issued and renewed automatically, and DNS is managed for you when your domain is on Vapron.

← All framework deploy guides

Ship your SolidStart app today

Create a free account and go from repository to production URL in minutes.

Start freeRead the docs