Skip to main content
Typebot is 100% open-source and can be self-hosted on your own server. This guide will walk you through the process of setting up your own instance of Typebot.
The easiest way to get started with Typebot is with the official managed service in the Cloud. You’ll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot’s founder.
The cloud version can save a substantial amount of developer time and resources. For most sites this ends up being the best value option and the revenue goes to funding the maintenance and further development of Typebot. So you’ll be supporting open source software and getting a great service!

License requirements

Typebot is open-source under the GNU Affero General Public License Version 3 (AGPLv3). You can find it here. The goal of the AGPLv3 license is to:
  • Maximize user freedom and to encourage companies to contribute to open source.
  • Prevent corporations from taking the code and using it as part of their closed-source proprietary products
  • Prevent corporations from offering Typebot as a service without contributing to the open source project
  • Prevent corporations from confusing people and making them think that the service they sell is in any shape or form approved by the original team
Here are the 3 different possible use cases:
You can host and use Typebot without restrictions. Your contributions to improve Typebot and fix bugs are welcome. 💙
You need to open-source your modifications
  1. You need to open-source your modifications.
  2. After your users registration, you should provide a prominent mention and link to the original project (https://typebot.io). You should clearly mention that you provide a modified version of the official project, Typebot. It would be also a good place to explain your version advantages comparing to the original project.
  3. You need to provide a link to your forked repository somewhere in the landing page or the builder. This way, interested users can easily access and review the modifications you’ve made.
Typebot is composed of 2 Next.js applications you need to deploy:
  • the builder, where you build your typebots
  • the viewer, where your user answer the typebot
I’ve written guides on how to deploy Typebot using: