28
apps/docs/get-started/introduction.mdx
Normal file
28
apps/docs/get-started/introduction.mdx
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
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>
|
14
apps/docs/get-started/overview.mdx
Normal file
14
apps/docs/get-started/overview.mdx
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Creating a typebot
|
||||
icon: hammer
|
||||
---
|
||||
|
||||
The best way to understand the basic principles of Typebot is by watching this super quick "Creating a typebot" video:
|
||||
|
||||
<div className="relative" style={{ paddingBottom: '64.5933014354067%' }}>
|
||||
<iframe
|
||||
src="https://www.youtube.com/embed/jp3ggg_42-M"
|
||||
allowFullScreen
|
||||
className="absolute top-0 left-0 w-full h-full"
|
||||
/>
|
||||
</div>
|
Reference in New Issue
Block a user