💬 Typebot 是一款功能强大的聊天机器人构建器,您可以自行托管。 https://typebot.io/
Go to file
2022-05-13 06:59:59 -07:00
.github docs: 📝 Add "Stay up-to-date" section in README 2022-03-22 11:05:41 +01:00
apps docs: 📝 Fix links and update doc 2022-05-13 06:59:59 -07:00
packages docs: 📝 Fix links and update doc 2022-05-13 06:59:59 -07:00
.dockerignore build: 🏗️ Add docker image and deployment features 2022-03-12 08:03:18 +01:00
.editorconfig Add authentication 2021-11-29 15:19:07 +01:00
.gitignore fix(docker): 🐛 Fix the whole docker deployment pipeline 2022-03-29 08:45:20 +02:00
.prettierrc Init project 2021-11-19 10:15:13 +01:00
CONTRIBUTING.md docs: 📝 Update README and contribution instructions 2022-03-12 10:28:04 +01:00
docker-compose.dev.yml build: 🏗️ Add docker image and deployment features 2022-03-12 08:03:18 +01:00
docker-compose.yml build(docker): 🐛 Command typo 2022-04-04 16:25:24 +02:00
Dockerfile fix(docker): 🐛 Attempt to fix prerender error 2022-03-30 07:55:16 +02:00
LICENSE Create LICENSE 2021-12-08 13:27:35 +01:00
package.json build: 📦️ Update packages 2022-04-02 11:18:11 +02:00
README.md docs: 📝 Add License paragraph in README 2022-03-26 07:47:44 +01:00
turbo.json feat: Add new onboarding flow 2022-03-23 09:57:02 +01:00
yarn.lock feat(viewer): Custom head code 2022-04-21 10:33:16 -07:00

Typebot illustration Typebot illustration

Typebot is an open-source alternative to Landbot. It allows you to create conversational apps/forms (Lead qualification, Product launch, User onboarding, Customer support), embed them anywhere on your web/mobile 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 easily with the native JS library
  • In-depth analytics

For more info, visit the landing page

Stay up-to-date

Lots of new features are being implemented on a day-to-day basis. Make sure to hit the Star button and watch Releases to be notified of future features.

Typebot illustration

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

    Check out the Configuration guide if you want to enable more options

  3. Make sure you have Docker running

  4. Start the applications.

    yarn && yarn dev
    

    Builder is available at http://localhost:3000

    Viewer is available at http://localhost:3001

    Database inspector is available at http://localhost:5555

    By default, you can easily authenticate in the builder using the "Github Sign In" button. For other options, check out the Configuration guide

Contribute

Another great way to support Typebot is to contribute to the project. Head over to the Contribute guidelines to get started. 😍

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.

License

Typebot is open-source under the GNU Affero General Public License Version 3 (AGPLv3). You can find it here.

In a few words, it means that:

  • If you commercialize your version of Typebot. You need to be clear and provide a prominent mention and link to the original project so people that are considering using their version of the software can be aware of the original project
  • If you modify the original software, you need to open source and publish your modifications