AppsWebsite
Website
Marketing site and documentation.
Documentation for this app is in progress.
The Website is the marketing and documentation site for Sherpa, built with Fumadocs.
Tech stack
- Framework: TanStack Start (React 19, Vite 7)
- Content: Fumadocs (MDX documentation)
- Styling: Tailwind CSS + Fumadocs UI
Routes
| Method | Path | Description |
|---|---|---|
GET | / | Homepage |
GET | /features | Features page |
GET | /pricing | Pricing page |
GET | /docs/$ | Documentation pages (Fumadocs) |
API
| Method | Path | Description |
|---|---|---|
GET | /api/search | Full-text search across documentation |
Development
pnpm website:devRuns on localhost:3002. No environment variables required.