Now in beta

Deploy.Execute.Delegate.

One platform to ship your apps, run untrusted code, and put autonomous agents to work - from a single git push.

Prefer a walkthrough? Book a demo

~/my-app $git push ori_
building image -> pushing -> routing...
live -> https://my-app.orkestr.run
[done]ship apps, run code, delegate the rest

One platform, three superpowers

Everything you need to ship modern software

Deploy your apps, execute code in seconds, and delegate the busywork to agents - all on one EU-hosted platform.

Apps, databases & functions

Deploy.

Connect a repo - we detect the framework, build a hardened image, and ship it in seconds. Add databases, functions, and PR previews in a click.

Deploy
$ git push origin main
[analyze] Next.js detected
[build] image ready
[live] my-app.orkestr.run
  • 40+ frameworks auto-detected
  • Managed Postgres & Redis
  • Serverless functions
  • PR previews + one-click rollback
Explore deployments
Isolated sandboxes

Execute.

Spin up isolated Linux microVMs to run untrusted or agent-generated code. Millisecond start, pause between turns, metered by the second.

Execute
$ sandbox.run(code)
>>> sum([1, 2, 3])
6
exit 0 - 0.4s
  • Hardware-isolated microVMs
  • Run code via API, SDK or MCP
  • Pause & resume between turns
  • Metered to the second
Explore sandboxes
Autonomous workers

Delegate.

Give an agent a scoped identity to deploy, monitor, and react to your infrastructure - proposing changes for approval, or acting within guardrails.

Delegate
worker: project-manager
event: deploy failed
> pulled logs, diagnosed
> posted to #alerts
  • Scoped agent identity
  • Reacts to deploys & pull requests
  • Approve actions before they run
  • Reports to Slack, Discord, Linear
Explore workers

One connected platform

Everything wired to your project

Databases, crons, functions, domains, monitoring - every capability snaps onto your project and talks to the rest. No glue code, no separate dashboards.

Your project
Databases
Crons & Jobs
Functions
Workers
Environments
Custom domains
Monitoring
Sandboxes
Integrations
PR previews
Backups
WAF + DDoS

A closer look

What each one actually does

Ship apps

From a git push to a live URL.

Connect a repo and orkestr detects the framework, builds a hardened image, and ships it to the EU in seconds. Add managed Postgres or Redis, serverless functions, a custom domain, and a preview for every pull request.

$ git push origin main
[analyze] Next.js 14 detected
[build] hardened image pushed
Run code

Any code, in an isolated sandbox.

Spin up an isolated Linux microVM to run untrusted or AI-generated code. Millisecond start, metered by the second. Snapshot the whole VM and restore it later in an instant - so an agent can pause between turns and pick up exactly where it left off.

$ sb = orkestr.sandbox()
$ sb.run("model_output.py")
ok - 0.4s - isolated microVM
Put agents to work

Background agents that run in the cloud.

A worker is a background agent that runs in the cloud - not on your laptop. Hand it a task, or let it react to an event like a failed deploy or a new pull request. Then close your laptop: it works on its own, pauses at the gate for anything irreversible, and reports back to Slack - all under a scoped, audited identity.

Runs in the cloud, asynchronously
event: deploy failed
worker: investigating in the cloud
|| awaiting your approval

GDPR-compliant infrastructure

Your code runs in the EU.
Always.

Apps, sandboxes, and workers all run on EU data centers in Nuremberg (DE), Falkenstein (DE), and Helsinki (FI). Your data stays in the EU. Even our analytics are self-hosted in the EU - no cookies, no tracking, no data sent to third parties.

Nuremberg, Germany
Falkenstein, Germany
Helsinki, Finland
GDPR-compliant by default

Works with your stack - 40+ frameworks, auto-detected

Next.jsNext.js
VueVue
AstroAstro
NestJSNestJS
FlaskFlask
LaravelLaravel
GoGo
BunBun
Next.jsNext.js
VueVue
AstroAstro
NestJSNestJS
FlaskFlask
LaravelLaravel
GoGo
BunBun
ReactReact
SvelteSvelte
RemixRemix
FastifyFastify
DjangoDjango
PhoenixPhoenix
RustRust
DockerDocker
ReactReact
SvelteSvelte
RemixRemix
FastifyFastify
DjangoDjango
PhoenixPhoenix
RustRust
DockerDocker
NuxtNuxt
AngularAngular
ExpressExpress
FastAPIFastAPI
RailsRails
SpringSpring
DenoDeno
NuxtNuxt
AngularAngular
ExpressExpress
FastAPIFastAPI
RailsRails
SpringSpring
DenoDeno

Bring your own Dockerfile, or let us generate one · See all integrations

Simple, transparent pricing

Start free. Scale when you're ready. Cancel anytime.

Starter

Free

For trying orkestr with your stack

  • 1 project, 1 environment
  • 0.25 vCPU / 512 MB per container
  • 1 serverless function
  • 1 add-on: Postgres or Redis
  • 1 custom domain + auto-SSL
  • 1 PR preview deploy
  • 100 GB bandwidth / month
  • 300 build minutes / month
Get started
Most popular

Pro

€9.99/month

or €99.99/year (save 17%)

For builders shipping real products

  • 5 projects, 3 envs each
  • 0.5 vCPU / 512 MB per container, boost to 1 GB (included)
  • 10 serverless functions (cold-start tuned)
  • 2 add-ons (Postgres, Redis)
  • Custom domains + auto-SSL
  • 5 PR preview deploys per project
  • Always-on, rollbacks, higher API limits
  • Email support
Get Pro

Team

€29.99/month

or €299/year (save 17%)

For teams and agencies

  • 15 projects, unlimited envs
  • 1 vCPU / 1 GB per container, boost to 2 GB (included)
  • 50 serverless functions (cold-start tuned)
  • 5 add-ons (Postgres, Redis)
  • Custom domains + auto-SSL
  • 15 PR preview deploys per project
  • 3 team members + €9.99/extra
  • Monitoring + alerts
  • Priority email + Slack channel (48h SLA)
Get Team
See full comparison

All plans include EU hosting, SSL, WAF + DDoS protection. No credit card for Starter.

Common questions

Is everything really hosted in the EU?
Yes. Every app, sandbox, and worker runs on dedicated infrastructure in Nuremberg and Falkenstein (Germany) and Helsinki (Finland). Your data never leaves the EU, and even our analytics are self-hosted with no cookies or third-party tracking. GDPR-compliant by default, Article 28 DPA on request.
Do I need a credit card to start?
No. The Starter plan is free forever - one project, a sandbox, and a worker to try each product. You only enter a paid plan when you explicitly upgrade.
What can I deploy?
40+ frameworks across Node.js, Python, Ruby, PHP, Go, Rust, Elixir, and the JVM - we auto-detect yours and generate a production Dockerfile. Already have a Dockerfile? We use it. Add managed Postgres or Redis and serverless functions to any project.
What are sandboxes and workers for?
Sandboxes are isolated microVMs for running untrusted or AI-generated code safely - ideal for agents, code interpreters, and CI-style tasks. Workers are scoped agents that watch your infrastructure and act on it: investigating failed deploys, reviewing pull requests, and proposing changes for your approval.
Can I drive it from my AI editor?
Yes. orkestr exposes MCP servers for the platform and for sandboxes, so you can deploy, run code, and manage workers directly from Claude, Cursor, Windsurf, or any MCP-capable assistant.

Deploy. Execute. Delegate.

One platform for everything you ship. Start free, no credit card.