Skip to content
Foldocs
On this pageRuntime packages
Manual installation

Install with bun

Install Foldocs in an existing Foldkit application with Bun.

Runtime packages

Install runtime packages:

sh
bun add foldocs foldkit effect @effect/platform-browser

Build packages

Install the build integrations:

sh
bun add --dev @foldocs/vite @foldkit/vite-plugin vite typescript

Start Vite

Run bunx vite after adding the Foldocs and Foldkit plugins to vite.config.ts.

Last updated Aug 2, 2026