Skip to content

thiskevinwang/clark-the-builder

Repository files navigation

clerk0

aka clark the builder

Fallback image description

What is this?

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)

Contributing

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-query

Get vercel token for Sandbox access

vercel env pull

Run the app

bun run dev

This project was cloned from https://oss-vibe-coding-platform.vercel.app/

About

AI-builder w/ programmatic generation & transfers of Clerk applications via https://clerk.com/docs/reference/platform-api

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages