Not just another ChatGPT user-interface!
Find a file
2023-03-26 23:53:46 +03:00
.github/workflows Update docker.yml 2023-03-26 23:48:43 +03:00
docker feat: dockerize 2023-03-18 09:36:45 -04:00
src Merge branch 'main' of github.com:deiucanta/chatpad 2023-03-25 19:37:45 +02:00
.gitignore launch 2023-03-17 21:58:39 +02:00
banner.png launch 2023-03-17 21:58:39 +02:00
Dockerfile Update Dockerfile 2023-03-26 23:46:18 +03:00
LICENSE launch 2023-03-17 21:58:39 +02:00
package-lock.json format tables 2023-03-22 18:03:52 +02:00
package.json format tables 2023-03-22 18:03:52 +02:00
README.md Update README.md 2023-03-26 23:53:46 +03:00
tsconfig.json launch 2023-03-17 21:58:39 +02:00

Chatpad AI

Chatpad AI

Premium quality UI for ChatGPT

Web App & Desktop App

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 1234:80 ghcr.io/deiucanta/chatpad:latest

Give Feedback

If you have any feature requests or bug reports, go to 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 - A simple way to make your web app into a beautiful desktop app
  • DexieJS - A Minimalistic Wrapper for IndexedDB
  • Mantine - A fully featured React component library