2
0
Files
bot/apps/docs/get-started/introduction.mdx
Baptiste Arnaud 65f4fb0d7a 📝 Add Contribute docs
2024-01-03 16:29:41 +01:00

25 lines
1.1 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="/contribute/overview">
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>