Git remembers your code. DNA remembers your system.
Sentry tells you what broke. DNA tells you why, remembers it, and opens the PR.
DNA by Humaan is an open-source project brain, runtime observer, 768-pack knowledge marketplace, tiered compliance system, and AI-assisted repair for modern TypeScript teams.
| Website | dna.humaan.app |
| Marketplace | dna.humaan.app/marketplace |
| npm | @superhumaan/dna-by-humaan |
| Repository | github.com/superhumaan/DNA |
DNA is not a documentation generator. It is:
- A project intelligence system — structured context AI can actually use
- An AI behaviour layer — rules that govern how Cursor, Copilot, and Claude work on your project
- A runtime issue detector — classifies errors with project-specific context
- A GitHub automation engine — contextual issues and repair PRs
- A knowledge marketplace — 768 stack, compliance, and industry packs for
.DNA/knowledge/ - A software immune system — severity, category, and discipline classification
- A memory layer — CellularMemory that learns from your project's history
git clone https://github.com/superhumaan/DNA.git dna && cd dna
chmod +x scripts/*.sh && ./scripts/team-setup.sh
cd /path/to/your-project
dna init -y
dna doctor
dna context cursorTeam rollout guide: TEAM-TESTING.md
Full documentation: docs/
| Method | Command |
|---|---|
| npm (recommended) | npx @superhumaan/dna-by-humaan init -y |
| Team setup (monorepo dev) | git clone https://github.com/superhumaan/DNA.git && ./scripts/team-setup.sh |
| Manual | pnpm install && pnpm build && pnpm dna:link |
Requirements: Node.js 20+, pnpm 9+
| Command | What it does |
|---|---|
dna init |
Scaffold .DNA/ + DNA/Impressions/ |
dna analyze |
Deep brownfield analysis (structure, auth, IVF gaps) |
dna document --from-code |
Reverse-engineer Impressions from existing code |
dna plan ivf |
Integrating Vertical Functions plan — before/after, phased migration |
dna scan |
Detect stack, tests, CI, risks |
dna context cursor |
AI-ready context for your tool |
dna plan rbac |
RBAC plan from plain language → permission matrix |
dna platform list |
Humaan production feature catalog (AIStudio, ColorParty, Humaan, Soli) |
dna plan feature <id> |
End-to-end feature plan — Azure, SSO, admin, flags, CRM, CMS |
dna plan compliance |
Tiered ISO/GDPR/HIPAA/SOC 2 plan by org size |
dna compliance list |
Startup → enterprise compliance catalog |
dna context compliance |
Load tiered compliance knowledge for AI |
dna validate |
Check against Behaviour rules |
dna doctor |
Full health check |
dna marketplace install <id> |
Install knowledge packs |
dna runtime install |
Runtime integration snippets |
DNA maintains two separate worlds:
your-project/
├── .DNA/ # AI-first intelligence (machines)
│ ├── config.dna.json
│ ├── neuralNetwork.json
│ ├── behaviour/
│ ├── knowledge/
│ ├── CellularMemory/
│ ├── immuneSystem/
│ └── runtime/
└── DNA/Impressions/ # Human documentation (people)
├── product/
├── architecture/
├── security/
└── ...
.DNA/ |
DNA/Impressions/ |
|---|---|
| Behaviour, memory, routing | Product, architecture, compliance docs |
| Runtime events and issues | SRS, release notes, user guides |
| AI tool configuration | Auditor and stakeholder facing |
DNA ships as one package. The CLI runs in your terminal; the runtime imports from a subpath in your server:
pnpm add @superhumaan/dna-by-humaanimport { dnaRuntime } from "@superhumaan/dna-by-humaan/runtime";
dnaRuntime.start({ projectId: "my-app", projectRoot: process.cwd() });
app.use(dnaRuntime.express());
app.use(dnaRuntime.errorHandler());Supports Express, Fastify, NestJS, and Next.js.
dna marketplace list
dna marketplace install frameworks/nextjs
dna marketplace install compliance/gdpr
dna updateRemote: dna.humaan.app/marketplace · Offline bundled fallback included.
dna github connect --owner ORG --repo REPO
export GITHUB_TOKEN=ghp_...
dna ai connect --provider mock
dna ai repair --file issue.json --dry-runSafety: never auto-merges, never deploys, never touches secrets.
packages/
dna-cli/ CLI
dna-core/ Scanner, wizard, marketplace
dna-runtime/ Runtime + adapters
dna-immune/ Classifier
dna-github/ GitHub API
dna-ai/ AI repair
dna-config/ Schemas
dna-templates/ Snippets
apps/
examples/ Express + Vite demos
web/ dna.humaan.app — landing + marketplace
marketplace/ Legacy standalone API (local dev)
pnpm install && pnpm build && pnpm test| Doc | Description |
|---|---|
| Getting Started | First project in 10 minutes |
| Brownfield / IVF | Install into existing projects |
| Concepts | Behaviour, memory, immune system |
| CLI Reference | Every command |
| Runtime | Framework adapters |
| Marketplace | Knowledge packs |
| Integrations | GitHub + AI |
| RBAC & Zero Trust | Plain-language → permission matrix + AI coordination |
| Team Testing | Colleague pilot guide |
| Contributing | PR guidelines |
- Knowledge pack marketplace
- Fastify, NestJS, Next.js runtime adapters
- Real-time dashboard UI
- Multi-project CellularMemory sync
- Impressions drift → auto PR suggestions
-
npx @superhumaan/dna-by-humaanon npm (v0.3.1 — CLI +/runtimebundle, 768 packs)
MIT © 2026 Humaan by Superlite
See LICENSE for full text.