Le Flywheel Orbit
Un bon logiciel exige plus d’un prompt.
La première version est un tour. La production exige les suivants, et Orbit est conçu pour cette boucle.
Une idée, un tour complet.
Chaque tour améliore la même app : rien de ce que vous créez n’est jeté.
Sortez l’idée de votre tête.
Rassemblez notes, liens et questions sur un canevas. Recherchez les réponses manquantes.

- You do
- Drop the notes, links, screenshots and unanswered questions onto the scratchpad, then wire the cards that belong together.
- Hands over
- Shape gets a pile of material with the open questions marked, and a record of where each one came from.
Présentez puis cadrez.
L’idée devient une proposition et un périmètre clairs : quoi créer, dans quel ordre et ce qui reste à trancher. Vous décidez tant que changer d’avis ne coûte rien.

- You do
- Write the pitch and the scope on the same board as the material: what gets built, in what order, and what you are not building.
- Hands over
- Build gets an order of work, and the decisions you already made, so it does not reopen them.
Partez des données.
Le Data Model, les Workflows et les écrans se superposent. Créez d’abord les données pour donner une base au reste.

- You do
- Draw the tables and the fields, wire the logic that runs on a server, then compose the screens on top of both. Each is its own surface, and you can open any of them again.
- Hands over
- Launch gets a working app with a Postgres database of its own, and data that survives every deploy after this one.
Rencontrez votre public.
Des inconnus se connectent, enregistrent leur travail et trouvent les recoins jamais testés. Chacun indique quoi corriger ou créer ensuite.

- You do
- Deploy it, point your own domain at it, and give the link to somebody who was not in the room while you built it.
- Hands over
- Grow gets real accounts and real rows, plus the corners you never tested, found by the people who use it.
Réinjectez vos acquis.
Une app en ligne touche des personnes absentes lors de sa création. Leurs demandes lancent le tour suivant.

- You do
- Read what people actually did, in the app's own data. There is no analytics dashboard here; the data is yours to query. Pick the one change that answers the most of it.
- Hands over
- Explore gets one question worth a whole turn, asked by somebody who uses the thing rather than somebody who imagined it.
Rebelote.
La croissance relance l’exploration, sans perdre le travail accompli.
- Database
- A real Postgres of the app's own. You read how it is structured, change it, and your rows survive every deploy.
- Server
- The workflows are a node graph that runs on a server. A scheduled one fires whether or not anybody has the app open.
- Accounts
- Sign-in over HTTPS on a domain that is yours. People get accounts of their own, not a shared preview link.
- Migrations
- Adding a field migrates on its own. A change that would drop your data is blocked instead of run.
Skip those four and turn two is a rebuild. Keep them and turn two is an edit.
Le premier tour
Une invite lance le Flywheel.
« Un CRM pour démarcher des investisseurs. » À partir de cette invite, Orbit crée une première version, accessible sur une URL. À vous de poursuivre la boucle.
Pas besoin d’avoir tout prévu.
Vous avez une idée et beaucoup de questions. C’est là que la boucle commence. Décrivez-la : Orbit crée la première version et avance avec vous jusqu’à obtenir une app vraiment utilisée.