2
0
Files
bot/ee
younesbenallal 2772d88e1a 📝 Add 'upsell using ai chatbots' blog post (#1612)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-07-08 17:46:24 +02:00
..
2024-05-23 10:44:38 +02:00


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 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