Skip to content

Repository files navigation

sprinkle-site

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.

Stack

  • Framework: React 19 + Vite
  • Styling: Tailwind CSS 4, Radix UI
  • 3D: Three.js (hero section)
  • Animation: Framer Motion
  • Routing: Wouter

Structure

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

Docs coverage

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

Getting started

git clone https://github.com/sprinklelabs/sprinkle-site
cd sprinkle-site
pnpm install
pnpm dev

Opens at http://localhost:5174.

Scripts

pnpm dev        # Dev server with HMR
pnpm build      # Production build
pnpm serve      # Preview production build
pnpm typecheck  # Type-check without emit

Contributing

Docs improvements, typo fixes, and new content are welcome. See CONTRIBUTING.md.

License

MIT. See LICENSE.

About

Marketing site and product documentation for the Sprinkle developer cloud

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages