Preview Markdown
Read Markdown and deterministic MDX without creating an application.
pnpm foldocs preview ./notesThe dependency-free preview server compiles every .md and .mdx file using
the same Foldocs compiler, builds a small navigation list, and rereads the file
on every refresh.
pnpm foldocs preview ./SKILL.md --host 127.0.0.1 --port 4174Use the full generated application when you need production navigation, search, internationalization, or custom runtime components. Preview is intentionally a fast reader for notes, skills, and isolated authoring.
Last updated 3 ago 2026