Ox Content wordmark Ox Content wordmark

cargo doc for JavaScript

A framework-agnostic document generator and high-performance Markdown toolkit for the Vite era, with OG images, theming, search, Rust speed, and zero-JavaScript-first MPA output.

Unofficial project notice

This project is not an official VoidZero product.

ubugeeei is building ox-content as an unofficial proposal, hoping it could someday be adopted as vp doc.

The current branding and visual references are unofficial fan work and will be revised or taken down if VoidZero or the relevant rights holders ask.

What Ox Content Is

Ox Content is a Rust-powered document generator and high-performance Markdown processing toolkit for JavaScript and TypeScript projects.

If you want the shortest explanation, it is best understood as cargo doc for JavaScript with a Vite-native workflow.

It also works as a framework-agnostic documentation pipeline with extra batteries included: built-in OG image generation, full-text search, theming hooks, API doc generation, and a reusable content engine.

The site output is zero-JavaScript-first and MPA-oriented by default, so the baseline experience stays fast and simple. When you do need interactivity, Ox Content can hydrate islands and integrate with Vue, Svelte, and React.

Under the hood, Ox Content is not only a docs theme. It also exposes the Markdown parser, renderer, transforms, and plugin system as reusable pieces, so you can use it as a Markdown library outside the default site generator.

Why It Is Fast

  • Implemented in Rust with arena-based allocation and zero-copy parsing where possible

  • Designed to reuse ideas and ecosystem conventions that feel natural alongside the VoidZero family

  • Optimized for static, cache-friendly multi-page output instead of assuming a heavy client runtime

Integrations

User Guide

  • Getting Started - Installation and first steps

  • Theming - Customize your documentation site

  • Examples - Integration, source docs, OG image, and SSG examples

Advanced Docs

Reference

  • API Reference - Generated API docs for the public surface

  • Vite Plugin - Main docs pipeline package

  • Packages - Node.js, WebAssembly, framework, and i18n package docs

  • GitHub - Source code and issues

Community Credits

Special thanks to kazupon for substantial community contributions around JSDoc support, including the API docs generation pipeline and documentation quality.

If you find Ox Content useful, please consider sponsoring the project.