Zero Day AI

Five agents. One config.
Zero friction.

0dai generates native configs for Claude Code, Codex, OpenCode, Gemini, and Aider from a single ai/ directory.

Claude Code Codex CLI OpenCode Gemini CLI Aider ai/
Get Started Free GitHub →

v1.0.0 · open core · zero dependencies · works offline

The problem is real

Every AI agent reads a different config format. You maintain them all.

✖ Without 0dai

.claude/ settings.json + CLAUDE.md + agents/
.codex/  config.toml + agents/
.opencode/ opencode.json + agents/
.gemini/ settings.json + agents/
.aider/  .aider.conf.yml + agents/

15+ files · 5 formats · duplicated knowledge

✔ With 0dai

ai/              ← you edit here
  manifest/project.yaml
  docs/ personas/ playbooks/

     0dai sync

.claude/ .codex/ .opencode/ .gemini/ .aider/
All generated · always in sync

Start in 60 seconds

Auto-detects FastAPI, Next.js, Flutter, Go, Python, and 4 more.

# install 0dai (one command)
$ curl -fsSL https://0dai.dev/install | sh
# set up your project
$ 0dai init-existing --target .
# see what agents know
$ 0dai doctor --target .

How it works

1

Install

curl 0dai.dev/install | sh
One command. Done.

2

Edit

Change ai/ files.
Decisions, playbooks, personas.

3

Sync

Run sync. All native
agent configs regenerated.

Supported stacks

FastAPI Next.js Flutter Go Python React Native Data/ML backend-api monorepo

What you get

⚙️

Stack-Aware Generation

Detects your stack. Generates matching configs, commands, and personas for all 5 CLIs at once.

Experience Flywheel

Harvest what worked. Promote patterns into team knowledge. Agents learn from your history.

🔌

MCP Server (43 tools)

Agents self-serve project context: manifests, codebase maps, specs, compliance. Read and write.

🤝

Team Collaboration

Shared knowledge base, activity feed, role-based access, cross-repo federation, conflict resolution.

Pricing

Free forever for individuals. Team features when you need them.

Free

$0

Solo devs & indie projects

  • All 5 agent CLIs
  • All 9 stacks
  • Experience flywheel
  • MCP server (43 tools)
  • Maturity scorecard
  • No limits, no account
Get Started

Enterprise

Custom

Unlimited seats

  • Everything in Team
  • SSO / SAML
  • SOC 2 & ISO 27001 reports
  • Enterprise policy engine
  • Multi-tenant MCP
  • Dedicated support + SLA
Contact Sales

FAQ

Does 0dai replace Claude Code?+

No. It generates the config files agents read. It's the layer underneath.

What about my existing CLAUDE.md?+

Preserved. 0dai uses managed blocks. Your content is never overwritten.

Do I need all 5 CLIs?+

No. Auto-detects what's installed, generates only for those.

How does it work?+

Core CLI runs locally in your repo. Team features (dashboard, shared KB, activity feed) are hosted at app.0dai.dev. Your code never leaves your machine.

How is this different from writing CLAUDE.md?+

CLAUDE.md = one file, one agent. 0dai = five agents, experience tracking, MCP, team knowledge, compliance. Infrastructure, not a text file.