# next-shadcn

The default AIDD scaffold for bootstrapping a Next.js project with shadcn/ui.

## What this scaffold sets up

- **Next.js** — React framework with App Router
- **shadcn/ui** — accessible, composable component library
- **Tailwind CSS** — utility-first CSS framework
- **TypeScript** — static type checking
- **Vitest** — fast unit test runner
- **Playwright** — end-to-end browser testing

## Usage

```sh
npx aidd create next-shadcn my-app
```

Or simply (next-shadcn is the default):

```sh
npx aidd create my-app
```

## Status

This scaffold is a stub. Full implementation is planned for a future release.
