https://github.com/niklas-schmidt-dev/shipable-template-dashboard-convex-clerk
A Convex-backed operations dashboard with Clerk sign-in, user controls, and authenticated realtime queries.
https://github.com/niklas-schmidt-dev/shipable-template-dashboard-convex-clerk
business dashboard-convex-clerk shipable shipable-template
Last synced: 29 days ago
JSON representation
A Convex-backed operations dashboard with Clerk sign-in, user controls, and authenticated realtime queries.
- Host: GitHub
- URL: https://github.com/niklas-schmidt-dev/shipable-template-dashboard-convex-clerk
- Owner: niklas-schmidt-dev
- Created: 2026-05-30T16:51:55.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2026-05-30T21:21:59.000Z (29 days ago)
- Last Synced: 2026-05-30T23:13:53.009Z (29 days ago)
- Topics: business, dashboard-convex-clerk, shipable, shipable-template
- Language: CSS
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convex + Clerk Dashboard
This template is an authenticated operations dashboard built with React, Convex, and Clerk.
## Local Development
```bash
npm install
npx convex dev
```
Create a Clerk application, enable the Convex integration in the Clerk Dashboard, and copy the Clerk publishable key into `.env.local`:
```bash
VITE_CLERK_PUBLISHABLE_KEY=pk_test_...
```
Set the Clerk issuer domain on the Convex deployment:
```bash
npx convex env set CLERK_JWT_ISSUER_DOMAIN https://your-clerk-frontend-api-url.clerk.accounts.dev
```
Then run:
```bash
npm run dev
```