Authoring
Classes and snippets
Agents compose pages with documented HTML classes and starter layouts instead of recreating visual tokens.
Agent-ready engineering docs
Loam gives agents a stable set of classes, layout recipes, and components for static HTML pages that feel precise, readable, and lightly handmade.
Authoring
Agents compose pages with documented HTML classes and starter layouts instead of recreating visual tokens.
Diagrams
Keep diagrams editable while delivering pages that do not need a runtime Mermaid dependency.
Distribution
Use versioned public assets for small pages, or inline the CSS and SVG for one-file handoffs.
Quick start
Use the distribution files directly, then pick a layout and add only the components the content needs.
<link rel="stylesheet" href="https://useloam.design/dist/loam.css">
<script type="module" src="https://useloam.design/dist/loam.js"></script>
<main class="loam-shell loam-main loam-prose">
<p class="loam-kicker">Implementation plan</p>
<h1>Ship the migration safely</h1>
</main>