A presentation deck for the "Rapid Prototyping with AI: From Idea to Demo in Hours" workshop.
Live Site: rapidprototypingwithai.vercel.app
This workshop teaches non-technical operators how to use AI tools to rapidly build and test product prototypes. Key topics include:
- The AI-First Product Development Model — A 5-step loop for turning fuzzy ideas into clickable demos
- The 4P Framework — Persona, Problem, Product, Proposition
- Live Build Demo — Watch a prototype get built in real-time using AI coding agents
- Testing for Signal — How to validate ideas without falling into "demo delusion"
- AI Prototyping Toolkit — Tools, prompts, and workflows to make it repeatable
- Next.js 16 with App Router
- React 19
- TypeScript 5
- Tailwind CSS 4
- Framer Motion for transitions
- shadcn/ui components
npm install
npm run devOpen http://localhost:3000 to view the presentation.
- Arrow keys or Space — Navigate between slides
- Touch/swipe — Mobile navigation supported
- Direct URL access:
/slides/1,/slides/2, etc.
src/
├── app/slides/[id]/ # Dynamic slide routes (statically generated)
├── components/slides/ # Slide type components
├── lib/slides.ts # All slide content data
└── lib/types.ts # TypeScript types for slide variants
MIT e