The developer cloud that unifies AI, wallets, compute, relay, storage, and domains under one API key.
Sprinkle gives developers a single platform to build intelligent, onchain applications without stitching together a dozen services.
| Repo | Description |
|---|---|
| sprinkle-api | REST API backend — auth, AI, wallets, relay, billing |
| sprinkle-db | PostgreSQL schema and Drizzle ORM migrations |
| sprinkle-dashboard | React web dashboard for managing projects, keys, and usage |
| sprinkle-site | Marketing site and full product documentation |
| sprinkle-sdk | TypeScript SDK, React Query hooks, and Zod schemas |
Your app
└── @sprinkle/sdk
└── api.sprinkle.network
├── /v1/ai — chat, image, speech, embeddings
├── /v1/wallets — ERC-4337 smart accounts
├── /v1/relay — intent-based transaction relay
├── /v1/compute — GPU and serverless jobs
├── /v1/storage — object storage
└── /v1/domains — domain provisioning
All repos are open to contributions. Read the CONTRIBUTING.md in each repo before opening a pull request.
MIT. See individual repos for details.