RAGorbit in one page
You draw a RAG or agentic flow on a canvas. It is saved as one portable JSON β the Flow IR. A generator turns that JSON into a real Python project with app/, mocks/ and tests/. The project runs without RAGorbit, and you own it.
Canvas (drag & drop) Flow IR (portable JSON) Deployable artifact
βββββββββββββββββββββ ββββββββββββββββββββββββ ββββββββββββββββββββββββ
β β»ββ β»ββ β» β βββΆ β { nodes, edges, β βββΆ β app/ mocks/ tests/ β
β \ β / β β secrets } β β Dockerfile β
β β» β ββββββββββββββββββββββββ ββββββββββββββββββββββββ
βββββββββββββββββββββ source of truth `docker compose up`Three properties that shape everything else
- βΈNo lock-in. The artifact is standard LangGraph/LangChain. Nothing in it imports RAGorbit.
- βΈIt runs on day one. Mocks, fixtures and end-to-end tests come with it, so the project is green before it has a single credential.
- βΈZero dependencies. The engine is pure standard library and ships as an 80 KB single file.
New here? Read , then open the HR template β it is the shortest path to something working.