Skip to content

darknightdesigner/cursor-tutorial

Repository files navigation

Shadcn Starter

Minimal Next.js 16 starter with a customized set of owned UI primitives. Clone it and build on top.

Stack

  • Next.js 16 (App Router), React 19, TypeScript
  • Tailwind v4 via @theme in app/globals.css
  • shadcn-derived primitives running on Base UI (not Radix)
  • Icons: @remixicon/react
  • Package manager: bun (bun.lock is canonical)

Commands

bun install
bun run dev
bun run lint
bun run typecheck
bun run build

Rules

  • UI only. No backend, db, or auth.
  • Server Components by default.
  • components/ui/* is owned, not generated. Do not reintroduce components.json or run shadcn add against this repo.
  • Do not mix Radix imports into the Base UI wrappers.

Agent contract lives in AGENTS.md. Project skills live in .agents/skills/.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors