Skip to main content
Logo
`npx oneie`

Launch Your Entire Stack With One Command

The ONE CLI copies the full 6-dimension ontology, syncs Claude agents, creates your org profile, and optionally boots a production Astro frontend and docs. Minutes, not weeks.

Quick Start
Guided Bootstrap Flow

From Blank Repo to Ontology-Aware Workspace

`npx oneie` runs an interactive flow that captures your identity, provisions organizational structure, and deploys the full ontology so Claude understands your project instantly.

User & Org Profiles
Collects your name, email, and organization details, generating ontology-mapped markdown records instantly.
Ontology Sync
Copies 100+ curated files from `/one/*`, including knowledge, things, connections, events, and governance rules.
Claude Agent Suite
Syncs 8 Claude Code agents plus commands and hooks, giving you CASCADE automation inside the IDE.
Frontend Starter
Optionally clones the Astro + React + Tailwind stack with auth, shadcn/ui, and edge deployment presets.
Offline Docs Vault
Pulls Astro, Convex, Effect.ts, React, and Tailwind docs so AI agents have instant local context.
Repeatable Sync
Re-run `npx oneie` anytime to pull ontology updates, regenerate agents, and keep every workstation aligned.
Everything Mapped to the Ontology

Your Project Ships with the Six Universal Dimensions

ONE treats reality as data. When the CLI lands in your repo, every dimension is pre-populated so agents and humans stay in sync.

Groups
Organizations, departments, and teams with hierarchy and tenancy controls.
People
Roles, permissions, and governance tied directly to your org structure.
Things
66+ entity blueprints covering products, pages, flows, and more.
Connections
25 relationship types that let agents reason about ownership and flow.
Events
67 event definitions plus audit-trail conventions for full observability.
Knowledge
Embedding-ready docs, workflows, and rules that guide every AI interaction.
Generated Structure
one/
|-- knowledge/ontology.md
|-- knowledge/architecture.md
|-- things/agents/*.md
|-- connections/workflows/*.md
|-- events/catalog.md
|-- people/{your-name}.md
`-- groups/{your-org}.md

.claude/
|-- agents/*.json
|-- commands/*.md
`-- hooks/*.py

frontend/ (optional)
docs/ (optional)
cli/folders.yaml
3 Command Launch

Build Something Real in Under 10 Minutes

The CLI is tuned so your first production-ready build is pure English. Kick off the workflow below and hand the rest to your agents.

1. Bootstrap

Run `npx oneie` and accept the defaults. Your ontology, agents, and profiles sync immediately.

2. Talk to Claude

Open Claude Code, load the synced agents, and describe the product you want to build in English.

3. Ship

Use the generated Astro frontend or your own stack to deploy to 330+ edge regions.