Clerk PLAPI demo app - A demo showcasing Clerk Platform API provisioning
- Framework: Next.js 15
- Authentication: Clerk
- Styling: Tailwind CSS
- Components: shadcn/ui
- Linting: Biome
- Runtime: Bun
bun install
bun devOpen http://localhost:3000 in your browser.
| Command | Description |
|---|---|
bun dev |
Start development server |
bun build |
Build for production |
bun start |
Start production server |
bun lint |
Run Biome linter |
bun format |
Format code with Biome |
Deployed on clerk-plapi-3.crafter.run
- Fork the repository
- Create your feature branch (
git checkout -b feat/amazing-feature) - Commit your changes (
git commit -m 'feat: add amazing feature') - Push to the branch (
git push origin feat/amazing-feature) - Open a Pull Request
MIT