Aulay demo repository (see demo/README.md in Aulay/core).
- TypeScript 95.7%
- JavaScript 2.7%
- CSS 1.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| app | ||
| components | ||
| data | ||
| lib | ||
| .gitignore | ||
| CLAUDE.md | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
Northwind Goods (demo storefront)
A deliberately small Next.js 14 + Tailwind shop used in Aulay demo and
tutorial recordings. Six products in data/products.json, three pages
(/, /products, /products/[slug]), no database, no auth.
pnpm install
pnpm dev # http://localhost:3000
pnpm typecheck
pnpm build
The hero on the home page is intentionally plain: demo prompts ask an agent to sharpen the headline and style the call-to-action button.