The Monorepo
Operating System
Stop codebase drift. Turboforge keeps your packages, tooling, and docs aligned long after day zero.
End Codebase Drift
Traditional monorepos rot. Configs diverge, docs go stale. Turboforge standardizes everything.
Before (Manual)
- ✕Split conventions across 10 packages
- ✕Stale READMEs and API docs
- ✕Manual dependency upgrades
With Turboforge
- ✓Shared CLI primitives and tooling
- ✓Live API-to-MDX documentation pipeline
- ✓Automated sync and uniform configs
The Turboforge Ecosystem
Everything you need to build, sync, and document standard tooling.
@turboforge/cli-kit
Low-level utilities and configuration resolution for building high-performance CLI tools in monorepos.
@turboforge/remark-typedoc-mdx
Remark plugin to transform and sanitize TypeDoc generated markdown for seamless MDX integration.
@turboforge/sync
The authoritative synchronization engine for Turboforge monorepos to align tooling, configurations, and dependencies with upstream templates.
Convention Over Configuration
Turboforge embraces zero-config standardization. Instead of reinventing the wheel with new config files, it derives its intelligence directly from your existing pnpm-workspace.yaml.
- Zero proprietary config files
- Automated package synchronization
- Fumadocs integration by default
packages:
- "apps/*"
- "packages/*"
- "tooling/*"
// Turboforge derives intelligence from your
// standard package manager configurations.