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 .mdx file under content/docs/ becomes a page
  • Bilingual by conventionpage.mdx is English, page.zh.mdx is 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

PageWhat it covers
Getting StartedRun the template locally in five minutes
Writing ContentPages, frontmatter, sidebar order, components
CustomizationBranding, theme, navigation
Multi-Product DocsOne docs site for several products
DeploymentNode, Cloudflare Workers, Docker
FAQCommon 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.