Disinto

your AI dev team
Robot AL-76 building a Disinto from scrap
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)

What it is

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.

dev-agent
Picks up backlog issues, implements in isolated worktrees, opens PRs. Handles CI failures and review feedback autonomously.
review-agent
Reviews PRs against project conventions. Approves, requests changes, or flags for discussion. JSON-structured verdicts.
supervisor
Monitors health — memory, disk, CI, stale processes. Auto-heals what it can, escalates what it can't.
planner
Maintains documentation tree. Compares project state against vision, creates backlog issues for gaps.
gardener
Grooms the backlog. Closes duplicates, promotes tech debt, escalates ambiguous items.
you
Set the vision. Define quality gates. Approve what matters, reject what doesn't. Find market fit.

The loop

vision backlog build review ship operate measure vision

How it works

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.

For solo founders

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.