|
7 | 7 | </a>
|
8 | 8 | </p>
|
9 | 9 |
|
10 |
| -Typebot is an open-source alternative to Landbot. It allows you to create conversational apps (Lead qualification, Product launch, User onboarding, Customer support), embed them anywhere on your web apps, and collect results in real-time. |
| 10 | +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. |
11 | 11 |
|
12 | 12 | ## Features
|
13 | 13 |
|
14 | 14 | - Text, image, video bubble messages
|
15 |
| -- Text, URL, email, phone number, date input fields |
| 15 | +- Text, URL, email, phone number, date... input fields |
16 | 16 | - Native integrations including Google Sheets, Webhooks, Send email (more to come)
|
17 | 17 | - Conditional branching, URL redirections
|
18 | 18 | - Beautiful animations
|
@@ -48,27 +48,26 @@ Interested in self-hosting Typebot on your server? Take a look at the [self-host
|
48 | 48 |
|
49 | 49 | Copy `apps/viewer/.env.local.example` to `apps/viewer/.env.local`
|
50 | 50 |
|
51 |
| -3. Install packages and start the applications. |
| 51 | + Check out the [Configuration guide](https://docs.typebot.io/self-hosting/configuration) if you want to enable more options |
| 52 | + |
| 53 | +3. Make sure you have [Docker](https://docs.docker.com/compose/install/) running |
| 54 | +4. Start the applications. |
52 | 55 |
|
53 | 56 | ```sh
|
54 |
| - yarn |
| 57 | + yarn && yarn dev |
55 | 58 | ```
|
56 | 59 |
|
57 |
| -4. Make sure your have [docker-compose](https://docs.docker.com/compose/install/) installed |
58 |
| - |
59 |
| -5. Start the applications: |
| 60 | + Builder is available at `http://localhost:3000` |
60 | 61 |
|
61 |
| - ```sh |
62 |
| - yarn dev |
63 |
| - ``` |
| 62 | + Viewer is available at `http://localhost:3001` |
64 | 63 |
|
65 |
| - Builder will be available at `http://localhost:3000` |
| 64 | + Database inspector is available at `http://localhost:5555` |
66 | 65 |
|
67 |
| - Viewer will be available at `http://localhost:3001` |
| 66 | + By default, you can easily authenticate in the builder using the "Github Sign In" button. For other options, check out the [Configuration guide](https://docs.typebot.io/self-hosting/configuration) |
68 | 67 |
|
69 |
| - Database inspector will be available at `http://localhost:5555` |
| 68 | +## Contribute |
70 | 69 |
|
71 |
| - By default, you can easily authenticate in the builder using the "Github Sign In" button. |
| 70 | +Another great way to support Typebot is to contribute to the project. Head over to the [Contribute guidelines](https://github.com/baptisteArno/typebot.io/blob/main/CONTRIBUTING.md) to get started. 😍 |
72 | 71 |
|
73 | 72 | ## Technology
|
74 | 73 |
|
|
0 commit comments