Manual installation
Install with pnpm
Add Foldocs to an existing Foldkit workspace with pnpm.
Install runtime packages
Install the framework and its Foldkit runtime:
pnpm add foldocs foldkit effectConfigure Vite
Then add the Foldocs Vite plugin and point it at your content/docs directory.
Verify the application
Run pnpm dev, open a nested documentation route, and confirm a production
build emits that route as static HTML.
Last updated Aug 2, 2026