Skip to main content

A Simpler Web Framework

We felt like modern web frameworks are often doing too much if you just want to build a simple, fast website.

deno -A jsr:@sapling/create
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.

Build Faster with Uncursor

Use our AI website generator to get a Sapling project live on the web in seconds

Get Started with Uncursor

Frequently Asked Questions