Docket Docs

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

ProviderBest ForAdapters Available
LocalDevelopment, privacy-first, self-hostedOllama, LM Studio, SQLite, Filesystem, In-memory queue
CloudflareEdge deployment, global low-latency, generous free tierWorkers AI (LLM + embedder), D1 (store), R2 (blob), Queues
AWSEnterprise scale, mature ecosystem, complianceBedrock (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.

On this page