Introduction
ShipAny Docs — a bilingual documentation site template for your product
What is ShipAny Docs?
ShipAny Docs is a standalone documentation site template, built on fumadocs and TanStack Start. You write Markdown (MDX) files, and it gives you a polished docs site with sidebar navigation, full-text search, dark mode, and English/Chinese support out of the box.
It is designed to be deployed separately from your main product, e.g. at
docs.yourdomain.com.
Get this template at shipany.ai/templates/shipany-docs — one of the official ShipAny templates for shipping AI SaaS products faster.
Features
- MDX content — every
.mdxfile undercontent/docs/becomes a page - Bilingual by convention —
page.mdxis English,page.zh.mdxis the Chinese twin - Full-text search — built-in Orama search, Chinese content included
- Brand via env vars — name, logo, and links without touching code
- Theme in one file — paste any shadcn/tweakcn theme into
src/styles/theme.css - Multi-product ready — optional sidebar dropdown to switch between products
- Deploy anywhere — Node server, Cloudflare Workers, or Docker
How this documentation is organized
| Page | What it covers |
|---|---|
| Getting Started | Run the template locally in five minutes |
| Writing Content | Pages, frontmatter, sidebar order, components |
| Customization | Branding, theme, navigation |
| Multi-Product Docs | One docs site for several products |
| Deployment | Node, Cloudflare Workers, Docker |
| FAQ | Common questions |
These pages are themselves written with the template — read them in the
browser, then open content/docs/ to see exactly how each one is made.