aka clark the builder
This is a demo application (inspired by leading genAI apps like V0, Claude, etc.) to demonstrate programmatic Clerk resource access, including but not limited to application creation with PK & SK retrieval, and application transfers to other users' workspaces.
This is made possible by the Clerk Platform API (currently in private beta)
Important
This is a work in progress.
Populate environment variables
#.env
OPEAI_API_KEY=
ANTHROPIC_API_KEY=
CLERK_PLATFORM_API_BASE_URL=
CLERK_PLATFORM_ACCESS_TOKEN=Install deps
bun i
Generate the api client
bunx @hey-api/openapi-ts \
-i openapi.json \
-o lib/api \
-c @tanstack/react-queryGet vercel token for Sandbox access
vercel env pullRun the app
bun run dev
This project was cloned from https://oss-vibe-coding-platform.vercel.app/