-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Description
Hey there!
Really appreciate the work you've put into collecting all these AI prompts. I've been using this repo as a reference and thought I could give back by organizing it a bit and building a web interface.
Live demo here: https://prompt-directory.vercel.app
Wanted to run it by you before making a PR since the changes are pretty substantial.
What I did
Reorganized everything into categories:
- Split the 38 tools into AI Assistants, Code Editors, AI Platforms, Open Source, and Specialized Tools
- Cleaned up the naming (converted everything to kebab-case)
- Removed some nested folders that made navigation confusing
- All 97 prompt files are still there, just better organized
Built a Next.js frontend:
- Search functionality across all prompts
- Filter by category
- Copy button for each prompt
- Mobile responsive
- Deploys to Vercel
The site has 123 static pages right now, all the prompts are searchable and easy to browse.
Why this might be useful
Honestly I just found it hard to navigate through all the directories to find specific prompts. A searchable web interface makes it way easier to discover stuff. Also makes it more accessible - people don't need to clone the repo just to browse.
How do you want to handle this?
Few options:
- I can submit a PR if you're interested
- Keep it as my own fork (with proper attribution to your repo)
- Cherry-pick specific improvements you like
- Or just take the demo and do what you want with it
The changeset is around 240 files so didn't want to dump a huge PR without asking first.
Check out the live site and let me know what you think. Happy to adjust things based on your feedback.
Links:
- Live: https://prompt-directory.vercel.app
- My fork: https://github.com/creativerezz/prompt-directory
- Example: https://prompt-directory.vercel.app/tool/cursor
Thanks for considering it!