📄 Add Commercial License for ee folder (#1532)
This commit is contained in:
@ -298,31 +298,6 @@ The [official Typebot managed service](https://app.typebot.io/) uses other servi
|
||||
|
||||
The related environment variables are listed here but you are probably not interested in these if you self-host Typebot.
|
||||
|
||||
<Accordion title="Stripe">
|
||||
|
||||
| Parameter | Default | Description |
|
||||
| ----------------------------- | ------- | ----------------------------------------- |
|
||||
| NEXT_PUBLIC_STRIPE_PUBLIC_KEY | | Stripe public key |
|
||||
| STRIPE_SECRET_KEY | | Stripe secret key |
|
||||
| STRIPE_STARTER_PRICE_ID | | Starter plan price id |
|
||||
| STRIPE_PRO_PRICE_ID | | Pro monthly plan price id |
|
||||
| STRIPE_STARTER_CHATS_PRICE_ID | | Starter Additional chats monthly price id |
|
||||
| STRIPE_PRO_CHATS_PRICE_ID | | Pro Additional chats monthly price id |
|
||||
| STRIPE_WEBHOOK_SECRET | | Stripe Webhook secret |
|
||||
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Sentry">
|
||||
|
||||
| Parameter | Default | Description |
|
||||
| ---------------------- | ------- | -------------------------------------- |
|
||||
| NEXT_PUBLIC_SENTRY_DSN | | Sentry DSN |
|
||||
| SENTRY_AUTH_TOKEN | | Used to upload sourcemaps on app build |
|
||||
| SENTRY_PROJECT | | Sentry project name |
|
||||
| SENTRY_ORG | | Sentry organization name |
|
||||
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Vercel (custom domains)">
|
||||
|
||||
| Parameter | Default | Description |
|
||||
@ -333,14 +308,6 @@ The related environment variables are listed here but you are probably not inter
|
||||
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Sleekplan">
|
||||
|
||||
| Parameter | Default | Description |
|
||||
| ----------------- | ------- | ------------------------------------------------------------------------ |
|
||||
| SLEEKPLAN_SSO_KEY | | Sleekplan SSO key used to automatically authenticate a user in Sleekplan |
|
||||
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Telemetry">
|
||||
|
||||
| Parameter | Default | Description |
|
||||
|
@ -3,7 +3,7 @@ title: Overview
|
||||
icon: server
|
||||
---
|
||||
|
||||
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.
|
||||
Typebot is 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.
|
||||
|
||||
<Note>
|
||||
The easiest way to get started with Typebot is with [the official managed
|
||||
@ -25,11 +25,16 @@ Typebot is 100% open-source and can be self-hosted on your own server. This guid
|
||||
|
||||
## License requirements
|
||||
|
||||
Typebot is open-source under the GNU Affero General Public License Version 3 (AGPLv3). You can find it [here](https://raw.githubusercontent.com/baptisteArno/typebot.io/main/LICENSE). The goal of the AGPLv3 license is to:
|
||||
You can find the full license [here](https://raw.githubusercontent.com/baptisteArno/typebot.io/main/LICENSE).
|
||||
|
||||
Here is a summary of the license:
|
||||
|
||||
All content that resides under the [ee](https://github.com/baptisteArno/typebot.io/tree/main/ee) directory of this repository is licensed under the license defined in [ee/LICENSE](./ee/LICENSE). The [ee](https://github.com/baptisteArno/typebot.io/tree/main/ee) folder contains the code for the [landing page](https://typebot.io) and the billing feature. We restrict these to a Commercial License to make sure other companies can't simply clone Typebot's homepage and billing system and offer the same service without contributing to the open-source project.
|
||||
|
||||
Content outside of this directory is available under the GNU Affero General Public License Version 3 (AGPLv3). 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 offering Typebot as a service without contributing back 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:
|
||||
@ -46,7 +51,7 @@ Here are the 3 different possible use cases:
|
||||
|
||||
<Accordion title="You'd like to commercialize your own version of Typebot">
|
||||
<ol>
|
||||
<li>You need to open-source your modifications.</li>{' '}
|
||||
<li>You need to open-source your fork of the project.</li>
|
||||
<li>
|
||||
After your users registration, you should provide a prominent mention and
|
||||
link to the original project (https://typebot.io). You should clearly
|
||||
@ -54,11 +59,19 @@ Here are the 3 different possible use cases:
|
||||
Typebot. It would be also a good place to explain your version advantages
|
||||
comparing to the original project.
|
||||
</li>
|
||||
<li>If you want to use code that resides under the [ee](https://github.com/baptisteArno/typebot.io/tree/main/ee) folder (landing page or billing feature), you need a [Commercial License key](https://typebot.io/enterprise-lead-form).</li>
|
||||
<li>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.</li>
|
||||
</ol>
|
||||
</Accordion>
|
||||
</AccordionGroup>
|
||||
|
||||
<Note>
|
||||
Either use case, [sponsoring the
|
||||
project](https://github.com/sponsors/baptisteArno) is a great way to give back
|
||||
to the community and to contribute to the long-term sustainability of the
|
||||
project. ❤️
|
||||
</Note>
|
||||
|
||||
Typebot is composed of 2 Next.js applications you need to deploy:
|
||||
|
||||
- the builder, where you build your typebots
|
||||
|
Reference in New Issue
Block a user