V1.0 FIRST RELEASE

The Operating System for AI Documents

Don't force LLMs to write HTML. DARE is a deterministic, token-efficient language designed to generate pixel-perfect PDFs from simple prompts.

@doc {
  page {
    box(p=20mm) {
      txt(size=24, bold) {
        HELLO WORLD
      }
      qr(data="dare.ai") {}
    }
  }
}
70% Less Token Usage
100% Deterministic Layout
<50ms Render Time
0 Dependencies

Why not HTML?

HTML was built for fluid screens. DARE is built for fixed paper. It eliminates the chaos of CSS when generating PDFs via AI.

Token Efficient

DARE uses a compressed syntax (`box`, `txt`) that consumes 70% fewer tokens than standard HTML5 boilerplate. Save money on every API call.

Physical Units

No more "pixels". DARE layout logic is based on Millimeters (`mm`). If code says 50mm, it prints at exactly 50mm.

Smart Assets

Stop asking AI to draw SVG charts. DARE has native tags for `qr`, `bar`, and `tbl` that render vector-perfect assets instantly.

The Code Wars

Visualizing the token difference for a simple Invoice Header.

Standard HTML/CSS TOKENS: 0
DARE Engine TOKENS: 0