UI/UX checklists and prompts for building better interfaces.
A browsable web app of categorized AI prompts — organized by design discipline (visual design, usability, polish, workflow). Each prompt includes a plain-English explanation, difficulty level, and time estimate. Built for designers and non-developers who want to use AI tools without writing code.
git clone https://github.com/localwolfpackai/checklists-and-prompts.git
cd checklists-and-prompts
npm install
npm run devOpen http://localhost:3000 in your browser.
- Categories group prompts by discipline (visual design, usability, project polish, GitHub workflow)
- One-click copy sends any prompt to your clipboard for use with Claude, ChatGPT, or any AI tool
- Difficulty + time estimates help you pick the right prompt for the time you have
- Search filters across all categories
- React 18 + Vite
- Tailwind CSS
- Lucide React icons
| Command | What it does |
|---|---|
npm run dev |
Start dev server |
npm run build |
Production build |
npm run preview |
Preview production build |
MIT -- Lupo Studios