From c02e4e141b679e487df51954a75034552841f925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20Mendon=C3=A7a?= Date: Tue, 5 Dec 2023 02:42:22 -0400 Subject: [PATCH] Updated vercel deployment guide. (#1075) Adding explanation text about builder and viewer. ## 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. --- apps/docs/docs/self-hosting/guides/vercel.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/docs/docs/self-hosting/guides/vercel.md b/apps/docs/docs/self-hosting/guides/vercel.md index e6e38bad62..1346b75a91 100644 --- a/apps/docs/docs/self-hosting/guides/vercel.md +++ b/apps/docs/docs/self-hosting/guides/vercel.md @@ -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