A curated, open-source collection of production-grade UI prompts for building landing pages, SaaS dashboards, and components β using React, Tailwind CSS, shadcn/ui, and Framer Motion.
Copy a prompt β paste into Claude or GPT β get a fully working page.
| Category | Prompts | Stack |
|---|---|---|
| SaaS Landing Pages | 3 prompts β hero sections, full pages | React + Vite + Tailwind + shadcn/ui |
| Components | 2 prompts β navbar, cards | Tailwind + Framer Motion |
| Templates | Blank prompt skeleton | Any stack |
- Open claude.ai
- Copy any
.mdprompt file from this repo - Paste it and say: "Build this exactly as specified"
- Claude generates the full code
- Copy the prompt
- Start with: "You are an expert React developer. Build the following UI exactly:"
- Paste the prompt
- Open your project
- Press
Ctrl+Kor open AI chat - Paste the prompt directly
The secret: every design decision becomes a prompt line.
Screenshot any landing page, SaaS app, or component.
Stack β Design Tokens β Assets β Sections β Animations
Copy templates/PROMPT_TEMPLATE.md and fill it in.
β "Make a big heading"
β
text-[80px] font-medium tracking-[-0.04em]
β "Add a smooth animation"
β
initial: { opacity: 0, y: 20 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.6, delay: 0.1 }
Ask Claude:
"Convert this screenshot into a detailed React + Tailwind prompt spec. List every component, exact Tailwind classes, colors in HSL, and animation details."
Then clean it up and add your asset URLs. Done in ~10 minutes.
ui-prompt-library/
βββ README.md β You are here
βββ CONTRIBUTING.md β How to add your prompt
β
βββ saas/
β βββ README.md β Index of all SaaS prompts
β βββ hero-dark-video-mindloop.md β Dark newsletter landing page
β βββ hero-light-dashboard-nexora.md β Light SaaS with dashboard preview
β βββ hero-dark-grow.md β Minimal dark hero with marquee
β
βββ components/
β βββ README.md
β
βββ templates/
βββ PROMPT_TEMPLATE.md β Blank skeleton for new prompts
Want to add your own prompt? Read CONTRIBUTING.md.
Every merged prompt gets credited in the README.
MIT β free to use, modify, and share.
| Avatar | Name | Contribution |
|---|---|---|
| @P-r-e-m-i-u-m | Syed Abdul Aman | Creator, all initial prompts |
Want your name here? Read CONTRIBUTING.md and open a PR.
- 5 prompts and counting
- 3 SaaS full-page prompts
- 2 component prompts
- Tested with Claude and ChatGPT
See ROADMAP.md for what's coming next.