Yell

Introduction

Yell is a declarative UI framework built on YAML — designed for design systems, server rendering, hydration, and AI-native interfaces.

Why Yell?

Who is Yell for?

What Yell is not

Core principle

“UI definitions should be structured, predictable, and governable — not clever.”

Quick example

app:
  route: /dashboard
  shell:
    layout: stack
    gap: 24
  children:
    - type: Hero
      props:
        title: "Build interfaces your infra can understand"
        actions:
          - type: Button
            props:
              label: "Get started"
              variant: primary

This YAML renders to HTML with full schema validation and a clear hydration contract.

Next steps