A client for the Convex Platform APIs
Client for the Convex Cloud
Convex component for retrying idempotent actions.
A migrations component for Convex. Define, run, and track your database migrations. Run from a CLI or Convex server function.
ESLint plugin for Convex to prevent common issues and enforce best practices for files in the `convex/` directory.
A Convex component for streaming durable text to the client, from LLMs and other sources.
Convex component for scheduling periodic jobs.
A resend component for Convex.
A agent component for Convex.
A geospatial index for Convex
Creates a convex hull around points
Convex component for durably executing workflows.
A JS mock of the Convex backend for testing your Convex functions.
A rag component for Convex.
A stripe component for Convex.
A WorkOS AuthKit component for Convex.
A Convex component for managing async work.
Convex component for presence functionality.
A R2 component for Convex.
Authentication for Convex
A rate limiter component for Convex. Define and use application-layer rate limits. Type-safe, transactional, fair, safe, and configurable sharding to scale.
Convex component to calculate counts and sums of values for efficient aggregation.
Instead of polling you subscribe to receive update from server-side query functions in a Convex deployment. Convex is a database with server-side (db-side? like stored procedures) functions that update reactively.
A Convex component for caching values that are expensive to compute.