Skip to content

A ChatGPT desktop app that lets you quickly switch between prompts.

Notifications You must be signed in to change notification settings

PaulTreanor/PromptMarker

Repository files navigation

🔖 PromptMarker

A ChatGPT MacOS app that lets you bookmark and quick add your favourite prompts.

Alt text

The app embdeds ChatGPT into a desktop app as a webview, and lets you quickly add and remove stored reusable prompts in a collapsable sidebar.

Installation

How to use

  • Log into ChatGPT through the app.
  • Click on the expand icon on the top right of the app to show the sidebar.
  • Add a new prompt
  • Click the settings icon on a prompt to edit or delete it
  • Click on a prompt to add it to ChatGPT's input box

Implementation

PromptMarker is built on top of Electron, React, Tailwinds, and Vite.

Setup (for developers)

Setup dev env

# Download the repo
npm install

Run the app in dev mode

npm run dev

Run unit tests

npm run test:unit

Build the app

npm run build
# Built app will be in /releases directory