A curated, searchable library of AI prompts specifically designed for developers. Get better results from ChatGPT, Claude, and GitHub Copilot with proven prompts for debugging, learning, code review, and more.
- 🔍 Browse prompts by category (Debugging, Learning, Code Review, Refactoring, Documentation)
- 📋 One-click copy to clipboard
- 🏷️ Tag-based organization
- 🎨 Clean, intuitive UI with smooth animations
- 📱 Responsive design (mobile-friendly)
Coming soon!
- React - UI framework
- Vite - Build tool and dev server
- CSS3 - Styling with gradients and animations
- JSON - Data storage (no backend needed)
# Clone the repository
git clone https://github.com/MrMadHatt/dev-prompts.git
# Navigate to the project
cd dev-prompts
# Install dependencies
npm install
# Start the dev server
npm run devOpen http://localhost:5173 in your browser.
Debugging:
I'm getting this error: [ERROR MESSAGE]. Here's my code: [CODE]. Explain what's wrong in simple terms and suggest a fix.
Learning:
Explain [CONCEPT] like I'm 5 years old, then give me a practical coding example in [LANGUAGE].
Code Review:
Review this code for bugs, performance issues, security vulnerabilities, and best practices. Suggest improvements: [CODE]
Contributions are welcome! Have a great AI prompt for developers?
- Fork the repository
- Create a new branch (
git checkout -b add-new-prompt) - Add your prompt to
src/data/prompts.json - Commit your changes (
git commit -m 'Add new debugging prompt') - Push to the branch (
git push origin add-new-prompt) - Open a Pull Request
This repository has branch protection rules enabled on the main branch:
- Pull requests require at least 1 approval before merging
- CI checks (lint and build) must pass before merging
- Force pushes and branch deletion are prevented
See .github/BRANCH_PROTECTION.md for detailed information about branch protection configuration.
This project is licensed under the MIT License - see the LICENSE file for details.
- Add search functionality
- Dark mode toggle
- Favorites system (localStorage)
- Expand to 50+ prompts
- Community submission form
- Voting/popularity system
- Deploy to GitHub Pages
MrMadHatt
- GitHub: @MrMadHatt
Give a ⭐️ if this project helped you!
Built with ❤️ as part of my journey to SSS GitHub rank