Staxly

Convex vs Cloudflare Developer Platform

The reactive database where queries are TypeScript code
vs. Workers, Pages, D1, R2, KV — edge-native serverless

Convex websiteCloudflare Workers

Pricing tiers

Convex

Starter (Free)
Free with overage via usage-based billing. Great for prototypes.
Free
Professional
$25/developer/month. Overage: $2/M function calls. Daily backups, email support, custom domains.
$25/mo
Business / Enterprise
From $2,500/month. SAML/SSO, SLA, dedicated deployments, Slack Connect support.
$2500/mo
Convex website

Cloudflare Developer Platform

Free
Workers: 100k req/day, 10ms CPU/req. D1: 5M reads/day. KV: 100k reads/day. R2: 10 GB/mo. Durable Objects: 100k req/day.
Free
Workers Paid
$5/month minimum. 10M Workers req/mo + overages. Generous D1, KV, R2 allowances. All services unlocked.
$5/mo
Enterprise
Custom. Higher SLAs, dedicated support, account managers.
Custom
Cloudflare Workers

Free-tier quotas head-to-head

Comparing starter on Convex vs free on Cloudflare Developer Platform.

MetricConvexCloudflare Developer Platform
d1 reads day5000000 rows/day
d1 storage gb5 GB
d1 writes day100000 rows/day
db storage gb0.5 GB
deployments40 deployments
durable objects gb sec13000 GB-sec/day
durable objects requests100000 req/day
egress gb month1 GB/month
file storage gb1 GB
function calls month1000000 calls/month
kv reads day100000 reads/day
kv storage gb1 GB
kv writes day1000 writes/day
r2 class a ops1000000 ops/month
r2 class b ops10000000 ops/month
r2 egressfree (unlimited) egress
r2 storage gb10 GB/month
team members6 users
workers cpu ms10 ms/invocation
workers logs events200000 events/day
workers requests day100000 req/day

Features

Convex · 18 features

  • ActionsNon-deterministic functions for external I/O (fetch, AI APIs, email). Cannot rea
  • AuthenticationConvex Auth (built-in) or BYO provider (Clerk, Auth0, Kinde, WorkOS). ID tokens
  • Convex AgentsAI agent framework with durable memory, threads, tool use. Works with OpenAI / A
  • Convex AuthFirst-party auth library: passwords, magic links, OAuth, phone — stored in your
  • Convex ComponentsReusable backend modules (rate limiter, workflow, aggregate, action-retrier, etc
  • Cron JobsRecurring schedules defined in convex/crons.ts. UTC, cron-style patterns.
  • Durable WorkflowsLong-running multi-step workflows with retries and at-least-once guarantees.
  • Exception ReportingAuto-capture errors to Sentry, Axiom, Datadog.
  • File StorageUpload/download via storage API. Returns storage IDs referenced in documents.
  • Full-Text SearchBM25 search index on table fields. withSearchIndex query helper.
  • HTTP ActionsExpose public HTTP endpoints for webhooks, OAuth callbacks, third-party integrat
  • Log StreamsStream function logs to Axiom, Datadog, Sentry. Pro+.
  • MutationsTransactional write functions. All reads + writes in one mutation are ACID; conf
  • Preview DeploymentsEvery Git branch gets its own isolated deployment. Integrates with Vercel/Netlif
  • QueriesDeterministic read-only TS functions. Automatically cached and re-run when under
  • Real-Time SubscriptionsuseQuery auto-subscribes; server invalidates when data a query read changes. No
  • Schedulerschedule.after / schedule.at — enqueue functions to run later. Durable, survives
  • Vector SearchNative vector index on tables. withIndex + filter fields. Up to 4096 dims.

Cloudflare Developer Platform · 18 features

  • AI GatewayProxy for OpenAI/Anthropic/Gemini with caching, analytics, retries, rate limitin
  • D1Managed serverless SQLite via sqlite-wasm. Read replicas via replicas keyword.
  • Durable ObjectsStrongly-consistent objects with storage, pinned to a region. Good for sync/stat
  • Email RoutingCatchall email routing + Email Workers for programmatic handling.
  • HyperdriveConnection pooler + cache for Postgres. Makes your DB edge-fast.
  • ImagesStore, resize, transform images. Polish on-the-fly.
  • KVEventually-consistent key-value at every POP. Good for config, caching.
  • PagesStatic + SSR framework hosting (Next.js via OpenNext, Remix, Nuxt, SvelteKit).
  • Pages FunctionsWorkers integrated into Pages for backend logic.
  • QueuesPersistent message queues with batched consumers. Exactly-once per consumer grou
  • R2S3-compatible object storage with **zero egress fees**.
  • StreamVideo upload, encoding, adaptive streaming.
  • VectorizeVector DB at the edge. For RAG + semantic search.
  • WorkersV8-isolate serverless at 300+ POPs. Sub-ms cold starts. JS/TS/Rust/Python (beta)
  • Workers AIRun LLMs (Llama, Mistral) + image, speech, embedding models at edge via @cf/...
  • Workers LogsStructured logs with 3-day retention on paid.
  • WorkflowsDurable step-functions for long-running tasks.
  • ZarazThird-party script management at edge (analytics, marketing tags).

Developer interfaces

KindConvexCloudflare Developer Platform
CLIConvex CLIWrangler CLI
SDKAndroid / Kotlin Client, iOS / Swift Client, JavaScript/TypeScript Client, Next.js Integration, Python Client, React Client (useQuery), Rust Client, Svelte Client, Vue Client
RESTDeploy / Dashboard API, HTTP ActionsCloudflare REST API, D1 HTTP (via Worker), R2 S3-compatible API
MCPCloudflare MCP
OTHERWebSocket SubscriptionsWorkers Runtime (V8)
Staxly is an independent catalog of developer platforms. Outbound links to Convex and Cloudflare Developer Platform are plain references to their official websites. Pricing is verified against vendor pages at publication time — reconfirm before buying.

Want this comparison in your AI agent's context? Install the free Staxly MCP server.