23x faster builds
10 ms vs 246 ms on a 2,551-candidate real project. Pure compute hits 1.2 ms — 0.4 µs per candidate.
Drop-in replacement for Tailwind v3 — same config, same output, 23x faster builds.
Real-world project: horizon-tailwind-react (2,551 candidates, 706 rules)
| Scenario | Tailwind v3 | GaleforceCSS | Speedup |
|---|---|---|---|
| CLI build (cold) | 246 ms | 10 ms | 23x |
| Warm stream | 15 ms | 2 ms | 7.5x |
| Pure compute | — | 1.2 ms | — |
Synthetic smoke project (734 candidates): 195 ms → 5 ms (38x).
npm install -D vite-plugin-galeforcecss// vite.config.js
import { defineConfig } from 'vite'
import galeforcecss from 'vite-plugin-galeforcecss'
export default defineConfig({
plugins: [galeforcecss()],
})Alpha. Zero semantic diff against the official Tailwind v3 oracle on seven real-world projects, 894 conformance fixtures, and 186 byte-sensitive snapshots. APIs are stable for the documented surface but may change before 1.0.
GaleforceCSS is not an official Tailwind Labs project.