A mining robot, lost and confused, builds a Disinto from scrap — a device so powerful it vaporizes three-quarters of a mountain on a single battery. Nobody can figure out how it works. When ordered to explain, it calmly dismantles the machine into rubble and flinders. — Isaac Asimov, "Robot AL-76 Goes Astray" (1942)
Disinto is an open-source framework for solo founders who want to ship without hiring a team. Set the vision. Define your quality gates. Agents derive the backlog, build, review, ship, and operate — you're the founder, not the developer.
Built for web apps and crypto projects. SaaS dashboards, DeFi protocols, token launches — if it has a repo and a CI pipeline, Disinto can work it.
Like AL-76, it works with whatever's available. Point it at a repo, give it a vision, and it starts building.
Bash orchestration. Claude for implementation and review. Woodpecker CI for build verification. Codeberg for git hosting and issue tracking. Cron jobs, shell scripts, and a lightweight listener daemon — invoking an LLM only when thinking is needed.
Each agent is a pair of bash scripts — a cron-driven poller and an implementation script. The supervisor runs every 10 minutes. When something breaks, it fixes it. When it can't fix it, it asks.
You don't need a team. You need a VISION.md and a vault. Disinto turns your product vision into a running development operation. The vault is where you define what gets auto-approved and what needs your sign-off — deployments, pricing changes, public posts. Everything else runs without you.
Opinionated over configurable. Good defaults, few knobs. Works out of the box for web apps and crypto projects.
Bash over frameworks. If it can be a shell script, it should be. Claude is the only dependency that matters.