Skip to main content

Partial Hydration
Made Simple

A zero-dependency web component for Islands Architecture. Keep your pages fast and add interactivity exactly where you need it.

export function HelloWorld() {
  return (
    <!-- Yup, Tailwind is built in -->
    <div className="w-full h-full flex items-center justify-center bg-black rounded-lg">
      <p className="py-4 px-6 text-4xl text-white">Hello, World!</p>
    </div>
  );
}

Hello, World!

A simple tool for building
modern websites

If you know HTML, CSS, Tailwind, and JavaScript, you can build a website with Sapling.

0Best Practices
0Performance
0SEO

SEO & Performance First

Sapling is built for speed. Using web development best practices for SEO and performance.

0kb

Zero JavaScript by Default

Sapling doesn't output any javascript out of the box. Just good old HTML and CSS.

Interactive Header
Interactive Nav

Islands Architecture

Add interactivity only where you need it. Keep the rest of your site fast and lightweight.

Basic by Design #usetheplatform

Build with JavaScript, TypeScript, HTML, and CSS. We don't tie you to any specific framework or bundler which means you can use what you want.

Frequently Asked Questions