Dyrected is the AI-First Headless CMS. It replaces manual UI-based schema building with a Code-First Content Contract that AI tools can generate and maintain in seconds.
apps/cloud: The multi-tenant CMS platform backend.apps/platform: [NEW] Internal operations dashboard for license & metrics management.apps/docs: Developer documentation (Fumadocs).apps/admin: The standalone Admin UI shell.
packages/core: The core CMS engine (Hono-based).packages/admin: React-based editor UI components.packages/sdk: Universal JavaScript client for content fetching.packages/db-postgres: PostgreSQL database adapter with multi-schema support.packages/storage-s3: AWS S3 / Cloudflare R2 storage adapter.
This is a monorepo managed with pnpm and Turborepo.
pnpm install
pnpm devFor more details, see specs/dyrected-installation.md.
Developer documentation lives in apps/docs/ and is powered by Fumadocs.
To start the local docs server:
# Start the dev server — runs on http://localhost:3001
pnpm --filter @dyrected/docs dev