Basically a little sveltekit demo built out with Ben's current opinions, but with my preference for WorkOS.
See .env.example for the environment variables you need to set up.
Next Steps (Manual)
Set WorkOS env vars in Convex:
bunx convex env set WORKOS_CLIENT_ID <your-id>
bunx convex env set WORKOS_API_KEY <your-key>
Run Convex dev to provision:
bun run dev # will prompt for WorkOS setup
WorkOS Dashboard config:
Generate API:
bun run convex:gen
Test
bun run dev