Skip to content

MarcACard/promptcache

Repository files navigation

PromptCache Wordmark PromptCache Wordmark

Your Personal AI Prompt Library 📚

WebsiteChrome Web Store

What is PromptCache?

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.

Project Structure

apps/
    extension/  # The browser extension
    www/        # The marketing site

Tech Stack

  • Extension: WXT, React, Shadcn/UI, TailwindCSS, Github Actions (deployment)
  • Website: Next.js, Shadcn/UI, TailwindCSS, Deployed on Vercel
  • Monorepo: PNPM Workspaces

Getting Started

To run the extension locally for development.

  1. Clone this repository
git clone https://github.com/MarcACard/promptcache.git
cd promptcache
  1. Install dependencies
pnpm install
  1. Start the development build
# Can be run from project root
# Extension
pnpm dev:extension

# Marketing Site
pnpm dev:www

Build Extension

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

License

This project is licensed under the MIT License. See LICENSE for details.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published