Mokshit06/typewind
The safety of Typescript with the magic of Tailwind. observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 76
- Release rhythm 8
- Longevity 94
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: 261
- age_days: 1324
- days_rel: 448
- days_push: 147
- n_releases_24m: 2
Adoption not part of the score
2288 stars · 24 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Typewind is a typesafe, zero-runtime wrapper around Tailwind CSS that lets you write Tailwind classes as TypeScript expressions via a `tw` proxy. A Babel/SWC compiler plugin statically converts these expressions into plain Tailwind class strings at build time, leaving no runtime code.
Use cases
- write tailwind classes with typescript type safety
- get autocomplete for tailwind classes without editor extensions
- eliminate tailwind runtime overhead with zero bundle size
- apply tailwind variants to multiple styles at once
- generate tailwind types from my tailwind config
- catch invalid tailwind class names at compile time
When to choose
- you use Tailwind CSS in a TypeScript project and want compile-time class validation and autocomplete
- you want zero-runtime styling with no bundle size cost
- you want variant composition (hover, dark, responsive) with an intuitive chained syntax
- you use Next.js, Vite, SolidStart, or other Babel/SWC-based build tools
When to avoid
- your project uses plain JavaScript without TypeScript
- your build pipeline doesn't support Babel or SWC transforms
- you rely on tooling that expects literal class strings in source files (e.g. some Tailwind scanners or class-sorting tools)
- you prefer the standard Tailwind class string syntax and its ecosystem of extensions
Facets
library · maturity active
css-framework build-tool type-system compiler frontend web-development web-design developer-tools browser cli tailwindcss typescript zero-runtime babel-plugin swc utility-classes intellisense nodejs web-server
10 sources
- readme: https://github.com/Mokshit06/typewind · fetched 2026-08-28 · fcc5b3305144
- homepage: https://typewind.dev/ · fetched 2026-08-29 · ae0970134b2e
- site_page: https://typewind.dev/docs/usage/normal-usage · fetched 2026-08-29 · 5f458f06de93
- site_page: https://typewind.dev/docs · fetched 2026-08-29 · a21b499ccdca
- site_page: https://typewind.dev/docs/installation · fetched 2026-08-29 · 36f2272a238f
- site_page: https://typewind.dev/docs/usage · fetched 2026-08-29 · 8d86472ec50e
- site_page: https://typewind.dev/docs/usage/modifiers · fetched 2026-08-29 · c2d37778eccd
- site_page: https://typewind.dev/docs/usage/important-modifier · fetched 2026-08-29 · 3b0c7e4bdcea
- site_page: https://typewind.dev/docs/usage/arbitrary-values · fetched 2026-08-29 · 5181026cffe8
- site_page: https://typewind.dev/docs/usage/arbitrary-variants · fetched 2026-08-29 · 91433a1f1aad
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Mokshit06/typewind | main | 56 |
For agents
markdown · JSON · MCP: product_card(name="Mokshit06/typewind")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem