Plugins Server provides a proxy server for Typing Mind’s Plugins. A proxy server is needed for complex use cases where a server is required for processing data that cannot be done from the client side in Typing Mind. Plugins Server is open-source. See the code on GitHub: https://github.com/TypingMind/plugins-server On this page, we’ll guide you on how to deploy the Plugins Server on Render.com. You can deploy on any other hosting providers you want, the steps are almost identical.Documentation Index
Fetch the complete documentation index at: https://docs.typingmind.com/llms.txt
Use this file to discover all available pages before exploring further.
Step-by-Step Guide
- Make a Home on Render:
- Go to Render’s website and create your free account.
- Click to create a new “Web Service”

- on the next screen enter the URL of the TypingMind plugin repository
https://github.com/TypingMind/plugins-serverto continue
- Make sure the value looks right
- The project requires configuration settings. The Branch should be set to
main, Runtime toDocker. You may set the region to any desired region.
- There is no requirement to include environment variables.
- The project requires configuration settings. The Branch should be set to
- Complete the deployment process.
- Look for the “Create Web Service” button on Render. Click it and wait a little bit – it’s building your project!

- Look for the “Create Web Service” button on Render. Click it and wait a little bit – it’s building your project!
- Configure the plugin to use your server.
- Inside your TypingMind Plugin settings, there’s probably a place to put the address of your project that’s now live on Render.

- Inside your TypingMind Plugin settings, there’s probably a place to put the address of your project that’s now live on Render.