DevPilot v0.4 — Security compliance, on-prem binary, 26 products orchestrated. Join waitlist →
0
CLI Commands
0
JSON-RPC Handlers
0
Migrations
0
MCP Servers

Three layers, one binary

CLI, gateway, and CoPilot all share the same Rust core. Zero duplication. One source of truth.

From tasks to shipped code

Define tasks. The orchestrator resolves dependencies, dispatches agents in waves, and verifies between batches.

01
Define
Tasks stored in DB with priorities and dependencies
02
Resolve DAG
Dependency graph sorted into parallel batches
03
Dispatch
Agents execute tasks in parallel waves
04
Verify
Build check + quality gate between each batch
05
Reconcile
Status synced, learnings stored, report generated

CF-MVP-001

10/10 done
3 batches 38 files 23 min 5 learnings
Scanner engine + parsers12s
CVE intelligence pipeline18s
Risk scoring correlator24s
Compliance engine (CERT-In + DPDPA)31s
CLI + 302 tests15s

6,707 learnings and counting

Every bug fix, architecture decision, and sprint outcome feeds the knowledge base. Pre-flight recall before every task.

Bug Patterns

3,847

Architecture

2,156

Test Patterns

1,923

Anti-Patterns

1,445

Sprint Summaries

892

Tools

764

Research

523

Conventions

412

Cross-Project

6,881

Every learning is full-text indexed and recalled before agent dispatch. Bugs found in Starship prevent the same mistake in QuickBill.

Specialized agents, not chatbots

Each agent type has focused context, injected learnings, and verification gates. No generic "do everything" prompts.

Sprint Implementer

Multi-file code generation across crates. Reads specs, writes Rust/Dart, wires handlers.

Flutter Builder

Screens, providers, navigation, theme integration. Builds and installs to device.

Test Writer

Widget tests, unit tests, integration suites. Follows project patterns and mock infrastructure.

Code Reviewer

NULL safety, SQL injection, gateway crashes, clippy violations. Catches bugs before verify.

Migration Writer

Idempotent DDL, IF NOT EXISTS, ON CONFLICT. Checks existing schema before writing.

Infra Engineer

Docker, nginx, systemd, deploy scripts. VPS provisioning and health monitoring.

Agent Dispatch Lifecycle

Integrated MCP Servers

DevPilot (21 tools) PostgreSQL Dart Analysis Playwright Cargo SonarQube

DB state to polished PDF

Sprint reports, architecture docs, blog posts, slides — auto-generated from project data with Mermaid diagrams.

DB Query
Sprint, task, and project data from PostgreSQL
Markdown
Templated content with CSS classes and fenced divs
Diagrams
Mermaid blocks extracted and rendered to 4x PNG
PDF
Pandoc + WeasyPrint with auto-discovered CSS
.md
Markdown
.pdf
Reports
.png
Diagrams
.html
Slides
.csv
Data

Idea to Shipped Code

$ dp content sprint-report # sprint summary + PDF
$ dp content render doc.md # markdown to polished PDF
$ dp content blog # auto-generate blog post
$ dp content slides # reveal.js presentation
$ dp content changes # changelog from git
$ dp content health # project health dashboard

Your infrastructure. Your data.

No cloud dependency. No vendor lock-in. One binary, your machines.

Single Binary

24 MB Rust binary. No runtime dependencies. No JVM. No Docker required.

Local LLMs

Ollama + Mistral 7B for code generation. Claude API optional. Offline-capable.

Your Infra

Docker, VPS, bare metal — any environment. PostgreSQL as the only dependency.

Bidirectional Sync

Code via git, DB via append-only export. Local and VPS synced in <30s. Automatic, bi-directional.

$ curl -sSL devpilot.co.in/install.sh | sh

Ready to orchestrate?

Join the early access program. Ship your first sprint in under an hour.