Docs · 2 of 8

How to Deploy

Ship to Vercel, Netlify, or your own VPS. One target or several, all from the Hosting view.

Back to documentation

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

  1. Open the Hosting view.
  2. Click Add Integration.
  3. 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).
  4. Once connected, your target appears in the Connected Providers list with a status badge and last-used date.
  5. 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