2
0
Go to file
2022-03-12 08:03:18 +01:00
2022-03-10 17:47:59 +01:00
2021-11-29 15:19:07 +01:00
2022-02-25 18:44:11 +01:00
2021-11-19 10:15:13 +01:00
2022-03-03 13:54:56 +01:00
2021-12-08 13:27:35 +01:00

Typebot illustration Typebot illustration

Typebot is an open-source alternative to Landbot. It allows you to create conversational apps (Lead qualification, Product launch, User onboarding, Customer support), embed them anywhere on your web apps, and collect results in real-time.

Features

  • Text, image, video bubble messages
  • Text, URL, email, phone number, date input fields
  • Native integrations including Google Sheets, Webhooks, Send email (more to come)
  • Conditional branching, URL redirections
  • Beautiful animations
  • Theme is 100% customizable
  • Embed as a container, popup, or chat bubble with a native JS library
  • In-depth analytics

VIDEO

Getting started with Typebot

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 builder for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste Arnaud, Typebot's founder.

That's also the best way to support my work, open-source software, and you'll get great service!

Self-hosting

Interested in self-hosting Typebot on your server? Take a look at the self-hosting installation instructions.

Local setup

  1. Clone the repo

    git clone https://github.com/baptisteArno/typebot.io.git
    
  2. Set up environment variables

    Copy apps/builder/.env.local.example to apps/builder/.env.local

    Copy apps/viewer/.env.local.example to apps/viewer/.env.local

  3. Install packages and start the applications.

    yarn
    
  4. Make sure your have docker-compose installed

  5. Start the applications:

    yarn dev
    

    Builder will be available at http://localhost:3000

    Viewer will be available at http://localhost:3001

    Database inspector will be available at http://localhost:5555

    By default, you can easily authenticate in the builder using the "Github Sign In" button.

Technology

Typebot is a Monorepo powered by Turborepo. It is composed of 2 main applications:

  • the builder, where you build your typebots
  • the viewer, where your user answer the typebot

These apps are built with awesome web technologies including Typescript, Next.js, Prisma, Chakra UI, Tailwind CSS.

Description
Languages
TypeScript 86.3%
MDX 11.9%
CSS 0.8%
JavaScript 0.5%
PHP 0.3%