Editorial take
Why it stands out
KV should be presented as the simplest edge-state primitive in this batch, not as a database replacement for everything else Cloudflare offers.
Tool profile
Globally distributed key-value store on Cloudflare for read-heavy edge workloads with simple per-operation and storage-based pricing.
Distributed configuration, metadata, and edge lookups
Cloudflare KV is one of the simplest but most useful edge primitives in this category because it solves the read-heavy distributed configuration and caching problem directly. It is not a relational database and not a coordination layer. Instead, it is the right tool when the application needs globally distributed key-value reads, lightweight state, feature configuration, or content and metadata lookups near the edge.
Its pricing is unusually straightforward. On the Free plan, you get 100,000 key reads per day, 1,000 writes per day, 1,000 deletes per day, 1,000 list requests per day, and 1 GB storage. On the Paid plan, the first 10 million reads, 1 million writes, 1 million deletes, and 1 million list requests per month are included, with overages at $0.50 per million reads and $5 per million writes, deletes, or list requests. Storage above 1 GB is $0.50 per GB-month. That simplicity makes KV easy to model, which is a real advantage compared with more layered state products.
Quick fit
Editorial take
KV should be presented as the simplest edge-state primitive in this batch, not as a database replacement for everything else Cloudflare offers.
What it does well
Primary use cases
Fit notes
Pricing snapshot
Cloudflare KV is included on Workers Free and Workers Paid plans. Free includes 100,000 reads per day, 1,000 writes per day, 1,000 deletes per day, 1,000 list requests per day, and 1 GB storage. Paid includes 10 million reads and 1 million writes/deletes/list requests monthly, with overages at $0.50 per million reads, $5.00 per million writes, deletes, or lists, and $0.50 per GB-month of storage above 1 GB.