Zero runtime. Full IntelliSense. Framework-agnostic.
The only layout system that feels like a native language.
npm install layoutkit-cssThen import and use — auto-complete works out of the box:
import { Stack, Center, Row, Grid } from "layoutkit-css"
<Stack gap="lg" padding="md">
<Center fill>
<h1>Hello World</h1>
</Center>
</Stack>Requires React 18+ and Tailwind CSS. Works with Next.js, Vite, Remix, and any React framework.
# Install Node.js (if needed)
brew install node
# In your React + Tailwind project:
npm install layoutkit-css# Install Node.js from https://nodejs.org
# Then in PowerShell or CMD:
npm install layoutkit-css# Install Node.js
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
# In your project:
npm install layoutkit-cssnpx layoutkit initThis copies all 10 components into your project (shadcn-style). You own the source code and can customize freely.