Add docs without a separate frontend
Keep docs, configuration, and commands in the existing repository without changing application source.
One source for the site, search, and AI data
Docfuse reads repository Markdown and MDX in place, leaves application source untouched, and builds the static site, local search, and AI-readable data together.

Keep docs, configuration, and commands in the existing repository without changing application source.
One build emits static pages, Markdown mirrors, llms.txt, and bounded content shards.
Code groups, file trees, tabs, media, math, and diagrams have dedicated Markdown syntax.
Host the generated files directly while diagrams, search, and interactions load only where used.
Indexes ship with the site, so results never mix another locale or version.
Use @docfuse/markdown directly in React, SSR, and static generation pipelines.