Bun + Next.js + shadcn Bootstrap
Use this skill to create a fresh Next.js app using Bun and initialize shadcn UI.
Workflow
- •Always operate inside the tenant workspace
site/directory. - •Create the app using Bun (no npm/yarn/pnpm):
- •
bun create next-app@latest <app-name> --yes
- •
- •Enter the app directory:
- •
cd <app-name>
- •
- •Initialize shadcn with Bun:
- •
bunx --bun shadcn@latest init
- •
- •Save the chosen app name to
tasks/app_name.txt.
Notes
- •Keep the app name short and relevant to the business.
- •Do not implement UI here; Gemini handles design.