Saltar al contenido
Foldocs
En esta páginaShared documentation experience

Comparisons

Decide when Foldocs is a better fit than a React-first documentation stack.

Shared documentation experience

Foldocs shares the authoring experience people expect from Fumadocs: filesystem content, ordered page trees, polished layouts, local or hosted search, Markdown endpoints, and LLM output. Its architectural boundary is different.

Architectural differences

ConcernFoldocsReact-first docs frameworks
Application runtimeFoldkit and EffectReact and framework-specific runtime
Standard Markdown@foldkit/markdown typed ASTUnified/MDX pipelines
Interactive stateTyped Model and MessageComponent-local hooks
Static outputBuilt-in deterministic prerenderFramework adapter or server rendering
SearchEffect interface with local defaultProvider-specific integrations

Choose the right stack

Choose Foldocs when the documentation belongs beside a Foldkit application, when Effect is already part of the system, or when deterministic content and static deployment are important. Choose another stack when React component compatibility is a primary requirement.

Last updated 2 ago 2026