iansinnott / prompta

ChatGPT UI that is keyboard-centric, mobile friendly, and searchable.
https://chat.prompta.dev
MIT License
154 stars 13 forks source link
chatgpt gpt gpt-4 openai-api sqlite wasm
[prompta logo](https://www.prompta.dev)
# Prompta Yet another interface for chatting with ChatGPT (or GPT-4). [Website](https://www.prompta.dev) | [Downloads](releases) | [Launch App](https://chat.prompta.dev)
![](static/screenshot_20230513023629.png)
Mobile Search chats Keyboard Centric Comments
mobile view fts keyboard centric comments

Features

Roadmap

How to use

Running on macOS

For macOS users you will need to right-click the app and select "Open" the first time you run it. This is because the app is signed but not notarized.

Right-click to open Now you can click "Open"
macOS open macOS open

Developing

pnpm is used for development. You cam try using yarn, bun, npm, etc but other package managers have not been tested and are not deliberately supported:

pnpm install
pnpm run dev

# To devlop the Tuari desktop app as well:
pnpm run dev:tauri

Building

To create a production version of your app:

pnpm run build

If you want to build only for the browser, ignoring the desktop app:

pnpm run ui:build-static

The advantage here is that you don't need any Rust dependencies which are required for building Tauri.

Releasing a new Version

pnpm run release

You will be prompted to enter a new version number. New versions that don't contain a suffix such as -beta or -alpha will be published to GitHub.

Built With