Skip to content
Terrence Daniels edited this page Aug 23, 2026 · 7 revisions

An independently maintained port of Directus's own monorepo — a real-time API/App dashboard for managing SQL database content — brought over one package at a time, each evaluated and migrated against actual current tooling, not copied over wholesale.

This wiki is a set of short pointers, not a duplicate of the real documentation — each page states one thing worth knowing and links to the authoritative source (todo.md, architect.md, the commit that did the work) rather than repeating it. For the full picture, start with readme.md and todo.md in the main repo.

Status: early, but moving. All 40 workspace package.json manifests are migrated from pnpm to Yarn — yarn install resolves the full dependency graph today. 3 of 40 workspace packages have real source started — directus (the CLI wrapper, complete), types (complete, 56 of 56 files, though 3 cross-package dependencies still block a full type-check), and schema (newly started, 3 of 16 files); the rest are manifests waiting on real source trees. See Architecture Overview for the full target shape this repo is being built toward.

Foundation

  • Architecture Overview — why this is a monorepo and not a single package, the full 40-package target layout, what's real today
  • Yarn Migration — every pnpm-specific mechanism this repo depended on, and what replaced it (or didn't)
  • Package Manifests — all 43 package.json files, migrated and grouped
  • CI and Docker — 17 workflows off pnpm, both Dockerfiles updated, the deploy-script replacement for pnpm deploy
  • Known Gaps — the honest list: one native build failure, one unverified major-version bump, one source rewrite still owed

Elsewhere

Clone this wiki locally