Cloud Providers
Choose your infrastructure and follow the provider-specific path.
Cloud Providers
Docket is infrastructure-agnostic. Whether you run on your laptop, Cloudflare's edge, or AWS, the experience is the same. Pick your provider and follow the tailored guide.
Available Providers
| Provider | Best For | Adapters Available |
|---|---|---|
| Local | Development, privacy-first, self-hosted | Ollama, LM Studio, SQLite, Filesystem, In-memory queue |
| Cloudflare | Edge deployment, global low-latency, generous free tier | Workers AI (LLM + embedder), D1 (store), R2 (blob), Queues |
| AWS | Enterprise scale, mature ecosystem, compliance | Bedrock (LLM + embedder), DynamoDB (store), S3 (blob), SQS |
Provider Presets (Future)
Instead of configuring 5 adapters individually, you will be able to set a single provider preset:
docket:
provider: "cloudflare" # auto-resolves all 5 adapters
This maps to the provider's native services and injects the correct adapter configs automatically.
Switching Providers
See the Migration Guides for moving data between providers.