Search for a command to run...
Search for a command to run...
A dynamic documentation generator framework. Built for developers who want 100% control over their documentation.
Every visual element of your documentation is exposed as a configuration property. Whether you want to tweak a CSS variable or replace an entire component with an arrow function, it all happens in one place.
headerTop navigation, logo, and search bar placement.
sidebarNavigation tree, collapsible sections, and custom headers/footers.
tocRight-side 'On This Page' navigation and scroll tracking.
paginationBottom navigation buttons for next and previous pages.
theme.cssVarsGlobal color palette and border radii for light/dark modes.
Standard features, redefined for speed and flexibility.
No proprietary core packages. You own the code, you control the framework.
Auto-generated navigation from your MDX/Markdown file structure.
High-performance full-text search with extremely low latency.
Switch between pre-built professional themes like Shadcn, Curved, and Minimal.
Automatic JSON-LD schema generation for Articles and Breadcrumbs.
Custom UI components and CSS variables defined entirely in one config file.
The x-meta.config.tsx is your mission control for the entire site.
import { CurvedUI } from "@/marketplace/curved-ui";
import { ShadcnUI } from "@/marketplace/shadcn-ui";
import { createConfig } from "@/lib/configuration";
export const XMeta = createConfig({
...ShadcnUI, // Switch themes here!
siteName: "DocXes",
searchProvider: "flexsearch",
sidebar: {
...ShadcnUI.sidebar,
header: undefined,
}
});"Finally, a framework that doesn't feel like a black box."