Add a domain
Once your site is deployed, point your own custom domain at it.
- Open the Domains view.
- Click Add Domain.
- Fill in:
- Domain Name - e.g. myapp.com.
- Deploy Target - choose where it points (your connected VPS server or a hosting integration like Netlify/Vercel). You need at least one deploy target connected first.
- DNS Provider - Custom DNS (manual setup), or a supported provider.
- Submit. LilBuz generates the DNS records you need.
Configure DNS
After adding the domain, expand it in the Connected Domains list to see the generated records:
- A record - points your domain to your server's IP (or your host's address).
- CNAME record - for subdomain aliases (e.g. www).
- TXT record - used to verify you own the domain.
- MX record - only if you're setting up email.
Each record has a Copy button. Add these records at your domain registrar or DNS provider. LilBuz then automatically checks for DNS propagation in the background (every 30 seconds, for a while) and marks the domain Verified ✓ once it's live. You can also click Verify Now anytime.
SEO settings
You can also click Configure SEO to set per-page title, description, and social preview image.
Back to documentation