Skip to content

deiucanta/chatpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb5f4ab · Jun 13, 2024

History

90 Commits
Oct 28, 2023
Mar 26, 2023
Mar 18, 2023
May 15, 2024
Mar 17, 2023
May 8, 2023
Mar 26, 2023
Mar 17, 2023
Feb 5, 2024
Mar 17, 2023
Jul 19, 2023
Jul 19, 2023
Mar 17, 2023
Jul 19, 2023

Repository files navigation

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 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

Deploy to Netlify

Deploy with Vercel

Deploy on Railway

Deploy to DO

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