Disinto is an opinionated, lightweight framework that lets **solo entrepreneurs** automate their software startup — from first commit to market fit.
## Who it's for
Solo founders and small teams building in the **software and crypto** space. People who want to ship a web app or launch a token without hiring a team of ten. Disinto is the team.
## What it does
A solo founder sets the vision and defines quality gates. Disinto derives the backlog and handles the rest:
- **Build**: dev-agent picks up backlog issues, implements in isolated worktrees, opens PRs
- **Review**: review-agent checks PRs against project conventions, approves or requests changes
- **Ship**: CI runs, PRs merge, deployments happen — the vault controls what needs your sign-off
- **Operate**: supervisor monitors health, fixes what it can, escalates what it can't
- **Plan**: planner compares project state against this vision, creates issues for gaps
- **Groom**: gardener maintains the backlog — closes duplicates, promotes tech debt, keeps things moving
- **Contributors** — lower the barrier to entry. Good docs, clear architecture, working examples.
- **Reference deployments** — showcase real projects built and operated by Disinto.
- **Vault as differentiator** — the quality gate model (vision + vault) is what sets Disinto apart from generic CI/CD. Make it visible and easy to understand.
## Milestones
### Foundation (current)
- Core agent loop working: dev → CI → review → merge