Understand the CentraKit product surfaces, apps, and documentation entry points.
CentraKit is a Turborepo monorepo with a SaaS web app, public API, documentation site, marketing site, showcase, and CLI. The product is organized around organizations, customers, assets, work, communication, billing, and agent-powered automation.
| App | Purpose |
|---|---|
apps/saas | Authenticated customer and admin application. |
apps/api | REST API and MCP server. |
apps/docs | This documentation site. |
apps/marketing | Public marketing website. |
apps/showcase | Component and product UI showcase. |
apps/cli | centrakit command-line client. |
Default local development uses localhost ports. Portless-backed commands add named .localhost URLs:
https://app.localhosthttps://api.localhost/apihttps://docs.localhostWithout Portless, the SaaS app usually runs on http://localhost:3000 and the API on http://localhost:3001.