Feature Requests
Vote on features you want to see built. Back requests with Convex Chips to influence priority.
Let me rename my convex.site subdomain
20When I deploy a static app with the @convex-dev/static-hosting component, it's served at <deployment-name>.convex.site. That name is auto-generated, something like giant-grouse-674. I can't change it. I'd like to pick my own slug so the URL reads myapp.convex.site instead of a random animal and numb...
Custom component UIs in the Convex dashboard
170Components deserve their own admin UIs, and being able to access them directly from the dashboard would be convenient. https://discord.com/channels/1019350475847499849/1423859481695223838/1545003360187588608
Add a "Clear all tables"-button for each component in the Components overview
20We have quite a few tables across multiple components. We regularly wipe all data to test ingestion of data (millions of rows) from multiple systems outside Convex. We often have this need when we change the schema, want to test throughput or similar. It would be a time-saver to be able to clear tab...
Show Timezone on Dashboard Datetimes
20Datetimes in the dashboard look like "9/1/2026, 2:00:00 PM". I scheduled a function and the listed time was one hour off from what I expected. I assumed this was due to the time being shown in my computer's local timezone, but I couldn't be certain. It would be helpful to show the timezone on every...
Schedule a Function from the Dashboard
20Sometimes I want to run a function at a specific time as a one-off, like scheduling a bulk email send. Today that means writing a mutation that calls ctx.scheduler.runAt, deploying, running it once, then removing it. It would be great to have this available from the dashboard. It could be implemente...
Multi-field range intersection
20Please make normal Convex indexes more expressive by supporting multi-field range intersection. Today, compound indexes can chain equality constraints and then apply a range to the next field. It would be useful to apply independent range constraints across multiple indexed fields and intersect them...
Secrets Sync Integration with Infisical
20Convex already has an App Connection with Infisical, allow us to import secrets programmatically to different environments and keep things in sync.
Environment Variables Descriptions
20Would love to have a simple text box to describe the environment variables from the project.
Native substring / "contains" search (n-gram support)
20Convex already has strong full-text search with word tokenization, prefix matching, and relevance ranking. However, it currently lacks efficient support for true substring / "contains" matching. Current limitations: Full-text search is word-based, so searching for "app" does not reliably match insid...
DB Functional Forking for Agents
20Every day I have multiple worktrees and subagents making progress on the same task, and they continuously overwrite or conflict with each other’s critical Convex functions. Giving every agent its own development account is not workable: they are collaborating on the same task and need access to the...
Fix the search bar on the Ship request page
20Retain focus on the search bar when searching the Ship request list. Currently the search field loses focus when the results are displayed. If I want to modify my search, I have to click into the field again. Not very friendly UX.
Vanta<>Convex integration
20Makes it easier to get a compliance certificate with an company that uses Convex
Data Region: Move existing project
20Ability to move an existing project from one region to another, preferably without downtime but works with downtime also. As more regions gets added and plenty of users before there was any regions other then US, the need to move projects has and will increase.
Snapshot support
20Not sure how complicated this would be but it would be amazing to have a snapshot based data. If the data was copy-on-write, then you could support write ahead logging, replay, time travel and it would also make backup and restore faster and more efficient. It would also be great to have branching,...
Data Region: Middle East (UAE)
20Allow Convex deployments to be provisioned in Middle East (UAE).
Breakdown of usage by project
20Can you show breakdown of usage by project? Ready to upgrade but wanted to see what hobby projects are % of tier usage?
Add included usage to EU deployments
20Currently, EU deployments come with a 30% markup, but on top of that, there is no included usage for paying members. The free tier however comes with included usage. This incentivizes me not to upgrade my plan because I lose the free usage I get from the free tier. I believe the paid tier should inc...
Data Region: South Asia (India)
20Support hosting Convex deployments in South Asia (India) to provide low-latency access for users across South Asia and help organizations address regional data residency and compliance requirements, including India's Digital Personal Data Protection (DPDP) Act, 2023. A Mumbai region would improve pe...
Data Region: United Kingdom
20Some clients request there data never leaves mainland UK.
Support Convex linting rules for Biome and Oxlint
20I’d love to see official support for Convex best-practice linting in Biome and/or Oxlint, in addition to the existing @convex-dev/eslint-plugin. Many modern TypeScript monorepos are moving away from ESLint as the primary lint/format tool and standardizing on faster toolchains like Biome or Oxlint. I...