Documentation website for cloudemu
The official documentation site for cloudemu — a Go library that emulates AWS, Azure, and GCP cloud services entirely in memory.
Live at cloudemu.vercel.app
- Next.js 15 (App Router)
- Fumadocs (documentation framework)
- Tailwind CSS v4
- Vercel (hosting)
npm install
npm run devOpen http://localhost:3000.
app/
(home)/ → Landing page
docs/ → Documentation pages
blog/ → Blog section
api/search/ → Full-text search API
components/
landing/ → Landing page components
search-dialog.tsx→ Custom search with empty state
content/
docs/ → MDX documentation (32 pages)
blog/ → Blog posts
lib/
source.ts → Fumadocs content source
services.ts → Service mapping data (16 categories × 3 providers)
- Landing page with hero, comparison table, feature cards, service grid, and code examples
- Full documentation for all 16 service categories across AWS, Azure, and GCP
- Getting started guide (prerequisites, installation, quick start)
- Configuration, error handling, and architecture reference
- Cross-cutting features guide (recording, metrics, rate limiting, error injection, fake clock, latency)
- Blog section
- Full-text search (Cmd+K / Ctrl+K)
- Dark and light mode
npm run buildMIT