Ross ROSS = Recommend OSS · open-source software intelligence for agents

Mokshit06/typewind

The safety of Typescript with the magic of Tailwind. observed · 2026-08-28

github.com/Mokshit06/typewind · homepage · TypeScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
Mokshit06/typewindmain56

For agents

markdown · JSON · MCP: product_card(name="Mokshit06/typewind")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem