Local-first prompt versioning and sharing. All data lives in IndexedDB, so the app works offline after the first load.
- Versioned prompts with diffing and snapshots
- Tags, folders, and fuzzy search
- Shareable links with URL-safe compression
- Export and import formats (JSON, Markdown, XML, AI-agent, plain text)
- PWA-ready for offline use
- React + TypeScript + Vite
- Dexie (IndexedDB)
- Zustand state management
- React Router (HashRouter)
- CSS Modules with theme tokens
npm install
npm run dev
npm run build
npm run preview- Ensure the
basepath in vite.config.ts matches your repository name (case-sensitive). - Push to the
mainbranch. The workflow builds and publishes togh-pages. - In the repository settings, set GitHub Pages to deploy from the
gh-pagesbranch.
- This app is local-first and does not include any backend or user accounts.
- Deployments use the workflow in .github/workflows/deploy.yml.
See CONTRIBUTING.md.
See CODE_OF_CONDUCT.md.
See SECURITY.md.
MIT. See LICENSE.