Vercel
note
The easiest way to get started with Typebot is with the official managed service in the Cloud. It takes 1 minute to try out the tool for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
That's also the best way to support my work, open-source software, and you'll get great service!
Requirements
You need a PostgresDB database hosted somewhere. Supabase and Heroku offer great free options.
Getting Started
Fork the repository
Deploy the builder
Create a new Vercel project and import the forked repo
Change the project name to:
typebot-builder
(or anything else)Choose Next.js framework
Change the root directory to:
apps/builder
Change the build command to:
cd ../.. && yarn db:migrate && yarn turbo run build --scope=builder --include-dependencies
Add the required environment variables (Check out the configuration guide)
Hit "Deploy"
Deploy the viewer
Create a new Vercel project and import the forked repo
Change the project name to:
typebot-viewer
(or anything else)Choose Next.js framework
Change the root directory to:
apps/viewer
Change the build command to:
cd ../.. && yarn db:migrate && yarn turbo run build --scope=viewer --include-dependencies
Add the required environment variables (Check out the configuration guide)
Hit "Deploy"