Marketing site and product documentation for the Sprinkle developer cloud platform.
Built with React 19 and Vite. Includes the landing page, full docs for all platform products (AI, wallets, compute, relay, storage, domains), pricing, blog, and legal pages.
- Framework: React 19 + Vite
- Styling: Tailwind CSS 4, Radix UI
- 3D: Three.js (hero section)
- Animation: Framer Motion
- Routing: Wouter
src/
pages/
docs/ # All documentation pages
landing/ # Marketing pages (home, pricing, about, etc.)
blog/ # Blog posts
legal/ # Privacy policy, terms of service
components/
docs/ # DocsLayout, DocsUI (Code, Table, Callout, DocHero)
landing/ # Navbar, Hero, Footer, feature sections
layouts/
DocsLayout.tsx # Sidebar nav, light/dark toggle, breadcrumbs
public/
logo.png
og-image.png
docs-*.webp # Hero images for docs sections
| Section | Pages |
|---|---|
| Get Started | Overview, Quickstart, Authentication |
| AI Platform | Introduction, Chat, Image, Speech, Embeddings |
| Smart Wallets | Introduction, Embedded Wallets, Smart Accounts, Session Keys, Auth Integration |
| Relay Network | How It Works, Submit an Intent |
| Compute | Overview, GPU Instances |
| Storage | Introduction, Storage API |
| Billing | Introduction, Onchain Billing |
| Domains | Introduction |
| Reference | REST API, SDKs, CLI |
git clone https://github.com/sprinklelabs/sprinkle-site
cd sprinkle-site
pnpm install
pnpm devOpens at http://localhost:5174.
pnpm dev # Dev server with HMR
pnpm build # Production build
pnpm serve # Preview production build
pnpm typecheck # Type-check without emitDocs improvements, typo fixes, and new content are welcome. See CONTRIBUTING.md.
MIT. See LICENSE.