Minimal Next.js template for showing live feature changes with a coding agent.
- Reduced the app to a single dashboard route
- Removed auth flows, sidebars, theme presets, charts, tables, and other template-heavy features
- Replaced Tailwind and component-library usage with plain CSS
- Kept sample data inline so edits are fast and obvious during demos
npm install
npm run devOpen http://localhost:3000.
src/app/page.tsx: dashboard content and demo datasrc/app/globals.css: all stylingsrc/app/layout.tsx: root layout and metadata
- Tiny surface area
- Faster installs
- Fewer moving parts during edits
- Easy to explain on screen