> For the complete documentation index, see [llms.txt](https://voyzu.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://voyzu.gitbook.io/docs/installation-and-operation/deployment.md).

# 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](https://vercel.com/docs/getting-started-with-vercel)

## Self Hosting

As an Open Source applicaiton, you may wish to host Voyzu yourself, e.g. with a hosting platform provider. See [Self Hosting](/docs/installation-and-operation/deployment/self-hosting.md)
