Orkastor Cloud runs each dev and test environment inside its own microVM, with its own guest kernel, on dedicated bare metal. The isolation is the hardware boundary — not a shared kernel with the sharp edges filed off.
Most platforms in this space put your code in a container next to everyone else's, sharing one host kernel. That is a namespace, and a namespace is a scheduling construct — it was never designed to hold against code that is actively trying to leave.
Everything else follows from that line. Your ephemeral Postgres is isolated by the same boundary as your web process — not by a second mechanism bolted on for databases.
Frontend, API and a real datastore together. Paths route to services on a
single hostname, so your frontend calls /api relative — no CORS,
no build-time URL, and the same image works in every environment.
Postgres, Redis and friends as first-class parts of the environment. Internal-only by default and reachable over a port-forward, because default-credential Postgres on the public internet is the classic incident.
Every environment gets an HTTPS URL, returned immediately so it can go on
the pull request before the environment has finished starting. Unlisted and
noindex by default.
These are design decisions, not gaps waiting to be filled. Knowing them now is worth more than discovering them at the wrong moment.
orkastor.cloud subdomains.Orkastor Cloud is in development. There is no pricing on this page because the measurements the pricing depends on are not finished, and we would rather publish nothing than publish a number twice. There is no availability commitment because there is not yet a service to commit to.
Join the waitlist and we will get in touch when there is something real to try — with its limits stated as plainly as they are here.