Typebot illustration Typebot illustration


Get a license key ## Enterprise Edition The /ee subfolder is the place for all the Enterprise Edition features from our hosted plan. This folder contains all the code associated to the landing page and billing features. This Enterprise edition exists mainly to prevent people to simply fork the project and re-sell it without providing any modifications. > ❗ WARNING: This repository is copyrighted (unlike the main repo). You are not allowed to use this code in your self-hosted instance of Typebot without obtaining a proper [license](https://typebot.io/enterprise-lead-form) first❗ ### Configure 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 |