View the review article here https://noted.lol/chatpad/

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.
This app is provided for free and the source code is available on GitHub.
No tracking, no cookies, no bullshit. All your data is stored locally.
Crafted with love and care to provide the best experience possible.
version: "3.9"
services:
web:
image: itsnoted/chatpad:latest
container_name: chatpad
ports:
- "8200:80"
Or you can build the image yourself from the files on the Github Repo.
If you have any feature requests or bug reports, go to feedback.chatpad.ai.
This is a React.js application. Clone the project, run npm i and npm start and you're good to go.
Content type
Image
Digest
sha256:81d315ddf…
Size
19.1 MB
Last updated
over 3 years ago
docker pull itsnoted/chatpad