- Notifications
You must be signed in to change notification settings - Fork15
ChatGPT UI that is keyboard-centric, mobile friendly, and searchable.
License
iansinnott/prompta
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Mobile | Search chats | Keyboard Centric | Comments |
---|---|---|---|
![]() | ![]() | ![]() | ![]() |
- Search all previous conversations (full-text!)
- Sync your chat history across devices
- Keyboard centric
- Leave notes on responses, such as "working code!" or "not working"
- Keep all your chat history stored locally
- Search previous chat threads
- Chat with the latest models (updated dynamically)
- Use local LLMs like Llama, Mistral, etc
- Customize the system message
- Context-window compression (See #1)
- Chat history awareness (See #2)
- In your web browser:chat.prompta.dev
- Desktop app: download the latest build fromthe releases page
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" |
---|---|
![]() | ![]() |
bun
is used for development. You cam try usingyarn
,bun
,npm
, etc but other package managers have not been tested and are not deliberately supported:
bun installbun run dev# To devlop the Tuari desktop app as well:bun run dev:tauri
To create a production version of your app:
bun run build
If you want to build only for the browser, ignoring the desktop app:
bun run ui:build-static
The advantage here is that you don't need any Rust dependencies which are required for building Tauri.
bun 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.
- SQLite viavlcn/cr-sqlite - SQLite compiled to WASM running in the browser using CRDTs for conflict-free replication.
- Tauri - A Rust-based alternative to Electron (Only used in desktop builds)
- Svelte - Reactive UI framework
About
ChatGPT UI that is keyboard-centric, mobile friendly, and searchable.