A fast documentation template powered by FumaPress and deployed on Cloudflare Workers.
Live Demo · Documentation · Report a Bug
- Content-first documentation with Markdown and MDX
- Static search with keyboard shortcuts
- Responsive navigation, table of contents, and light/dark/system themes
- Locale-aware routing with a customizable language switcher
- Reusable cards, callouts, steps, tabs, accordions, file trees, type tables, Lucide icons, and video embeds
- Per-page Markdown,
llms.txt, a project-wide Open Graph image, and sitemap generation - Static deployment to Cloudflare Workers with Wrangler
- No Worker runtime code or application bindings required
- FumaPress and Fumadocs
- Waku and React
- TypeScript and Tailwind CSS
- Cloudflare Workers Static Assets
- Node.js 20.19 or later
- pnpm
git clone https://github.com/open-fox/mkdocs.git
cd mkdocs
pnpm install
pnpm devOpen the local URL printed in the terminal.
| Command | Description |
|---|---|
pnpm dev |
Start the local development server |
pnpm build |
Generate the production-ready static site |
pnpm check |
Run source generation, TypeScript, build, and Wrangler dry-run checks |
pnpm deploy |
Build and deploy the site with Wrangler |
-
Authenticate Wrangler:
pnpm exec wrangler login -
Update the Worker name and optional custom domain in
wrangler.jsonc. -
Validate and deploy:
pnpm check pnpm deploy
For CI deployments, provide CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID as secrets.
Contributions are welcome.
- Fork the repository.
- Create a branch for your change.
- Run
pnpm checkbefore committing. - Open a pull request with a clear description of the change.
For bugs and feature requests, please open an issue.
OpenFox is an independent developer building products and developer tools. His products include:
- TanStarter — Ship Faster with TanStack, Cost Less with Cloudflare.
- MkSaaS — Make Your AI SaaS Product in a Weekend.
- MkImage — Make Any Images Possible.
- MkDirs — Launch AI-powered directory in 30 minutes.
- MkDollar — The all-in-one platform to help you make first dollar online.
Licensed under the MIT License.
