THE FIRST LAYOUT LANGUAGE FOR THE WEB
Zero runtime. Full IntelliSense. Framework-agnostic.
The only layout system that feels like a native language.
npx layoutkit init
Then write layouts that actually make sense:
import { Stack, Center, Row } from "@/components/layout"
<Stack gap="lg" padding="md">
<Center fill>
<h1>Hello World</h1>
</Center>
</Stack>
Compiler + Playground
Real-time compilation in your browser
Linter
6 semantic rules for layout quality
ESLint Plugin
Catch layout mistakes during development
HTML Compiler
Works with any framework or vanilla HTML
VS Code Extension
Full IntelliSense and autocomplete
Tailwind Safelist
Auto-generated class preservation