Free · 10 Lessons · Complete Course

Learn OrbLayout
From Zero to Hero

Master the modern static site builder in 10 hands-on lessons. Build with layouts, components, props, loops, filters — and ship pure HTML.

index.orb
<layout src="main.layout">
  <content>
    <use component="hero"
      heading="Hello World" />

    {{#each features}}
      <use component="card"
        title="{{ name }}"
        description="{{ desc }}" />
    {{/each}}
  </content>
</layout>
10
Lessons
25+
Features
50+
Code Examples
0
Cost ($)

Your Learning Path

From first install to deploying a real website. Each lesson builds on the last.

Ready to Build?

Start with Lesson 1 and you'll be shipping static sites in under 30 minutes.

Begin Lesson 1 →