2
0

Updated vercel deployment guide. (#1075)

Adding explanation text about builder and viewer.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Documentation**
- Enhanced the self-hosting guide with additional explanatory notes on
deploying both the Builder and Viewer components for Typebot, clarifying
their distinct roles in service flow creation and user interaction.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Thiago Mendonça
2023-12-05 02:42:22 -04:00
committed by Baptiste Arnaud
parent c4f5df51d5
commit c02e4e141b

View File

@ -26,6 +26,11 @@ You may want to [disable the Github actions](https://docs.github.com/en/actions/
If you deploy on a Vercel Hobby plan, you will need to reduce the `maxDuration` timeout options in `apps/viewer/vercel.json` and set it to `10`
:::note
- Builder is the application where you'll create your flows.
- Viewer is the bot interface your users will interact with.
:::
### Deploy the builder
1. Create a new Vercel project and import the forked repo