Skip to content

Curated library of AI prompts for developers - Get better results from ChatGPT, Claude, and GitHub Copilot

License

Notifications You must be signed in to change notification settings

MrMadHatt/dev-prompts

Repository files navigation

DevPrompts 🚀

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.

✨ Features

  • 🔍 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)

🚀 Live Demo

Coming soon!

🛠️ Tech Stack

  • React - UI framework
  • Vite - Build tool and dev server
  • CSS3 - Styling with gradients and animations
  • JSON - Data storage (no backend needed)

📦 Installation

# 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 dev

Open http://localhost:5173 in your browser.

📚 Example Prompts

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]

🤝 Contributing

Contributions are welcome! Have a great AI prompt for developers?

  1. Fork the repository
  2. Create a new branch (git checkout -b add-new-prompt)
  3. Add your prompt to src/data/prompts.json
  4. Commit your changes (git commit -m 'Add new debugging prompt')
  5. Push to the branch (git push origin add-new-prompt)
  6. Open a Pull Request

Branch Protection

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.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🎯 Roadmap

  • Add search functionality
  • Dark mode toggle
  • Favorites system (localStorage)
  • Expand to 50+ prompts
  • Community submission form
  • Voting/popularity system
  • Deploy to GitHub Pages

👨‍💻 Author

MrMadHatt

⭐ Show Your Support

Give a ⭐️ if this project helped you!


Built with ❤️ as part of my journey to SSS GitHub rank

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •