English | Indonesia | 简体中文 | 繁體中文 | 日本語
Screenshot | Features | Manual Installation | Build from Source | Roadmap | Changelog
- 🤖 Use different chatbots in one app, currently supporting ChatGPT, new Bing Chat, Google Bard and Claude (via Poe), will integrate more in the future
- 💬 Chat with multiple chatbots at the same time, making it easy to compare their answers
- 🚀 Support ChatGPT API mode, which is faster and more cost-effective than ChatGPT Plus
- 📊 Token usage stats when using ChatGPT API mode
- 🔍 Shortcut to quickly activate the app anywhere in the browser
- 🎨 Markdown and code highlight support
- 📚 Prompt Library for custom prompts and community prompts
- 💾 Conversation history saved locally
- 📥 Export and Import all your data
- 🔗 Share conversation to markdown
- 🌙 Dark mode
- Download chathub.zip from Releases
- Unzip the file
- In Chrome/Edge go to the extensions page (chrome:https://extensions or edge:https://extensions)
- Enable Developer Mode
- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterward)
- Clone the source code
yarn install
yarn build
- Load
dist
folder to browser by following steps in Manual Installation
- Conversation history
- Share conversation to markdown
- Dark mode
- Support Claude (via Poe)
- Command + K
- Dark mode
- Support math formula with katex
- Save community prompt to local
- Delete history messages
- Share chat as markdown or via sharegpt.com
- Import/Export all data
- Edit local prompts
- Switch chatbots for comparison
- Add conversation history
- Add support for Google Bard
- Support GPT-4 model in ChatGPT api mode
- Add i18n settings
- Support GPT-4 model in ChatGPT Webapp mode
- Add Prompt Library
- Add copy code button
- Sync chat state between all-in-one and standalone mode
- Allows input while generating answer
- Support copy message text
- Improve setting page form element style