💬 Typebot 是一款功能强大的聊天机器人构建器,您可以自行托管。 https://typebot.io/
Go to file
2022-10-22 18:28:16 +02:00
.github 👷 Add auto link labeled issues to project 2022-10-22 18:28:16 +02:00
apps 🚸 (textBubble) Allow mailto and tel links 2022-10-22 12:06:57 +02:00
packages (webhook) Improve bot test 2022-10-22 07:30:26 +02:00
.dockerignore build: add pnpm 2022-08-10 18:49:06 +02:00
.editorconfig Add authentication 2021-11-29 15:19:07 +01:00
.gitignore build: add pnpm 2022-08-10 18:49:06 +02:00
.npmrc 📦 Upgrade deps to latest version 2022-10-02 10:34:13 +02:00
.pnpmfile.cjs 📦 Upgrade deps to latest version 2022-10-02 10:34:13 +02:00
.prettierrc Init project 2021-11-19 10:15:13 +01:00
builder-entrypoint.sh build: add pnpm 2022-08-10 18:49:06 +02:00
CHANGELOG.md 🔖 Release v2.8.2 2022-10-16 10:56:03 +02:00
CONTRIBUTING.md docs: 📝 Update README and contribution instructions 2022-03-12 10:28:04 +01:00
docker-compose.build.yml build: add pnpm 2022-08-10 18:49:06 +02:00
docker-compose.dev.yml docs: 📝 Improve docker guides and examples 2022-06-27 16:26:27 +02:00
docker-compose.yml docs: 📝 Improve docker guides and examples 2022-06-27 16:26:27 +02:00
Dockerfile build: add pnpm 2022-08-10 18:49:06 +02:00
entrypoint.sh build(docker): 🧱 Improve runtime environment 2022-05-30 16:40:13 +02:00
env.sh fix(docker): 🐛 Runtime public environment 2022-06-22 09:47:43 +02:00
LICENSE Create LICENSE 2021-12-08 13:27:35 +01:00
package.json 🔖 Release v2.8.2 2022-10-16 10:56:03 +02:00
pnpm-lock.yaml 🚸 (textBubble) Allow mailto and tel links 2022-10-22 12:06:57 +02:00
pnpm-workspace.yaml build: add pnpm 2022-08-10 18:49:06 +02:00
README.md build: add pnpm 2022-08-10 18:49:06 +02:00
turbo.json 💚 (ci) Fix turbo repo prisma cache 2022-09-27 09:02:57 +02:00
viewer-entrypoint.sh build: add pnpm 2022-08-10 18:49:06 +02:00

Typebot illustration Typebot illustration

https://user-images.githubusercontent.com/16015833/168876388-0310678d-080b-4eca-8633-e5cc4d7bd5d1.mp4

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. Install dependencies

    cd typebot.io
    pnpm i
    
  3. 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

  4. Make sure you have Docker running

  5. Start the builder and viewer

    pnpm 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

  6. (Optionnal) Start the landing page

    Copy apps/landing-page/.env.local.example to apps/landing-page/.env.local

    cd apps/landing-page
    pnpm dev
    
  7. (Optionnal) Start the docs

    cd apps/docs
    pnpm start
    

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