Deploy .NET. We handle the rest.
Push your code via Git or CLI. Velixir builds with the official .NET SDK, publishes a release artifact, and rolls it out across our managed Kubernetes in under two minutes. No Dockerfile, no YAML, no infrastructure to manage.
What you get
Concrete features, not bullet-point buzzwords.
Push-to-deploy from Git or CLI
Connect a repo or run `velixir push` against your `dotnet publish` output. Either path lands you in a deployed app within minutes.
Built around dotnet publish
No Dockerfile in your repo. We invoke the SDK with the same flags you'd use locally and ship the resulting artifact. You write code; we worry about the runtime.
Autoscaling that's actually fast
Custom kube-controller tuning drops the HPA CPU-initialization window from 5 min to 1 min - fresh pods contribute to scale decisions within seconds, not minutes.
Instant rollback
Every release is an immutable artifact. Revert to a previous release with one click; traffic switches over in seconds with zero downtime.
Cross-region warm-standby HA
Toggle a second-region replica on any plan. Sub-second failover via Cloudflare DNS health checks if your primary region goes dark.
Every .NET version since Core 1.0
Active versions get Microsoft's security patches. Legacy versions (5, 3.1, Core 2.x, 1.x) run for lift-and-shift of apps you can't justify upgrading right now.
In your code
Deploy from your terminal - or wire up a Git connection and push.
# Build locally with the official .NET SDK
dotnet publish -c Release
# Push the publish output to Velixir
velixir push --slug my-api
# That's it - your app is live at https://my-api.velixir.run
Pricing
Hourly EUR billing - pay only for what you use, scale up or down anytime.
All plans bill hourly. First month on us, up to €14.99 of credit - enough to run a Spark app, a Hobby database, and a Hobby cache for a full month.
What people run on Apps
- ASP.NET Core APIs and websites
- Background workers with HostedService
- Blazor Server apps
- gRPC services
- Worker services with Quartz / Hangfire / scheduled tasks
- Migration target from Azure App Service, Heroku, Render, Fly.io
Deploy your first .NET app in under five minutes.
Sign up takes 30 seconds. No credit card required up front - you only add a payment method when you're ready to deploy.