Prompt Copilot keeps a developer's reusable AI prompts in one versioned, searchable library and inserts them wherever they work. A Next.js 15 dashboard handles CRUD, hierarchical categories and search; a Chrome MV3 extension injects prompts into ChatGPT, Claude, Gemini and Perplexity with offline-first caching; and a VS Code extension inserts them (with {{variable}} substitution) at the cursor. All three share one Zod-validated Prisma/PostgreSQL API, authenticated by NextAuth sessions for the web and per-user API keys for the extensions.
