For developers
The product is the interesting part. The wiring is not.

Créez votre propre app, par vous-même.

Apportez l’idée. Orbit crée le produit, le lance sur votre domaine et continue de l’améliorer avec vous.

Free to build. Your first live app is free, custom domain included.
Orbit setting up the Atlas Orders backend data model, REST API, auth, webhooks, and OpenAPI docs

Atlas Orders backend preview

The Atlas Orders data model and API docs generated by Orbit.

The surface

Every app is a CLI, an API, and an MCP server.

The same three surfaces that build the app are how you operate it afterwards. There is no generated code to then maintain by hand.

01The CLI$ orbit apps create --title "Atlas Orders" $ orbit workspaces apply ws_01 - $ orbit deploy create --app atlas-orders $ orbit commands --format json
02The REST APIGET /api/v1/orders?status=open POST /api/v1/orders GET /api/v1/customers/{id}/orders GET /openapi.json
03The MCP serverPOST /mcp tools: orders.list, orders.create $ orbit agents create ci \ --scopes "deployment:write"

Every table you draw gets its routes and its schema entry. An attribute marked private reaches none of them: not the response, not the OpenAPI document, not the agent.

What eats the first week

You know this sprint.

The week that is all schema and authMigrations, sessions, password reset. None of it is the product.
The glue code between the partsWritten once per project, thrown away, then written again.
The agent that cannot see the appYour scripts and assistants are guessing at state they cannot read.
The deploy you keep postponingHosting, HTTPS, and a domain, left until the build is already late.

None of that is the product. That is the whole point.

The math

The product does not change. What the first week goes on does.

To get one app runningWhat it costs you
Wiring it yourselfA week before the first real feature
A host plus four servicesFour bills, four dashboards, and the glue between them
OrbitFree to build. Your first deployment is free. Each one after that from $19 a month.
What you can build

Four things you could have running this week.

The internal tool nobody will staff

A real data model, sign-in, and a URL, without borrowing a sprint from the roadmap to get it.

A backend for a front end you have

Postgres, auth, and an auto-generated REST API your existing client can call today.

An app your agents can operate

Every app ships an MCP server, so Claude can read the data and run the workflows instead of guessing.

The side project that stalls at auth

This time it gets past sign-in, because sign-in is already there.

Cost

No surprise bill at the end of the month.

AI and hosting both show up in the usage view, split day by day. Nothing accumulates out of sight.

Orbit routes the AI

Drawn from a prepaid balance where one credit is one dollar. Credits never expire.

visible daily usage

You bring your own

Connect the Claude or ChatGPT subscription you already pay for, through the Orbit CLI or MCP.

$0 to Orbit
After launch

It stays drivable after it ships.

You built it, so you keep changing it, from the agent, the CLI, the API, or the browser. Hosting costs from $19 a month per deployment, and stopping one returns the unused days.

The same REST API and MCP server that built the app are how you operate it.

Proof

Read the schema instead.

Orbit is new and the developer case studies are not written. So rather than ask you to believe a testimonial: building is free. Read the schema, call the API, and judge it yourself.

Before you book

What is not self-serve yet.

There is no source-code download.Orbit runs the backend, so the code is not a button in the product. If a contract needs the source or a GitHub repo, ask and we set it up. If self-hosting the source is a hard requirement, a code-first tool fits you better.
Moving an app to another account is a conversation, not a button.There is no self-serve transfer today. If an app needs to move to a client or a company account, ask us and we move it.

Vos questions avant de commencer.

Can I build from Claude or my terminal?

Yes. Orbit exposes each app over MCP, a CLI, and a REST API, so you can build and drive it from Claude, your terminal, or code.

What backend do I get?

A Postgres database, auth and sessions, server workflows, and an auto-generated REST API, published on your own domain.

Puis-je continuer les modifications après la création par Orbit ?

Oui. Modifiez directement écrans, textes, Workflows, champs et logique, ou décrivez le changement et laissez Orbit l’appliquer.

Can agents operate the app?

Yes. Each app ships an MCP server alongside its REST API, so an agent can read data, call workflows, and change the app the same way you do.

Can I bring my own AI subscription?

Yes. Connect the Claude or ChatGPT subscription you already pay for through the Orbit CLI or MCP, and that usage costs nothing to Orbit.

Que se passe-t-il après le lancement ?

Votre app inclut hébergement, authentification, HTTPS et domaine personnalisé. Améliorez-la et republiez vos changements.

What does it cost?

Building is free and your first deployment is free. Each one after that starts at $19 a month. AI can run from prepaid Orbit credits, or cost nothing to Orbit if you bring your own Claude or ChatGPT subscription.

L’app et les données m’appartiennent-elles ?

Votre Data Model, vos données et votre domaine vous appartiennent, et vous modifiez l’app. Orbit l’héberge : pas d’export de code pour l’instant. L’export et votre propre cloud sont prévus.

The wiring is not the product.

Send us the project stuck at setup.

Free to build. Your first live app is free.
Créé avec Orbit