The community member is currently using TypeBot on Cloudron, where both the builder and viewer are hosted on the same server. They would like to host the viewer only on Vercel. A community member suggests that while the Cloudron package bundles both the builder and viewer, and you can't just "don't build the viewer", you can deploy the viewer on Vercel and change the NEXT_PUBLIC_VIEWER_URL to point to the Vercel instance.
Right now I'm using TypeBot on Cloudron and bot the builder and the viewer are on the same server. I would love to host the viewer only on Vercel; How could I do that ?
The thing is, the Cloudron package already bundle both builder and viewer and you can't just say "don't build the viewer". But if you don't care, you can also deploy a viewer on Vercel and change the NEXT_PUBLIC_VIEWER_URL to point to the Vercel instance