PaulTreanor / PromptMarker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔖 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

About

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


Languages

Language:TypeScript 86.0%Language:JavaScript 10.0%Language:CSS 2.2%Language:HTML 1.8%