The powerful alternative to Supabase and Firebase. Combine the speed of Convex (reactive backend) with Clerk (best-in-class authentication).
Key Features:
Reactive by Default: Data updates instantly on your UI without page reloads. Zero-Config Auth: Seamlessly syncs Clerk sessions with Convex database policies. Production-Grade Pagination Global Logic: Centralized path management (Sign in/Dashboard) for a cleaner, maintainable app.
$79
One time • Or $9/mo
stars • 0 ratings
1 installs
This plugin does not collect or track your personal data.
Go to JWT Templates > Create new > Name it convex > Set Audience to convex. Go to Paths > Set "Fallback development host" to your full test URL.
2. Plugin Configuration (Shared Keys)
CONVEX_URL: Your deployment URL. CLERK_PK: Your Clerk Publishable Key. CLERK_SIGNIN_PATH: Your login page slug (e.g., login). CLERK_AFTER_AUTH_PATH: Where to go after login (e.g., dashboard).
3. Usage
Place the Clerk Connector element on your page (or Header) to initialize auth. Use the Convex Connector element to Watch Query (read) or Run Mutation (write). Add Clerk UI elements (Sign In, User Button) where needed. They will respect your global path settings automatically.
Types
This plugin can be found under the following types: