Public roadmap

Feature Requests

Vote on features you want to see built. Back requests with Convex Chips to influence priority.

Requested
43
Planned
10
In progress
4
Shipped
266

Component-level scoping in Custom Roles

40

This feature will allow configuring Custom Roles to only have access to specific components, instead of to all data in the entire application

SCIM Support

20

Add support for teams to automatically add and remove Convex team members with a pre-assigned role with SCIM

Open Telemetry / Traces Support

1948

It's very useful to be able to view traces and spans for operations in logging applications like Axiom. Currently, there are some limitations that make this difficult to implement, and in some cases, impossible: The OpenTelemetry node packages require "use node", so the only place we can use the off...

BYO-ID Support

624

Convex currently enforces its own _id primary key for all tables which is problematic and sub-optimal performance-wise in various use cases: Migrating data from previous databases to preserve primary keys/relationships Using 3rd parties as the source of truth for primary keys e.g. Clerk users, orgs,...

Sub-query Caching

1635

Provide caching at the "sub query" level inside the convex deployment. Specifically if a developer calls ctx.runQuery(...) within a query or mutation, and that individual query's cache value is still valid, the cached value will be used instead of running v8 again. This will allow developers to cont...

Server Side Reactivity

549

To better handle background jobs

Global Edge Caching

579

Convex cloud provides global edge caches that serve cached queries at low latency everywhere on earth.

Data Region: Canada

550

Allow Convex deployments to be provisioned in Canada.

Cheap copy-on-write database cloning

397

Support inexpensive copy-on-write database clones so teams can create realistic test environments and reproduce bugs without paying full storage costs each time.

Chef v2

195

Deliver the next iteration of Chef with a more capable developer workflow, clearer abstractions, and stronger support for repeatable setup and orchestration.