src | ||
.gitignore | ||
LICENSE.md | ||
package.json | ||
README.md | ||
yarn.lock |
Typing Mind is the most advanced Chat UI frontend for AI models like ChatGPT, Claude, Gemini, and open-source models
📜 Features
- 🤖 Support multi models:
- ChatGPT, Claude, Gemini, Azure OpenAI, Perplexity AI, Mixtral AI, LLama
- Adding custom endpoint, custom models (e.g., Open Router), and locally hosted models (e.g., LocalAI, Ollama)
- Custom model parameters: Temperature, Frequency_penalty, Presence_penalty, Top_P, Top_K, etc.
- 🚀 Advanced Features: GPT-4 Vision, Document Uploads, DALL-E 3, Web Search, Text-to-Speech, Whipsper, Plugins
- 💬 Chat Management:
- Tags, Search, Folders, Share, Backup & Sync, Import/Export, Migrate from ChatGPT
- Fork Chat (conversation branching), Edit Message, Pin
- 📚 Prompt Library (with template variable support), AI Characters, Output Control, Dynamic Context Limit
- 🔐 Secure and private by default: API keys encryption, set password, self-host
- 🖥️ Beautiful and Functional User Interface:
- Voice Input, Text-to-Speech, Sound Notification
- Light/Dark mode, Hotkeys, Responsive & Mobile Friendly, Wide Screen Support
- 🧩 Integrations: Web Search, Plugins System (develop your own plugins), Search Keyword Suggestions
- 🇺🇸 Multilingual:
- 🇺🇸 English 🇩🇪 German, 🇨🇳 Mandarin, 🇻🇳 Vietnamese, 🇬🇷 Greek, 🇫🇷 French, 🇮🇹 Italian
- 🇷🇺 Russian, 🇺🇦 Ukrainian, 🇪🇸 Spanish, 🇵🇹 Portuguese, 🇱🇺 Luxembourgish
- 📦 Typing Mind Custom (for teams):
- Host a customized version of Typing Mind with custom branding, self-host, customized UI
- Team sharing: Prompts Library, AI Characters
- User Management, Access Control, Connect Internal Data, APIs
👋 Overview
Typing Mind is a Chat UI frontend that allows you to use AI chats from all popular AI models with your API key (ChatGPT, Claude, Azure OpenAI, Gemini, etc.).
By using the API key with a Chat UI frontend like Typing Mind, you unlock the following benefits:
- You only pay for what you use (instead of a monthly subscription like ChatGPT Plus)
- Your chat conversation will NOT be used for training by OpenAI/Claude/etc.
- Chat with multiple models conveniently within a unified interface
- Enjoy a professional, advanced chat UI with tons of features
Typing Mind is offline first and private by default. All your data, messages, and API keys are stored locally on your device, and no one can see them except you.
This is the Static Self-host Version of Typing Mind (www.typingmind.com). By running the static self-host version, you can use Typing Mind from your private server or from a local device. Typing Mind is free to use with some basic features, a license key is needed to unlock all advanced features. See our pricing plans for more information.
🚀 Getting started
To run the app locally on your device or private server:
- Clone the repo
- Install dependencies:
yarn install
ornpm install
- Start the server:
yarn start
ornpm run start
- App will run at
localhost:3000
by default.
Optionally, you can use any other static web server to host the src
folder.
Note: if you run the app on hostnames other than localhost
, you must use HTTPS to make sure all app features work.
🔗 Connect to local models
- Open the app
- Click the model dropdown → Model Settings → Add Custom Models
- Enter your custom model details: Endpoint, Model ID. Custom headers and body parameters are supported.
- Click "Test" and then "Add Model".
If you face CORS issue, make sure to run your local model in CORS mode.
Read the official documents:
- Set up local models with Local AI (LLama, GPT4All, Vicuna, Falcon, etc.)
- Use with Azure OpenAI
- Use with OpenRouter Models
- Use with Fine-tunned models (OpenAI)
- Use with Mixtral AI
- Use with Perplexity AI
📸 Screenshots
Home page | GPT-4 Vision | Custom Models |
---|---|---|
AI Characters | Voice Input | Plugins |
---|---|---|
📝 Updates & Changelogs
To update, simply git pull
and restart your server.
Change logs are available here: https://www.typingmind.com/changelog
The static self-host version updates are delayed from 1 or 2 versions compared to the latest versions on www.typingmind.com
💡 Feedback / Ideas / Bugs
Please submit your ideas to https://www.typingmind.com/ideas
For bug reports and customer support, please contact support@typingmind.com