PromptCache is a local-first web extension allowing users to save, organize, and quickly reuse prompts with any AI web application.
This is a monorepo housing both the extension and the marketing website.
apps/
extension/ # The browser extension
www/ # The marketing site
- Extension: WXT, React, Shadcn/UI, TailwindCSS, Github Actions (deployment)
- Website: Next.js, Shadcn/UI, TailwindCSS, Deployed on Vercel
- Monorepo: PNPM Workspaces
To run the extension locally for development.
- Clone this repository
git clone https://github.com/MarcACard/promptcache.git
cd promptcache
- Install dependencies
pnpm install
- Start the development build
# Can be run from project root
# Extension
pnpm dev:extension
# Marketing Site
pnpm dev:www
This extension supports builds for both Chrome and Firefox. The following commands can be executed within the apps/extension
subdirectory. A build of of the extension will be contained within apps/extension/dist
# Chrome
pnpm build
# Firefox
pnpm build:firefox
This project is licensed under the MIT License. See LICENSE for details.