Vote on features you want to see built. Back requests with Convex Chips to influence priority.
Rather than requiring an explict re-export from the app, allow the app to provide a mount root that components can use to create their own HTTP endpoints.
It would be helpful if the command line allowed developers to better manage multiple local and cloud development environments.
Give the command line the power to create time-limited deployments, similar to preview deployments, for any period developers want.
!cache chart We shipped a new dashboard feature that helps you understand how cache invalidations work in Convex. If you've ever wanted to optimize or understand your cache usage, this is for you!
Integrate PostHog's LLM analytics capabilities with the convex agent component. Docs Example
New npx convex deployment create and npx convex deployment select commands for creating cloud deployments and selecting which deployment to target. All CLI commands now support --deployment flag accepting deployment names, refs (e.g. dev/james), dev, prod, or cross-project refs (team-slug:project-sl…
The CLI can now automatically provide Convex AI context files (AGENTS.md, CLAUDE.md, guidelines/state files) to your project when using npx convex dev. Manage them with npx convex ai-files: install, update, status, disable, enable, and remove.
npx convex init now supports non-interactive agent workflows via CONVEXAGENTMODE=anonymous. Combined with npx convex env set, agents can fully initialize deployments and configure environment variables without human interaction.
npx convex env set and npx convex run will now auto-start a local backend if one is not already running, so you no longer need to manually start npx convex dev before running CLI commands.
npx convex env set now accepts values interactively, via --from-file, or multiple variables at once via stdin (e.g. npx convex env set < .env.defaults). npx convex env list emits a robust format for multi-line variables, enabling round-tripping between deployments with npx convex env list > .env.con…
Improve environment variable management with stronger validation, safer rollout ergonomics, and clearer scoping across local, preview, staging, and production.
Make ephemeral development deployments faster and cheaper so agents and lightweight preview workflows can spin up isolated backends on demand.
Convex launches EU hosting in aws-eu-west-1 (Dublin), available on all plans including free. Dashboard region selector, Management API support, and CLI --region flag.
Components authoring and the Components Directory reach general availability, enabling developers to build, publish, and discover reusable Convex backend modules.
One-click Convex installation from the Vercel Marketplace dashboard, giving Vercel customers direct access to Convex features.
Replaces a core data structure in the subscription worker with a treap (randomized BST), dramatically reducing CPU usage and query update latency for the engine that powers Convex's real-time reactivity.
npm create convex now auto-provisions a WorkOS team, creates the environment, and configures the backend — working enterprise auth in under a minute with no JWT copy-paste.
Launches a pure pay-as-you-go, scale-to-zero pricing plan. Register a credit card and only pay for resources beyond the free tier.
Adds operational tooling that preserves per-account hardware provisioning during manual deploys, preventing accidental resets to free-tier hardware.
Fixes WebSocket client reconnect logic that lacked proper backoff, preventing self-DDOS scenarios when many clients disconnect and reconnect simultaneously.