Even easier, choose from dozens of pre-built sections and mix and match to your liking. Just like playing with Lego blocks.
Simple but powerful customization options that can make your site unique with just a few clicks. You don't need to be a designer to make a good-looking website.
Easily arrange and customize sections with intuitive controls
See changes instantly as you customize your website
Your site looks great on all devices automatically
You get a lot of things out of the box.
Connect a custom domain to your site (or use the included .pagy.co domain).
Capture emails, add contact forms, or build your own custom form.
Add further customizations or integrations using custom code.
Your site is optimized to get the best loading times and performance.
Automatically adapts to every screen size, from mobile to desktop.
Follows the latest best practices to get the best visibility on search engines.
Add custom code when you need even more control and flexibility.
<div class="hero-section">
<h1 class="title">
Welcome to my site
</h1>
<p class="description">
This is a custom HTML section
</p>
</div>
.hero-section {
max-width: 1200px;
margin: 0 auto;
padding: 4rem 2rem;
}
.title {
font-size: 3rem;
color: #ffffff;
}
Add your own HTML markup for complete control over the structure.
Style your content exactly how you want with custom CSS.
Add interactivity and dynamic features with custom JavaScript.