Typing Mind is the most advanced Chat UI frontend for AI models like ChatGPT, Claude, Gemini, and open-source models
- ๐ค 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
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.
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.
- 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
Home page | GPT-4 Vision | Custom Models |
---|---|---|
AI Characters | Voice Input | Plugins |
---|---|---|
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
Please submit your ideas to https://www.typingmind.com/ideas
For bug reports and customer support, please contact [email protected]
What is self-hosting?
Self-host means you deploy the same version of TypingMind.com on your own web hosting server and domain name for your personal use.
Why self-hosting? What are the benefits?
Some people prefer to run the software on their own server for privacy and availability reasons. For example, if TypingMind.com becomes inaccessible in the future, you can still access your own version of TypingMind from your server without any problem. The self-host version can also be run locally like an app.
What can I customize in the self-host version?
As of now, you cannot customize anything. The self-host version will be exactly the same as the one you are using on TypingMind.com. If you are looking for a more flexible and customizable way to use Typing Mind, check out https://custom.typingmind.com.
Where can I deploy my self-host version?
Anywhere! You can deploy it on your own server, or on a static web cloud service like GitHub Pages, Cloudflare Pages, AWS S3, Vercel, Netlify, Heroku, etc. You can even run it on localhost.
Do I have access to the full source code if I want to self-host?
No. The license key only grants you permission to use and deploy the app on your own server. You do not have permission to modify or redistribute the code. The full source code is not available for sale as the app is not open-source. You will only receive the compiled code of the app, you can deploy the app anywhere without having to update any code or settings.
How do I receive updates for the self-host version?
Simply clone or pull the latest changes from the GitHub repo (https://github.com/TypingMind/typingmind), then restart your server.
Do I still need a License Key and Open API Key to use the self-hosted version?
Yes. Both are needed, as the self-hosted version is exactly the same as the version you see on TypingMind.com. The License Key is needed in the self-host version. When you enter the license key, the app will connect to TypingMind's license server to verify your license.
Can I let my team/community/customers use the self-host version?
You can, but keep in mind that they will also need a TypingMind License Key and OpenAI API Key in order to use it. If you are looking to use Typing Mind for a team check out https://custom.typingmind.com
Can I embed my License Key/API key to the self-host version somehow and let my team/community/customers use it?
No you can't, and you shouldn't. It's not safe to share your License Key and API Key with the public like that. The Static App Self-host version is meant for personal use. If you are looking to set up a custom deployment of TypingMind for your team/community/customers, please check out https://typingmind.com/custom
Can I have support on technical issues if I self-host?
The self-host version comes for free when you buy a license key. There is no support on technical issues if you self-host. If you don't have the technical skills to set up the self-host version, we recommend using the hosted version on https://typingmind.com instead. You can also check out Typing Mind Custom for easier setup with custom branding and manage team members: https://custom.typingmind.com
What permissions do I have with the self-host code?
- โ You have access to the compiled code of the app.
- โ You have permission to deploy and use the compiled code on your own server.
- โ You do not have permission to modify or redistribute the compiled code.
- โ You do not have permission to share or resell the compiled code.