29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
|
|
---
|
||
|
|
sidebarTitle: 'Welcome'
|
||
|
|
title: Welcome 👋
|
||
|
|
icon: hand-wave
|
||
|
|
---
|
||
|
|
|
||
|
|
Typebot is an open-source chatbot builder. It allows you to create conversational apps/forms (Lead qualification, Customer support, Product launch, User onboarding, AI chats), deploy it on your website or WhatsApp number, and collect results in real-time.
|
||
|
|
|
||
|
|
This is the Typebot documentation. It's a great place to find most answers. Please use the search box to quickly find the answers you're looking for.
|
||
|
|
|
||
|
|
<CardGroup cols={2}>
|
||
|
|
<Card title="Learn Concepts" icon="graduation-cap" href="./overview">
|
||
|
|
Learn how Typebot works and how to use it to build your first chatbot
|
||
|
|
</Card>
|
||
|
|
<Card title="Deploy your bots" icon="comment" href="/deploy/web/overview">
|
||
|
|
Explore the different ways you can deploy your typebot.
|
||
|
|
</Card>
|
||
|
|
<Card
|
||
|
|
title="Contribute"
|
||
|
|
icon="laptop"
|
||
|
|
href="https://github.com/baptisteArno/typebot.io/blob/main/CONTRIBUTING.md"
|
||
|
|
>
|
||
|
|
Interested in creating a block or improve the app? Learn how to contribute.
|
||
|
|
</Card>
|
||
|
|
<Card title="Self-hosting" icon="server" href="/self-hosting/get-started">
|
||
|
|
Learn how to self-host Typebot on your own server
|
||
|
|
</Card>
|
||
|
|
</CardGroup>
|