https://github.com/niklas-schmidt-dev/shipable-template-dashboard-convex-workos
A Convex-backed B2B operations dashboard with WorkOS AuthKit sign-in and authenticated realtime queries.
https://github.com/niklas-schmidt-dev/shipable-template-dashboard-convex-workos
business dashboard-convex-workos shipable shipable-template
Last synced: 29 days ago
JSON representation
A Convex-backed B2B operations dashboard with WorkOS AuthKit sign-in and authenticated realtime queries.
- Host: GitHub
- URL: https://github.com/niklas-schmidt-dev/shipable-template-dashboard-convex-workos
- Owner: niklas-schmidt-dev
- Created: 2026-05-30T16:52:00.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2026-05-30T21:22:00.000Z (29 days ago)
- Last Synced: 2026-05-30T23:13:53.401Z (29 days ago)
- Topics: business, dashboard-convex-workos, 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 + WorkOS Dashboard
This template is a B2B operations dashboard built with React, Convex, WorkOS AuthKit, and the Convex WorkOS provider.
## Local Development
```bash
npm install
npx convex dev
```
Copy `.env.example` to `.env.local`, then set `VITE_CONVEX_URL`, `VITE_WORKOS_CLIENT_ID`, and `VITE_WORKOS_REDIRECT_URI`.
For an existing WorkOS team, set the backend values on your Convex deployment:
```bash
npx convex env set WORKOS_CLIENT_ID client_...
npx convex env set WORKOS_API_KEY sk_test_...
```
Then run:
```bash
npm run dev
```
Configure the WorkOS Dashboard with `http://localhost:5173/callback` as the redirect URI and `http://localhost:5173` as an allowed origin.