71 lines
2.7 KiB
HTML
71 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Storkit — Story-Driven Development for AI Agents</title>
|
|
<meta name="description" content="Storkit is an autonomous development pipeline that turns user stories into tested, shipped code using AI agents.">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<header>
|
|
<h1>stor<span>kit</span></h1>
|
|
<p class="tagline">Story-driven development, powered by AI agents.</p>
|
|
</header>
|
|
|
|
<section>
|
|
<h2>What is Storkit?</h2>
|
|
<p>Storkit is an autonomous development pipeline that turns user stories into tested, shipped code. You describe what you want. AI agents handle the rest — implementation, testing, code review, and merge.</p>
|
|
<p>Talk to it from your IDE, a chat room, or WhatsApp. Stories flow through a structured pipeline: backlog, current, QA, merge, done.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>How it works</h2>
|
|
<ol class="steps">
|
|
<li>You write a user story with acceptance criteria.</li>
|
|
<li>An AI agent picks it up, creates a feature branch, and implements the code.</li>
|
|
<li>A QA agent runs tests, linters, and quality gates automatically.</li>
|
|
<li>A merge agent resolves conflicts and lands it on your main branch.</li>
|
|
<li>You review the result. Accept or send it back.</li>
|
|
</ol>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Features</h2>
|
|
<div class="features">
|
|
<div class="feature">
|
|
<h3>Story-Driven Workflow</h3>
|
|
<p>Stories define the change. Tests define the truth. Code defines the reality. No code ships without acceptance criteria.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3>Multi-Agent Pipeline</h3>
|
|
<p>Coder, QA, and merge agents work in parallel across isolated git worktrees. Configure agent count, models, and budgets.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3>Chat Anywhere</h3>
|
|
<p>Control the pipeline from Matrix, WhatsApp, Slack, or the built-in web UI. Create stories, start agents, check status.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3>Full Autonomy, Your Oversight</h3>
|
|
<p>Agents implement, test, and merge independently. You approve what ships. Every story is traceable from request to release.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Get in touch</h2>
|
|
<p>Storkit is built by <a href="https://crashlabs.io">Crashlabs</a>. Interested in early access or have questions? Reach out at <a href="mailto:hello@storkit.dev">hello@storkit.dev</a>.</p>
|
|
</section>
|
|
|
|
<footer>
|
|
<p>© 2026 Libby Labs Ltd. All rights reserved. · <a href="privacy.html">Privacy Policy</a></p>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|