Help & Documentation
Getting Started
Learn the basics of creating your first website
- Sign up for a free account
- Create a new site from the dashboard
- Use AI generation to quickly scaffold your site, or start from scratch
- Customize using the drag-and-drop editor
- Publish your site to get a free subdomain
Editor Elements
Available elements you can add to your website
Basic Elements
- Headings (H1, H2, H3)
- Paragraphs
- Images
- Buttons
- Links
- Dividers
Layout Elements
- Containers
- Columns (2, 3, 4)
- Spacers
Interactive Elements
- Videos
- Contact Forms
- Image Galleries
Advanced Elements
- Custom HTML
- Custom CSS
- Embed Code
Adding Custom Code
How to add your own HTML, CSS, and JavaScript
Custom HTML Element
Drag the "Custom HTML" element from the sidebar and double-click to edit. You can write any valid HTML code including inline styles and scripts.
Custom CSS Element
Add a "Custom CSS" element to inject global styles. Your CSS will be wrapped in a <style> tag and applied to your entire page.
Embed Element
Use the "Embed" element for third-party widgets like YouTube videos, Twitter posts, Google Maps, or any iframe-based content.
Tip: Custom code is rendered exactly as you write it, so make sure to test your site after adding custom elements.
Domain Setup
Configure your site domain
Free Subdomain
Every published site gets a free subdomain at yoursite.dm.sl4ve.xyz. This is automatically configured when you publish your site.
Custom Domain
To use your own domain:
- Go to your site settings
- Enter your custom domain (e.g.,
example.com) - Add the following DNS records to your domain provider:
| Type | Name | Value |
|---|---|---|
| CNAME | @ or www | cname.vercel-dns.com |
Note: DNS propagation can take up to 48 hours. Your custom domain will work once the DNS records are properly configured.
Need More Help?