PaulTreanor / PromptCover

Minimalist desktop ChatGPT wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔖 PromptCover

A minimalist ChatGPT MacOS app

Alt text

The app embdeds ChatGPT into a desktop app as a webview, removes some branding, and makes the starting screen size smaller.

How to use

  • Log into ChatGPT through the app.
  • Start using it

Implementation

PromptCover 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

Install the app Move the app to Applications folder and run it

About

Minimalist desktop ChatGPT wrapper


Languages

Language:TypeScript 77.6%Language:JavaScript 16.0%Language:CSS 3.6%Language:HTML 2.8%