Official documentation site for Fusion Framework — a backend framework with a unified developer experience across Node.js, Python, and C#.
Welcome to the team. Contributions of every size help.
| I want to… | Start here |
|---|---|
| Translate docs or UI strings | TRANSLATING.md |
| Work on the website / app code | DEVELOPING.md |
git clone https://github.com/cipherunits/fusion-docs.git
cd fusion-docs
pnpm install
pnpm devOpen http://localhost:3000.
Requires Node.js and pnpm 11.5.2 (packageManager in package.json).
content/
docs/ # Documentation pages (MDX)
locales/ # UI translation JSON files
src/ # Next.js + Fumadocs application code
public/ # Static assets (logo, fonts, …)
Translators mostly stay under content/.
Developers work across src/, content/, and project config.
- Repository: github.com/cipherunits/fusion-docs
- Organization: cipherunit.xyz