Where you can deploy
When your project is ready, you deploy it to a host so the world can see it. LilBuz supports three deploy targets today: Vercel, Netlify, and your own VPS server.
Steps
- Open the Hosting view.
- Click Add Integration.
- Choose your target:
- Vercel or Netlify - connect with one click via OAuth (a browser window opens to authorize), or paste an API token if you prefer.
- Custom VPS - deploy to your own server (see How to Connect a Server).
- Once connected, your target appears in the Connected Providers list with a status badge and last-used date.
- Deploy your project to that target. Your built site is sent to the host you chose.
Managing connected hosts
You can connect multiple targets and manage them all from the Hosting view - each one shows Disconnect and Delete options. All credentials are stored encrypted; passwords are never kept in plain text.
Back to documentation