GuideExamplesGitHub ↗

GET STARTED

Build something
you can explain.

Codex is a documentation starter for technical products that values readable hierarchy, useful examples and a calm reading experience.

Designed for real docs.
Navigation, code blocks, notes and responsive typography are included without a frontend framework.

Installation

Start with the smallest possible project, then add only the structure your documentation actually needs.

$ nift init docs
$ cd docs
$ nift build-all
✓ built 12 pages in 18ms

Project structure

Keep content obvious. Shared layout belongs in templates; authored documentation stays in content.

docs/ ├── content/ │ ├── index.html │ └── guide/ ├── templates/ │ ├── template.html │ └── partials/ └── public/

Simple routing

Tracked names become stable project references, so links can remain independent of your eventual output directory.

Note

Use the build layer for composition and paths; use normal browser technology for runtime behaviour.