For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployment

Deploy to Vercel

As a NextJS application, Vercel is a logic hosting option. Deploying Voyzu to Vercel has been tested and all functions, including pdf generation are available. Vercel does not host a database so you will need to provide an external database such as Supabase. Running Voyzu on Vercel connected to a Supabase database has been tested and is a known good configuration

See the Vercel documentation

Self Hosting

As an Open Source applicaiton, you may wish to host Voyzu yourself, e.g. with a hosting platform provider. See Self Hosting

Last updated