Build the first programming language designed for humans, not computers.
52-week plan across 14 phases.
Originally planned as 52 weeks. Phases 1–12 completed in 4 days with AI-assisted multi-agent development.
Parse a .human file and prove the grammar works.
Transform AST into framework-agnostic representation.
Generate a working React project from Intent IR.
Generate a working backend from Intent IR.
Mandatory quality guarantees.
Polished command-line interface.
human init — interactive project creationhuman build — compile to targethuman run — development serverhuman check — validate .human fileshuman test — run generated testshuman audit — run security audithuman deploy — deploy to target (Docker, Terraform/AWS/GCP)human eject — export as standalone projecthuman build --watch)/ask, /edit, /suggest)/update)Figma and image files as input.
human design commandProve the IR is truly framework-agnostic.
CI/CD, Docker, deployment from English.
Monolith, microservices, serverless from one keyword.
Optional AI enhancement.
First-class integration support.
integrate with X: syntax)Community can extend the language.
Ready for public release.
Running human build app.human produces 100+ files across 16 generators:
| Generator | Files | Output |
|---|---|---|
| React / Vue / Angular / Svelte | 7-12 | Types, API client, pages, components, router, entry files |
| Node / Python / Go Backend | 8-13 | ORM schema, auth middleware, route handlers, server, error handling |
| Docker + Compose | 5-7 | Dockerfiles (frontend + backend), docker-compose.yml, .env.example, .dockerignore, start.sh |
| PostgreSQL | 2 | Migration SQL, seed data |
| Terraform | 3-5 | AWS ECS/RDS or GCP Cloud Run/SQL, variables, outputs |
| CI/CD | 1-2 | GitHub Actions workflows |
| Monitoring | 3-4 | Prometheus config, Grafana dashboard, metrics endpoint |
| Storybook | 3-5 | Story files, preview config, main config |
| Design Systems | 2-3 | Theme config, CSS variables, provider wrapper |
| Quality Engine | 11 | Test files, security-report.md, lint-report.md, build-report.md, qa-test-plan.md, traceability-matrix.md, performance-report.md |
| Scaffold | 7 | package.json files, tsconfigs, vite config, README, start.sh |
| Metric | Target | Status |
|---|---|---|
| Parse a .human file | Phase 1 | Done |
| Framework-agnostic IR | Phase 2 | Done |
| Generate a running React app | Phase 3 | Done |
| Full-stack app from English | Phase 4 | Done |
| Quality guarantees enforced | Phase 5 | Done |
| CLI developer experience | Phase 6 | Done |
| Design-to-code pipeline | Phase 7 | Done |
| Multi-framework output (4 frontend + 3 backend) | Phase 8 | Done |
| DevOps generation (Docker, CI/CD, Terraform) | Phase 9 | Done |
| Architecture support (monolith, microservices, serverless) | Phase 10 | Done |
| LLM connector (Anthropic, OpenAI, Ollama) | Phase 11 | Done |
| Third-party integrations (Stripe, SendGrid, S3, OAuth, Slack) | Phase 12 | Done |
| Plugin ecosystem | Phase 13 | Started |
| Public launch | Phase 14 | In Progress |