Aulay demo repository (see demo/README.md in Aulay/core).
  • TypeScript 95.7%
  • JavaScript 2.7%
  • CSS 1.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Aulay Demo 8dbfba0d45 Demo baseline
Generated from demo/repos/storefront in Aulay/core.
2026-09-07 10:50:54 -03:00
app Demo baseline 2026-09-07 10:50:54 -03:00
components Demo baseline 2026-09-07 10:50:54 -03:00
data Demo baseline 2026-09-07 10:50:54 -03:00
lib Demo baseline 2026-09-07 10:50:54 -03:00
.gitignore Demo baseline 2026-09-07 10:50:54 -03:00
CLAUDE.md Demo baseline 2026-09-07 10:50:54 -03:00
next.config.mjs Demo baseline 2026-09-07 10:50:54 -03:00
package.json Demo baseline 2026-09-07 10:50:54 -03:00
postcss.config.js Demo baseline 2026-09-07 10:50:54 -03:00
README.md Demo baseline 2026-09-07 10:50:54 -03:00
tailwind.config.ts Demo baseline 2026-09-07 10:50:54 -03:00
tsconfig.json Demo baseline 2026-09-07 10:50:54 -03:00

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.