tw-in-js/twind
The smallest, fastest, most feature complete Tailwind-in-JS solution in existence. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2097
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
3948 stars · 104 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Twind is a small runtime compiler that converts Tailwind-style utility classes into CSS in the browser, Node.js, Deno, or workers, with no build step. It combines the flexibility of CSS-in-JS with the Tailwind v3 API, supporting presets, configurable themes, and optional static extraction for zero runtime.
Use cases
- use tailwind classes without a build step
- generate css at runtime in the browser
- style server-rendered apps with utility classes
- add tailwind-like styling to any framework
- avoid postcss and tailwind configuration
- use tailwind via cdn without bundler
- hash class names to avoid style conflicts
When to choose
- you want Tailwind utility classes without a bundler or build pipeline
- you need framework-agnostic styling including SSR and edge workers
- you want one fixed runtime cost instead of shipping growing CSS bundles
- you need Tailwind v3 feature parity with extended variants and arbitrary CSS escape hatches
When to avoid
- you already have a standard Tailwind/PostCSS build and don't need runtime generation
- you need zero runtime overhead without static extraction
- you prefer compile-time CSS tooling or a different CSS-in-JS approach
- you need a very small bundle since the compiler ships to the client
Facets
library · maturity stable
css-framework templating frontend-framework web-development frontend web-design browser cross-platform tailwind css-in-js runtime-css utility-first no-build-step typescript nodejs deno web-server
3 sources
- readme: https://github.com/tw-in-js/twind · fetched 2026-08-28 · 694ba30f2e28
- homepage: https://twind.style · fetched 2026-08-29 · 81b27d37eeb9
- site_page: https://twind.style/installation · fetched 2026-08-29 · 93cddcc16ab1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tw-in-js/twind | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem