🤖 AI Summary
A lightweight, open-source personal prompt library has been released to help AI practitioners store, manage and share reusable prompts. It offers a polished UI (including dark mode), built-in search (Fuse.js-powered fuzzy/semantic searching), and a dead-simple fork/ deploy flow so teams or individuals can instantly host their own prompt catalogs. Prompts are authored as MDX files organized into categories (simple, complex, rules), and the repo is MIT-licensed so it’s easy to adapt or extend.
Key technical details and workflow: the stack is React + TypeScript + Vite + Tailwind + MDX with Fuse.js for search. Run pnpm install and pnpm dev to start locally at http://localhost:5173. Use pnpm new to create drafts (saved in prompts/drafts/ and git-ignored); edit the draft MDX, set frontmatter status to "ready", then run pnpm publish:prompts and restart the dev server to move items into the public catalog. MDX files must use kebab-case filenames and include required frontmatter fields: title, description, authors (optional tags and a source link in [Text](url) format). To deploy, push to GitHub and import on Vercel (build: pnpm build, output: dist). The result is an immediately usable, searchable prompt library for organizing prompt engineering efforts.
Loading comments...
login to comment
loading comments...
no comments yet