A semantic prompt library app with auto-classification, use-case navigation, intent-first recall search, and variant tracking.
- Semantic Organization: Prompts organized by use case, not alphabetically
- Auto-Classification: Heuristic-based classification that learns from usage
- Intent-First Recall: Search that understands what you're trying to do
- Variant Tracking: Manage multiple versions of the same prompt
- Keyboard-First UX: Full keyboard navigation for power users
- Local-First: All data stored locally with IndexedDB
- React 18 + TypeScript
- Vite
- Tailwind CSS
- Dexie.js (IndexedDB)
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewSee the plan document for complete architectural details. Key principles:
- Prompts are cognitive tools, not documents
- Classification lives on tools, not variants
- SuccessScore rolls up from variants to tools
- Intent-first recall prioritizes shape over keywords