Orbit Studio Local MDX Content System
Moving Notes from component data into a maintainable local MDX content layer, with room for Projects and Garden to use the same expansion path later.
Why start with local MDX
Orbit Studio's content is still in a personal-maintenance and fast-iteration stage. Notes, Projects, and Garden all need continuous additions, but there is not yet a need for multi-user collaboration, review workflows, an editing backend, or scheduled publishing.
Local MDX fits this stage better. Content stays in Git history alongside the code, Codex can directly help reorganize article structure, and pages can keep reusing the visual language already established for Orbit Studio.
First-phase boundaries
- Notes use
content/notes/*.mdxfor article bodies. - List pages show only
publishedcontent by default. - Projects and Garden reserve the directory shape first, without rushing to migrate everything.
- Custom components stay minimal for now: Callout, Figure, and Gallery.
This step does not introduce a CMS and does not change the rhythm or visual story of the homepage.
Migration order
- Move existing AI Development notes into MDX one by one.
- Add a project-retrospective template for Projects.
- Add a shorter knowledge-entry format for Garden.
- Consider RSS, tag pages, featured content, and Open Graph images later.
Last updated on