Find your answer in seconds
Type anything — pricing, MCP, container queries, motion. We'll filter as you go.
PricingIs there a free tier?+
Yes. Unlimited personal projects, three commercial seats, and full CLI access — free, forever.
PricingHow much does a team plan cost?+
$24 per seat per month, billed annually. Includes shared brand packages, team libraries, and the AI co-author.
AIHow do agents author with LSD?+
Every workspace exposes an MCP server. Agents call the same tools the builder UI does — compose surfaces, wire behaviours, propose components.
AIIs there a prompt index?+
Yes. Cosmos manifests and template descriptors double as training/prompt material. Labels and descriptions are first-class.
LayoutWhy container queries?+
Components should react to their own width. The same card adapts in a 200px sidebar and a 1200px main without a viewport breakpoint.
LayoutCan I still use media queries?+
Yes. The responsive engine compiles both @media and @container from the same StyleRule. Use whichever fits.
MotionHow is Aurora different from GSAP?+
Aurora is a track-based authoring environment, not just a runtime. Keyframes are scrubbable, named, and bound to scroll regions or click events on the same ruler.
MotionWhat about reduced motion?+
Every shipped primitive respects prefers-reduced-motion: reduce. Continuous animations cut out; entrance animations become instant fades.
ExportCan I export to React?+
Yes. The .lsd package compiles to React, Svelte, Astro, or vanilla HTML. The package is the public contract; consumers are interchangeable.
ExportDo tokens export to Figma?+
Yes. The CLI emits Figma Variables JSON, Tailwind config, and W3C design tokens JSON from the same source.
A11yHow is contrast enforced?+
The Orion contrast law applies to every surface tier. Your palette physically cannot produce inaccessible text/background pairs in named tiers.
A11yAre components keyboard-navigable?+
Yes. Every interactive primitive ships with focus-visible rings, ARIA wiring, and keyboard handlers. The builder runs an audit against WCAG 2.2 before publish.