diff --git a/site/apple-touch-icon.png b/site/apple-touch-icon.png new file mode 100644 index 0000000..f71c9ed Binary files /dev/null and b/site/apple-touch-icon.png differ diff --git a/site/favicon-192.png b/site/favicon-192.png new file mode 100644 index 0000000..120212a Binary files /dev/null and b/site/favicon-192.png differ diff --git a/site/favicon.ico b/site/favicon.ico new file mode 100644 index 0000000..f9472e8 Binary files /dev/null and b/site/favicon.ico differ diff --git a/site/index.html b/site/index.html index 55ad33a..f8d0a0d 100644 --- a/site/index.html +++ b/site/index.html @@ -3,8 +3,20 @@ - Disinto — Your AI Dev Team - + Disinto — From Vision to Market Fit + + + + + + + + + + + + + @@ -204,7 +309,15 @@

Disinto

-
your AI dev team
+
from vision to market fit
+
+ +
+

+ Set the vision. Define quality gates.
+ Agents derive the backlog, build, review, ship, and operate.
+ You're the founder, not the developer. +

@@ -222,49 +335,30 @@
-
-

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.
+
+
+
Write the vision, not the code
+
+ Describe what you want built. Agents figure out what's missing, + break it into tasks, and start working. You wake up to + progress, not process. +
-
-
review-agent
-
Reviews PRs against project conventions. Approves, requests changes, or flags for discussion. JSON-structured verdicts.
+
+
Nothing ships without your gates
+
+ You define the boundaries — what gets auto-approved and what + needs your eyes. Agents work within them. + You steer. They row. +
-
-
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.
+
+
Decisions, not busywork
+
+ The work organizes itself. Duplicates get closed, priorities + get surfaced, gaps get found. Your job is + direction — not tickets, not triage, not grooming. +
@@ -283,53 +377,75 @@ operate - measure + learn 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. -

+
+
+
+
219
+
commits in 6 days
+
+
+
50
+
issues closed
+
+
+
2
+
human repos
+
+
+
+ Disinto building itself — and a DeFi protocol — on a single 8GB VPS. +
-

For solo founders

+

One VPS, one repo, one battery

- 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. + Bash scripts and Claude. No Kubernetes, no microservices, + no SaaS dependencies. Runs on an 8GB VPS. + Point it at a Codeberg repo with a + Woodpecker CI pipeline and it starts building.

- 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. + Built for web apps and crypto projects. + SaaS dashboards, DeFi protocols, token launches — if it has + a repo and tests, Disinto can work it.

+
+
+
Opinionated
+
Good defaults, few knobs. Works out of the box.
+
+
+
Bash over frameworks
+
If it can be a shell script, it is.
+
+
+
Pull over push
+
Agents pull work when ready. No orchestrator daemon.
+
+
+
Self-improving
+
Every solved problem becomes a pattern for next time.
+
+
+
diff --git a/site/og-image.jpg b/site/og-image.jpg new file mode 100644 index 0000000..18a137e Binary files /dev/null and b/site/og-image.jpg differ