PromptMania
AI prompt library designed for discovering, organizing and using high-quality prompts.
- Year
- 2024
Stack
- Next.js
- AI
- Database
- Search

01
Overview
A library that treats prompts like reusable components rather than screenshots in a group chat.
02
Problem
Good prompts get lost. People rewrite the same instructions weekly.
03
Idea
Parameterise prompts: templates with typed variables you fill in at use time.
04
Architecture
Next.js frontend over a prompt store with a full-text index and tag facets.
05
Design
Search-first layout — the input is the homepage.
06
Development
Variable parsing and preview rendering are shared between the composer and the detail view.
07
AI / Technical Challenges
Ranking quality over recency without a large usage signal to learn from.
08
Results
A reusable personal prompt system that survives model changes.
09
What I learned
Organising AI usage is often more valuable than the AI call itself.
10
Next steps
Team libraries and evaluation history per prompt.