Skip to content

Repository files navigation

Prompt Library

A semantic prompt library app with auto-classification, use-case navigation, intent-first recall search, and variant tracking.

Features

  • 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

Tech Stack

  • React 18 + TypeScript
  • Vite
  • Tailwind CSS
  • Dexie.js (IndexedDB)

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Architecture

See 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages