Skip to content

Commit

Permalink
Updated vercel deployment guide. (#1075)
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
thiagodebugs authored and baptisteArno committed Dec 5, 2023
1 parent c4f5df5 commit c02e4e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/docs/docs/self-hosting/guides/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit c02e4e1

@vercel
Copy link

@vercel vercel bot commented on c02e4e1 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app
docs.typebot.io

Please sign in to comment.