Home of Workspai, RapidKit Core, and the shared contracts that align developers, CI, IDEs, and AI agents around one software-system truth.
RapidKit Labs · Workspai · Learn Workspace Intelligence · GitHub
AI tools can read code. Software systems also have projects, dependencies, runtime boundaries, policies, ownership, operational evidence, and release decisions. Workspai turns those facts into a shared, evidence-backed model.
flowchart TB
INPUTS["Software system inputs<br/>Projects · Policies · Contracts · Changes · Runtime"]
INTELLIGENCE["Workspace Intelligence<br/>Model · Graph · Context · Impact · Verify · Explain"]
OUTPUTS["Evidence-backed outputs<br/>Reports · AGENTS.md · Skills · Freshness · Release gates"]
CONSUMERS["Developers · CI · IDEs · AI agents · MCP clients"]
INPUTS --> INTELLIGENCE --> OUTPUTS --> CONSUMERS
CONSUMERS -. outcomes and fresh evidence .-> INPUTS
classDef core fill:#0f172a,color:#f8fafc,stroke:#38bdf8,stroke-width:2px;
class INTELLIGENCE core;
Existing projects can enter this architecture through adopt or import without changing their language, framework, or source location. First-class create kits are available when a team needs to start a new project.
| Product | Responsibility | Start |
|---|---|---|
| Workspai CLI | Canonical Workspace Intelligence engine, contracts, governance, and agent grounding | npx workspai --help |
| Workspai for VS Code | Visual workspace operations, evidence, repair, and AI workflows | Install extension |
| RapidKit Core | Python engine for core-backed generation, modules, and doctor workflows | Open repository |
| Reference Workspaces | Reproducible examples and adoption patterns | Explore examples |
npx workspai adopt ../existing-project --json
cd ~/.workspai/workspaces/workspai
npx workspai workspace model --json --write
npx workspai workspace context --for-agent --json --write
npx workspai workspace agent-sync --write --refresh-context
npx workspai workspace verify --strict --jsonThe same evidence can produce workspace reports, AGENTS.md, Skills, IDE
grounding, CI gates, impact analysis, and release decisions.
| Domain | Role |
|---|---|
| getrapidkit.com | RapidKit Labs brand and product ecosystem |
| workspai.dev | Workspace Intelligence knowledge portal |
| workspai.com | Workspai product and online experience |
We build in public and value evidence before confidence, explicit contracts, honest capability boundaries, and software that remains useful across languages and frameworks.
Workspai source · Issues · Discussions
One workspace. One truth. Humans and AI aligned.