Skip to main content

Use pre-built sections

Even easier, choose from dozens of pre-built sections and mix and match to your liking. Just like playing with Lego blocks.

Templates

Make it yours

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.

Drag and Drop Interface

Easily arrange and customize sections with intuitive controls

Real-time Preview

See changes instantly as you customize your website

Responsive Design

Your site looks great on all devices automatically

PERFORMANCE

That's not all

You get a lot of things out of the box.

Custom domain

Connect a custom domain to your site (or use the included .pagy.co domain).

Forms

Capture emails, add contact forms, or build your own custom form.

Custom code

Add further customizations or integrations using custom code.

Fast

Your site is optimized to get the best loading times and performance.

Responsive

Automatically adapts to every screen size, from mobile to desktop.

Optimized for SEO

Follows the latest best practices to get the best visibility on search engines.

CUSTOMIZATION

Powerful yet simple

Add custom code when you need even more control and flexibility.

HTML

<div class="hero-section">
  <h1 class="title">
    Welcome to my site
  </h1>
  <p class="description">
    This is a custom HTML section
  </p>
</div>

          
CSS

.hero-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.title {
  font-size: 3rem;
  color: #ffffff;
}

          

Custom HTML

Add your own HTML markup for complete control over the structure.

Custom CSS

Style your content exactly how you want with custom CSS.

Custom JavaScript

Add interactivity and dynamic features with custom JavaScript.