Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deiucanta/chatpad
Not just another ChatGPT user-interface!
https://github.com/deiucanta/chatpad
chatgpt chatgpt-api electron javascript openai openai-api react
Last synced: 7 days ago
JSON representation
Not just another ChatGPT user-interface!
- Host: GitHub
- URL: https://github.com/deiucanta/chatpad
- Owner: deiucanta
- License: agpl-3.0
- Created: 2023-03-17T18:18:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T05:31:54.000Z (6 months ago)
- Last Synced: 2024-11-20T20:52:25.689Z (22 days ago)
- Topics: chatgpt, chatgpt-api, electron, javascript, openai, openai-api, react
- Language: TypeScript
- Homepage: https://chatpad.ai
- Size: 2.1 MB
- Stars: 1,386
- Watchers: 20
- Forks: 259
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - chatpad - Not just another ChatGPT user-interface! (Openai)
- awesome-chatgpt - deiucanta/chatpad - Premium quality UI for ChatGPT (UIs / Web applications)
- jimsghstars - deiucanta/chatpad - Not just another ChatGPT user-interface! (TypeScript)
- awesome-homelab - Chatpad AI - interface! | (Apps / AI)
README
![Chatpad AI](./banner.png)
Chatpad AI
Premium quality UI for ChatGPT
Recently, there has been a surge of UIs for ChatGPT, making it the new "to-do app" that everyone wants to try their hand at. Chatpad sets itself apart with a broader vision - to become the ultimate interface for ChatGPT users.
### ⚡️ Free and open source
This app is provided for free and the source code is available on GitHub.
### 🔒 Privacy focused
No tracking, no cookies, no bullshit. All your data is stored locally.
### ✨ Best experience
Crafted with love and care to provide the best experience possible.
---
## Self-host using Docker
```
docker run --name chatpad -d -p 8080:80 ghcr.io/deiucanta/chatpad:latest
```## Self-host using Docker with custom config
```
docker run --name chatpad -d -v `pwd`/config.json:/usr/share/nginx/html/config.json -p 8080:80 ghcr.io/deiucanta/chatpad:latest
```## One click Deployments
[![Deploy on Easypanel](https://easypanel.io/img/deploy-on-easypanel-40.svg)](https://easypanel.io/docs/templates/chatpad)
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/deiucanta/chatpad)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdeiucanta%2Fchatpad&project-name=chatpad&repository-name=chatpad-vercel&demo-title=Chatpad&demo-description=The%20Official%20Chatpad%20Website&demo-url=https%3A%2F%2Fchatpad.ai&demo-image=https%3A%2F%2Fraw.githubusercontent.com%2Fdeiucanta%2Fchatpad%2Fmain%2Fbanner.png)
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/Ak6DUw?referralCode=9M8r62)
[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/deiucanta/chatpad/tree/main)
## Give Feedback
If you have any feature requests or bug reports, go to [feedback.chatpad.ai](https://feedback.chatpad.ai).
## Contribute
This is a React.js application. Clone the project, run `npm i` and `npm start` and you're good to go.
## Credits
- [ToDesktop](https://todesktop.com) - A simple way to make your web app into a beautiful desktop app
- [DexieJS](https://dexie.org) - A Minimalistic Wrapper for IndexedDB
- [Mantine](https://mantine.dev) - A fully featured React component library