Docs About Contact

INTRODUCING ZOAR

Build websites without writing CSS.

Write clean, human-readable shorthand. zoar compiles it to pure HTML and CSS — instantly, in the browser, with no build tools.

Read the Docs

No credit card. No account needed to try.


The Syntax

Write this. See that. Instantly.

Every line is an element. Every word in brackets is a style. No class names, no selectors, no guessing.

// Heading

# Hello World [bold text-size-40]

// Paragraph

t Some text here [text-color-666666]

// Button with hover

: Click me [bg-ffb020 hover-bg-e6a000 round-8]

// Responsive layout

{ } [grid grid-cols-3 mobile-grid-cols-1]

// Embed anything

<< https://youtube.com/embed/... [w-full h-400]

Hello World

Some text here

{ } [bg-f5f5f5 round-8 h-60] { } [bg-f5f5f5 round-8 h-60] { } [bg-f5f5f5 round-8 h-60]

Why zoar

Everything you need. Nothing you don't.

Instant Preview

See every change the moment you type. No refresh, no terminal, no waiting.

🧩

Readable Syntax

t for text, # for headings, braces for layout. Read it like English, ship it like code.

📁

Local First

Files live on your machine. No accounts, no cloud, no lock-in. Open a folder and go.

📱

Responsive Built-in

Prefix any style with mobile- or tablet-. Responsive layouts with zero extra effort.

🧱

Modules

Write a navbar once. Use it everywhere with @modules/navbar. Edit once, updates everywhere.

🚀

Pure Export

Export clean, self-contained HTML and CSS. Host anywhere. No runtime dependency.


Elements

Every element. Zero setup.

Headings, buttons, forms, tables, accordions, embeds — every element you need, ready to use out of the box.

ElementSymbolDescription
Heading 1#Large page title
Heading 2##Section heading
ParagraphtBody text
Button:Clickable button
Link~Anchor with -> target
Image>Display image file
Audio>>Embed audio player
Video>>>Embed video player
Embed / iframe<<Embed any URL
Unordered list-Bullet point
Ordered list1.Numbered list
Label/Form field label
Input_Text input
Textarea__Multi-line input
Block / div{ }Layout container
Accordions + { }Collapsible section
Separator---Horizontal rule
Comment//Ignored by parser

Ready to build?

Open the editor. Write your first line. Ship a website.

Read the Docs

zoar, a symbolic language · © 2026 Shepherd Games Private Limited

Privacy Terms