Typebot is a Fair Source chatbot builder that allows you to create advanced chatbots visually, embed them anywhere on your web/mobile apps, and collect results in real-time.

Typebot is a Fair Source chatbot builder. It allows you to create advanced chatbots visually, embed them anywhere on your web/mobile apps, and collect results in real-time.
ADMIN_EMAIL will have unlimited accessYou need to configure SMTP for email authentication. Common providers:
Gmail:
smtp.gmail.com587SendGrid:
smtp.sendgrid.net587apikeytypebot-builder service to re-run database migrations"The table 'public.User' does not exist" error:
typebot-builder service → Click RestartSMTP_*: SMTP configuration for email authentication (required)ADMIN_EMAIL: Set this to your email to get unlimited plan accessENCRYPTION_SECRET: Auto-generated 256-bit key for encrypting sensitive dataNEXTAUTH_URL: Builder URL (auto-configured)NEXT_PUBLIC_VIEWER_URL: Viewer URL (auto-configured)If you want to use custom domains, update the following environment variables:
| Domain Changed | Service | Variable to Update | Example |
|---|---|---|---|
| Builder Domain | typebot-builder | NEXTAUTH_URL | https://builder.yourdomain.com |
| Viewer Domain | typebot-viewer | NEXT_PUBLIC_VIEWER_URL | https://bot.yourdomain.com |
Note: URLs must NOT have a trailing slash. Use
https://example.comnothttps://example.com/