Skip to content
Foldocs
On this pageInstall runtime packages
Manual installation

Install with pnpm

Add Foldocs to an existing Foldkit workspace with pnpm.

Install runtime packages

Install the framework and its Foldkit runtime:

sh
pnpm add foldocs foldkit effect

Configure 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