@tenphi/tasty 0.0.0-snapshot.9155dd5 → 0.0.0-snapshot.91d0760

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (302) hide show
  1. package/README.md +220 -254
  2. package/dist/_virtual/_rolldown/runtime.js +1 -2
  3. package/dist/chunks/cacheKey.d.ts +1 -0
  4. package/dist/chunks/cacheKey.js +1 -2
  5. package/dist/chunks/cacheKey.js.map +1 -1
  6. package/dist/chunks/definitions.d.ts +1 -1
  7. package/dist/chunks/definitions.js +2 -3
  8. package/dist/chunks/definitions.js.map +1 -1
  9. package/dist/chunks/index.d.ts +1 -0
  10. package/dist/chunks/renderChunk.d.ts +1 -0
  11. package/dist/chunks/renderChunk.js +1 -2
  12. package/dist/chunks/renderChunk.js.map +1 -1
  13. package/dist/compute-styles.d.ts +31 -0
  14. package/dist/compute-styles.js +322 -0
  15. package/dist/compute-styles.js.map +1 -0
  16. package/dist/config.d.ts +105 -21
  17. package/dist/config.js +175 -48
  18. package/dist/config.js.map +1 -1
  19. package/dist/core/index.d.ts +8 -8
  20. package/dist/core/index.js +9 -9
  21. package/dist/counter-style/index.js +51 -0
  22. package/dist/counter-style/index.js.map +1 -0
  23. package/dist/debug.d.ts +26 -141
  24. package/dist/debug.js +359 -639
  25. package/dist/debug.js.map +1 -1
  26. package/dist/font-face/index.js +63 -0
  27. package/dist/font-face/index.js.map +1 -0
  28. package/dist/hooks/index.d.ts +7 -0
  29. package/dist/hooks/useCounterStyle.d.ts +36 -0
  30. package/dist/hooks/useCounterStyle.js +65 -0
  31. package/dist/hooks/useCounterStyle.js.map +1 -0
  32. package/dist/hooks/useFontFace.d.ts +45 -0
  33. package/dist/hooks/useFontFace.js +66 -0
  34. package/dist/hooks/useFontFace.js.map +1 -0
  35. package/dist/hooks/useGlobalStyles.d.ts +18 -2
  36. package/dist/hooks/useGlobalStyles.js +52 -47
  37. package/dist/hooks/useGlobalStyles.js.map +1 -1
  38. package/dist/hooks/useKeyframes.d.ts +4 -2
  39. package/dist/hooks/useKeyframes.js +43 -57
  40. package/dist/hooks/useKeyframes.js.map +1 -1
  41. package/dist/hooks/useProperty.d.ts +4 -2
  42. package/dist/hooks/useProperty.js +30 -48
  43. package/dist/hooks/useProperty.js.map +1 -1
  44. package/dist/hooks/useRawCSS.d.ts +13 -44
  45. package/dist/hooks/useRawCSS.js +91 -28
  46. package/dist/hooks/useRawCSS.js.map +1 -1
  47. package/dist/hooks/useStyles.d.ts +3 -8
  48. package/dist/hooks/useStyles.js +7 -225
  49. package/dist/hooks/useStyles.js.map +1 -1
  50. package/dist/index.d.ts +11 -9
  51. package/dist/index.js +12 -10
  52. package/dist/injector/index.d.ts +36 -19
  53. package/dist/injector/index.js +43 -20
  54. package/dist/injector/index.js.map +1 -1
  55. package/dist/injector/injector.d.ts +53 -3
  56. package/dist/injector/injector.js +235 -14
  57. package/dist/injector/injector.js.map +1 -1
  58. package/dist/injector/sheet-manager.d.ts +9 -13
  59. package/dist/injector/sheet-manager.js +41 -71
  60. package/dist/injector/sheet-manager.js.map +1 -1
  61. package/dist/injector/types.d.ts +112 -21
  62. package/dist/keyframes/index.js +1 -1
  63. package/dist/parser/classify.js +4 -5
  64. package/dist/parser/classify.js.map +1 -1
  65. package/dist/parser/const.js +30 -3
  66. package/dist/parser/const.js.map +1 -1
  67. package/dist/parser/lru.js +1 -1
  68. package/dist/parser/lru.js.map +1 -1
  69. package/dist/parser/parser.js +1 -2
  70. package/dist/parser/parser.js.map +1 -1
  71. package/dist/parser/tokenizer.js +1 -1
  72. package/dist/parser/tokenizer.js.map +1 -1
  73. package/dist/parser/types.js +1 -1
  74. package/dist/parser/types.js.map +1 -1
  75. package/dist/pipeline/conditions.js +1 -1
  76. package/dist/pipeline/conditions.js.map +1 -1
  77. package/dist/pipeline/exclusive.js +58 -4
  78. package/dist/pipeline/exclusive.js.map +1 -1
  79. package/dist/pipeline/index.d.ts +2 -0
  80. package/dist/pipeline/index.js +60 -22
  81. package/dist/pipeline/index.js.map +1 -1
  82. package/dist/pipeline/materialize.js +57 -5
  83. package/dist/pipeline/materialize.js.map +1 -1
  84. package/dist/pipeline/parseStateKey.js +5 -6
  85. package/dist/pipeline/parseStateKey.js.map +1 -1
  86. package/dist/pipeline/simplify.js +181 -7
  87. package/dist/pipeline/simplify.js.map +1 -1
  88. package/dist/pipeline/warnings.js +1 -1
  89. package/dist/plugins/index.d.ts +2 -0
  90. package/dist/plugins/okhsl-plugin.js +1 -2
  91. package/dist/plugins/okhsl-plugin.js.map +1 -1
  92. package/dist/plugins/types.d.ts +12 -1
  93. package/dist/properties/index.js +2 -3
  94. package/dist/properties/index.js.map +1 -1
  95. package/dist/properties/property-type-resolver.js +1 -2
  96. package/dist/properties/property-type-resolver.js.map +1 -1
  97. package/dist/rsc-cache.js +79 -0
  98. package/dist/rsc-cache.js.map +1 -0
  99. package/dist/ssr/astro-client.d.ts +1 -0
  100. package/dist/ssr/astro-client.js +19 -0
  101. package/dist/ssr/astro-client.js.map +1 -0
  102. package/dist/ssr/astro-middleware.d.ts +15 -0
  103. package/dist/ssr/astro-middleware.js +19 -0
  104. package/dist/ssr/astro-middleware.js.map +1 -0
  105. package/dist/ssr/astro.d.ts +89 -10
  106. package/dist/ssr/astro.js +113 -29
  107. package/dist/ssr/astro.js.map +1 -1
  108. package/dist/ssr/async-storage.js +15 -6
  109. package/dist/ssr/async-storage.js.map +1 -1
  110. package/dist/ssr/collect-auto-properties.js +29 -11
  111. package/dist/ssr/collect-auto-properties.js.map +1 -1
  112. package/dist/ssr/collector.d.ts +26 -13
  113. package/dist/ssr/collector.js +84 -32
  114. package/dist/ssr/collector.js.map +1 -1
  115. package/dist/ssr/context.js +4 -2
  116. package/dist/ssr/context.js.map +1 -1
  117. package/dist/ssr/format-global-rules.js +1 -1
  118. package/dist/ssr/format-keyframes.js +1 -2
  119. package/dist/ssr/format-keyframes.js.map +1 -1
  120. package/dist/ssr/format-property.js +1 -2
  121. package/dist/ssr/format-property.js.map +1 -1
  122. package/dist/ssr/format-rules.js +8 -5
  123. package/dist/ssr/format-rules.js.map +1 -1
  124. package/dist/ssr/hydrate.d.ts +20 -13
  125. package/dist/ssr/hydrate.js +25 -30
  126. package/dist/ssr/hydrate.js.map +1 -1
  127. package/dist/ssr/index.d.ts +3 -4
  128. package/dist/ssr/index.js +5 -7
  129. package/dist/ssr/index.js.map +1 -1
  130. package/dist/ssr/next.d.ts +6 -5
  131. package/dist/ssr/next.js +14 -10
  132. package/dist/ssr/next.js.map +1 -1
  133. package/dist/ssr/ssr-collector-ref.js +20 -3
  134. package/dist/ssr/ssr-collector-ref.js.map +1 -1
  135. package/dist/states/index.js +3 -2
  136. package/dist/states/index.js.map +1 -1
  137. package/dist/static/index.js +1 -2
  138. package/dist/static/inject.d.ts +5 -0
  139. package/dist/static/inject.js +17 -0
  140. package/dist/static/inject.js.map +1 -0
  141. package/dist/static/tastyStatic.js +1 -2
  142. package/dist/static/tastyStatic.js.map +1 -1
  143. package/dist/static/types.js +1 -1
  144. package/dist/styles/border.d.ts +1 -1
  145. package/dist/styles/border.js +30 -24
  146. package/dist/styles/border.js.map +1 -1
  147. package/dist/styles/color.d.ts +1 -1
  148. package/dist/styles/color.js +2 -3
  149. package/dist/styles/color.js.map +1 -1
  150. package/dist/styles/const.js +17 -0
  151. package/dist/styles/const.js.map +1 -0
  152. package/dist/styles/createStyle.js +4 -5
  153. package/dist/styles/createStyle.js.map +1 -1
  154. package/dist/styles/dimension.js +15 -3
  155. package/dist/styles/dimension.js.map +1 -1
  156. package/dist/styles/directional.js +133 -0
  157. package/dist/styles/directional.js.map +1 -0
  158. package/dist/styles/display.d.ts +3 -10
  159. package/dist/styles/display.js +45 -39
  160. package/dist/styles/display.js.map +1 -1
  161. package/dist/styles/fade.d.ts +1 -1
  162. package/dist/styles/fade.js +9 -5
  163. package/dist/styles/fade.js.map +1 -1
  164. package/dist/styles/fill.d.ts +2 -2
  165. package/dist/styles/fill.js +3 -4
  166. package/dist/styles/fill.js.map +1 -1
  167. package/dist/styles/flow.js +1 -1
  168. package/dist/styles/gap.d.ts +1 -1
  169. package/dist/styles/gap.js +4 -3
  170. package/dist/styles/gap.js.map +1 -1
  171. package/dist/styles/height.d.ts +1 -1
  172. package/dist/styles/height.js +1 -2
  173. package/dist/styles/height.js.map +1 -1
  174. package/dist/styles/index.d.ts +0 -1
  175. package/dist/styles/index.js +3 -4
  176. package/dist/styles/index.js.map +1 -1
  177. package/dist/styles/inset.d.ts +1 -29
  178. package/dist/styles/inset.js +19 -135
  179. package/dist/styles/inset.js.map +1 -1
  180. package/dist/styles/list.d.ts +5 -5
  181. package/dist/styles/list.js +4 -2
  182. package/dist/styles/list.js.map +1 -1
  183. package/dist/styles/margin.d.ts +1 -1
  184. package/dist/styles/margin.js +17 -89
  185. package/dist/styles/margin.js.map +1 -1
  186. package/dist/styles/outline.d.ts +1 -1
  187. package/dist/styles/outline.js +6 -16
  188. package/dist/styles/outline.js.map +1 -1
  189. package/dist/styles/padding.d.ts +1 -1
  190. package/dist/styles/padding.js +17 -89
  191. package/dist/styles/padding.js.map +1 -1
  192. package/dist/styles/placement.d.ts +37 -0
  193. package/dist/styles/placement.js +74 -0
  194. package/dist/styles/placement.js.map +1 -0
  195. package/dist/styles/predefined.d.ts +4 -4
  196. package/dist/styles/predefined.js +9 -10
  197. package/dist/styles/predefined.js.map +1 -1
  198. package/dist/styles/preset.d.ts +6 -1
  199. package/dist/styles/preset.js +54 -53
  200. package/dist/styles/preset.js.map +1 -1
  201. package/dist/styles/radius.d.ts +1 -3
  202. package/dist/styles/radius.js +38 -6
  203. package/dist/styles/radius.js.map +1 -1
  204. package/dist/styles/scrollMargin.d.ts +24 -0
  205. package/dist/styles/scrollMargin.js +32 -0
  206. package/dist/styles/scrollMargin.js.map +1 -0
  207. package/dist/styles/scrollbar.d.ts +1 -1
  208. package/dist/styles/scrollbar.js +8 -5
  209. package/dist/styles/scrollbar.js.map +1 -1
  210. package/dist/styles/shadow.d.ts +1 -1
  211. package/dist/styles/shadow.js +4 -3
  212. package/dist/styles/shadow.js.map +1 -1
  213. package/dist/styles/shared.js +17 -0
  214. package/dist/styles/shared.js.map +1 -0
  215. package/dist/styles/transition.d.ts +1 -1
  216. package/dist/styles/transition.js +5 -4
  217. package/dist/styles/transition.js.map +1 -1
  218. package/dist/styles/types.d.ts +70 -14
  219. package/dist/styles/width.d.ts +1 -1
  220. package/dist/styles/width.js +1 -2
  221. package/dist/styles/width.js.map +1 -1
  222. package/dist/tasty.d.ts +46 -893
  223. package/dist/tasty.js +96 -67
  224. package/dist/tasty.js.map +1 -1
  225. package/dist/utils/cache-wrapper.js +1 -2
  226. package/dist/utils/cache-wrapper.js.map +1 -1
  227. package/dist/utils/case-converter.js +1 -1
  228. package/dist/utils/color-math.d.ts +2 -1
  229. package/dist/utils/color-math.js +41 -9
  230. package/dist/utils/color-math.js.map +1 -1
  231. package/dist/utils/color-space.js +79 -37
  232. package/dist/utils/color-space.js.map +1 -1
  233. package/dist/utils/colors.js +1 -2
  234. package/dist/utils/colors.js.map +1 -1
  235. package/dist/utils/deps-equal.js +15 -0
  236. package/dist/utils/deps-equal.js.map +1 -0
  237. package/dist/utils/dotize.js +1 -1
  238. package/dist/utils/dotize.js.map +1 -1
  239. package/dist/utils/filter-base-props.d.ts +1 -1
  240. package/dist/utils/filter-base-props.js +1 -1
  241. package/dist/utils/filter-base-props.js.map +1 -1
  242. package/dist/utils/get-display-name.js +1 -1
  243. package/dist/utils/has-keys.js +1 -1
  244. package/dist/utils/hash.js +14 -0
  245. package/dist/utils/hash.js.map +1 -0
  246. package/dist/utils/is-dev-env.js +1 -1
  247. package/dist/utils/is-dev-env.js.map +1 -1
  248. package/dist/utils/is-valid-element-type.js +1 -1
  249. package/dist/utils/merge-styles.js +1 -2
  250. package/dist/utils/merge-styles.js.map +1 -1
  251. package/dist/utils/mod-attrs.d.ts +0 -2
  252. package/dist/utils/mod-attrs.js +2 -3
  253. package/dist/utils/mod-attrs.js.map +1 -1
  254. package/dist/utils/process-tokens.d.ts +1 -5
  255. package/dist/utils/process-tokens.js +4 -12
  256. package/dist/utils/process-tokens.js.map +1 -1
  257. package/dist/utils/resolve-recipes.js +1 -2
  258. package/dist/utils/resolve-recipes.js.map +1 -1
  259. package/dist/utils/selector-transform.js +1 -1
  260. package/dist/utils/string.js +1 -1
  261. package/dist/utils/styles.d.ts +2 -4
  262. package/dist/utils/styles.js +5 -8
  263. package/dist/utils/styles.js.map +1 -1
  264. package/dist/utils/typography.d.ts +21 -10
  265. package/dist/utils/typography.js +10 -2
  266. package/dist/utils/typography.js.map +1 -1
  267. package/dist/utils/warnings.js +1 -1
  268. package/dist/zero/babel.d.ts +27 -101
  269. package/dist/zero/babel.js +164 -48
  270. package/dist/zero/babel.js.map +1 -1
  271. package/dist/zero/css-writer.js +1 -2
  272. package/dist/zero/css-writer.js.map +1 -1
  273. package/dist/zero/extractor.js +54 -3
  274. package/dist/zero/extractor.js.map +1 -1
  275. package/dist/zero/index.js +1 -2
  276. package/dist/zero/next.d.ts +12 -0
  277. package/dist/zero/next.js +5 -4
  278. package/dist/zero/next.js.map +1 -1
  279. package/docs/README.md +31 -0
  280. package/docs/adoption.md +21 -9
  281. package/docs/comparison.md +39 -33
  282. package/docs/configuration.md +134 -3
  283. package/docs/debug.md +155 -340
  284. package/docs/design-system.md +48 -13
  285. package/docs/dsl.md +158 -10
  286. package/docs/getting-started.md +33 -17
  287. package/docs/injector.md +43 -27
  288. package/docs/methodology.md +122 -7
  289. package/docs/{PIPELINE.md → pipeline.md} +2 -2
  290. package/docs/react-api.md +557 -0
  291. package/docs/ssr.md +143 -83
  292. package/docs/styles.md +45 -23
  293. package/docs/tasty-static.md +116 -4
  294. package/package.json +22 -10
  295. package/dist/ssr/context.d.ts +0 -8
  296. package/dist/styles/align.d.ts +0 -15
  297. package/dist/styles/align.js +0 -14
  298. package/dist/styles/align.js.map +0 -1
  299. package/dist/styles/justify.d.ts +0 -15
  300. package/dist/styles/justify.js +0 -14
  301. package/dist/styles/justify.js.map +0 -1
  302. package/docs/runtime.md +0 -291
package/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
  <h1 align="center">Tasty</h1>
6
6
 
7
7
  <p align="center">
8
- <strong>The styling engine built for design systems.</strong><br>
9
- Deterministic CSS generation. State-aware DSL. Zero specificity conflicts. Ever.
8
+ <strong>Deterministic styling for stateful component systems.</strong><br>
9
+ A design-system styling engine that compiles component states into mutually exclusive selectors.
10
10
  </p>
11
11
 
12
12
  <p align="center">
@@ -17,23 +17,41 @@
17
17
 
18
18
  ---
19
19
 
20
- Most CSS-in-JS libraries emit rules that compete through cascade and specificity. Tasty emits **mutually exclusive CSS selectors** — for any component state combination, exactly one selector matches each property at a time. No cascade conflicts, no specificity wars, no `!important` escapes. Components compose and extend without breaking each other.
20
+ Tasty is a styling engine for design systems that generates deterministic CSS for stateful components.
21
21
 
22
- That guarantee unlocks a concise, CSS-like DSL where design tokens, custom units, responsive states, container queries, sub-element styling, and theming all compose without surprises — one coherent system that scales from a single component to an enterprise design system.
22
+ It compiles state maps into **mutually exclusive selectors**, so for a given property and component state, one branch wins by construction instead of competing through cascade and specificity.
23
+
24
+ That is the core guarantee: component styling resolves from declared state logic, not from source-order accidents or specificity fights.
25
+
26
+ Tasty fits best when you are building a design system or component library with intersecting states, variants, tokens, sub-elements, responsive rules, and extension semantics that need to stay predictable over time.
27
+
28
+ On top of that foundation, Tasty gives teams a governed styling model: a CSS-like DSL, tokens, recipes, typed style props, sub-elements, and multiple rendering modes.
29
+
30
+ - **New here?** Start with [Comparison](docs/comparison.md) if you are evaluating fit.
31
+ - **Adopting Tasty?** Read the [Adoption Guide](docs/adoption.md).
32
+ - **Want the mechanism first?** Jump to [How It Actually Works](#how-it-actually-works).
33
+ - **Ready to build?** Go to [Getting Started](docs/getting-started.md).
23
34
 
24
35
  ## Why Tasty
25
36
 
26
- - **Deterministic at any scale** — Exclusive selector generation eliminates the entire class of cascade/specificity bugs. Every state combination resolves to exactly one CSS rule per property. Refactor freely. See [How It Actually Works](#how-it-actually-works).
27
- - **AI-friendly by design** — Style definitions are declarative, self-contained, and structurally consistent. AI tools can read, understand, and refactor even advanced state bindings as confidently as a human — because there's no hidden cascade logic or implicit ordering to second-guess.
28
- - **DSL that feels like CSS** Property names you already know (`padding`, `color`, `display`) with syntax sugar that removes boilerplate. Learn the DSL in minutes, not days. See [Style Properties](docs/styles.md).
29
- - **CSS properties as normal component props** — `styleProps` lets you expose selected styles as typed React props. Use `<Button placeSelf="end">` or `<Space flow="row" gap="2x">` without extra wrappers, utility classes, or `styles` overrides. The same props also accept state maps, so responsive values work with the same API. See [CSS properties as props](#css-properties-as-props).
30
- - **Design-system native** — Color tokens (`#primary`), spacing units (`2x`), typography presets (`h1`, `t2`), border radius (`1r`), and recipes are first-class primitives, not afterthoughts. See [Configuration](docs/configuration.md).
31
- - **Near-complete modern CSS coverage** — Media queries, container queries, `@supports`, `:has()`, `@starting-style`, `@property`, `@keyframes`, etc. Some features that don't fit Tasty's component model (such as `@layer` and `!important`) are intentionally omitted, but real-world use cases are covered almost completely.
32
- - **Runtime, zero-runtime, or SSR — your call** — Use `tasty()` for dynamic React components with runtime injection, `tastyStatic()` with the Babel plugin for zero-runtime CSS extraction, or enable SSR with zero-cost client hydration for Next.js, Astro, or any React framework (experimental). Same DSL, same tokens, same output.
33
- - **Only generate what is used** — In runtime mode, Tasty injects CSS on demand for mounted components/variants, so your app avoids shipping style rules for UI states that are never rendered.
34
- - **Runtime performance that holds at scale** — The runtime path is tested against enterprise-scale applications and tuned with multi-level caching, chunk-level style reuse, style garbage collection, and a dedicated injector.
35
- - **Composable and extensible by design** — Extend any component's styles with proper merge semantics, and evolve built-in behavior through configuration and plugins.
36
- - **TypeScript-first** — Full type definitions, module augmentation for custom properties, and autocomplete for tokens, presets, and themes. See [Configuration](docs/configuration.md).
37
+ - **Deterministic composition, not cascade fights** — Stateful styles resolve from the state map you declared, not from selector competition. See [How It Actually Works](#how-it-actually-works).
38
+ - **Built for design-system teams** — Best fit for reusable component systems with complex state interactions.
39
+ - **A governed styling model, not just syntax sugar** Design-system authors define the styling language product teams consume.
40
+ - **DSL that still feels like CSS** — Familiar property names, less selector boilerplate. Start with the [Style DSL](docs/dsl.md), then use [Style Properties](docs/styles.md) as the handler reference.
41
+
42
+ ### Supporting capabilities
43
+
44
+ - **Typed style props and mod props** — `styleProps` exposes selected CSS properties as typed React props (`<Space flow="row" gap="2x">`); `modProps` does the same for modifier keys (`<Button isLoading size="large">`). Both support state maps and full TypeScript autocomplete. See [Style Props](#style-props) and [Mod Props](#mod-props).
45
+ - **Server-compatible by default, zero client JS in server-only contexts** — All `tasty()` components and style functions are hook-free. In server-only rendering (Next.js RSC, Astro without islands, SSG), they produce zero client JavaScript with the full feature set. Add SSR integration only when your app also has client-side hydration. Use `tastyStatic()` only when you need build-time extraction without React.
46
+ - **Broad modern CSS coverage** — Media queries, container queries, `@supports`, `:has()`, `@starting-style`, `@property`, `@keyframes`, and more. Features that do not fit the component model (such as `@layer` and `!important`) are intentionally left out.
47
+ - **Performance and caching** — Runtime mode injects CSS on demand, reuses chunks aggressively, and relies on multi-level caching so large component systems stay practical.
48
+ - **TypeScript-first and AI-friendly** — Style definitions are declarative, structurally consistent, and fully typed, which helps both humans and tooling understand advanced stateful styles without hidden cascade logic.
49
+
50
+ ## Why It Exists
51
+
52
+ Modern component styling becomes fragile when multiple selectors can still win for the same property. Hover, disabled, theme, breakpoint, parent state, and root state rules start competing through specificity and source order.
53
+
54
+ Tasty replaces that competition with explicit state-map resolution. Each property compiles into mutually exclusive branches, so component styling stays deterministic as systems grow. For the full mechanism, jump to [How It Actually Works](#how-it-actually-works).
37
55
 
38
56
  ## Installation
39
57
 
@@ -41,6 +59,30 @@ That guarantee unlocks a concise, CSS-like DSL where design tokens, custom units
41
59
  pnpm add @tenphi/tasty
42
60
  ```
43
61
 
62
+ Requirements:
63
+
64
+ - Node.js 20+
65
+ - React 18+ (peer dependency for the React entry points)
66
+ - `pnpm`, `npm`, or `yarn`
67
+
68
+ Other package managers:
69
+
70
+ ```bash
71
+ npm add @tenphi/tasty
72
+ yarn add @tenphi/tasty
73
+ ```
74
+
75
+ ## Start Here
76
+
77
+ For the fuller docs map beyond the quick routes above, start here:
78
+
79
+ - **[Comparison](docs/comparison.md)** — read this first if you are evaluating whether Tasty fits your team's styling model
80
+ - **[Adoption Guide](docs/adoption.md)** — understand who Tasty is for, where it fits, and how to introduce it incrementally
81
+ - **[Getting Started](docs/getting-started.md)** — the canonical onboarding path: install, first component, optional shared `configure()`, ESLint, editor tooling, and rendering mode selection
82
+ - **[Style rendering pipeline](docs/pipeline.md)** — see the selector model behind deterministic style resolution
83
+ - **[Docs Hub](docs/README.md)** — choose docs by role and task: runtime, zero-runtime, runtime SSR integration, design-system authoring, internals, and debugging
84
+ - **[Methodology](docs/methodology.md)** — the recommended component model and public API conventions for design-system code
85
+
44
86
  ## Quick Start
45
87
 
46
88
  ### Create a styled component
@@ -53,11 +95,12 @@ const Card = tasty({
53
95
  styles: {
54
96
  display: 'flex',
55
97
  flow: 'column',
56
- padding: '4x',
57
- gap: '2x',
58
- fill: '#surface',
59
- border: '#border bottom',
60
- radius: '1r',
98
+ padding: '24px',
99
+ gap: '12px',
100
+ fill: 'white',
101
+ color: '#222',
102
+ border: '1px solid #ddd',
103
+ radius: '12px',
61
104
  },
62
105
  });
63
106
 
@@ -65,7 +108,11 @@ const Card = tasty({
65
108
  <Card>Hello World</Card>
66
109
  ```
67
110
 
68
- Every value maps to CSS you'd recognize but with tokens and units that keep your design system consistent by default.
111
+ Every value maps to CSS you'd recognize. This example is intentionally a simple first contact, not a tour of the whole DSL.
112
+
113
+ When you want a more design-system-shaped authoring model, Tasty also supports built-in units, tokens, recipes, state aliases, and color values such as `okhsl(...)` without extra runtime libraries.
114
+
115
+ Use `configure()` when you want to define shared tokens, state aliases, recipes, or other conventions for your app or design system. For a fuller onboarding path, follow [Getting Started](docs/getting-started.md).
69
116
 
70
117
  ### Add state-driven styles
71
118
 
@@ -112,7 +159,7 @@ const DangerButton = tasty(Button, {
112
159
 
113
160
  Child styles merge with parent styles intelligently — state maps can extend or replace parent states per-property.
114
161
 
115
- ### Configure once, use everywhere
162
+ ### Optional: configure shared conventions
116
163
 
117
164
  ```tsx
118
165
  import { configure } from '@tenphi/tasty';
@@ -129,68 +176,39 @@ configure({
129
176
  });
130
177
  ```
131
178
 
132
- Predefined states turn complex selector logic into single tokens. Use `@mobile` instead of writing media query expressions in every component.
133
-
134
- ### CSS properties as props
135
-
136
- With `styleProps`, a component can expose the styles you choose as normal typed props. That means you can adjust layout, spacing, alignment, or positioning right where the component is used, instead of introducing wrapper elements or reaching for a separate styling API.
137
-
138
- This is especially good for prototyping and fast UI iteration: you can shape interfaces quickly, while still staying inside a typed, design-system-aware component API that scales to production.
139
-
140
- ```tsx
141
- import { tasty, FLOW_STYLES, POSITION_STYLES } from '@tenphi/tasty';
142
-
143
- const Space = tasty({
144
- styles: {
145
- display: 'flex',
146
- flow: 'column',
147
- gap: '1x',
148
- },
149
- styleProps: FLOW_STYLES,
150
- });
179
+ Use `configure()` once when your app or design system needs shared aliases, tokens, recipes, or parser extensions. Predefined states turn complex selector logic into single tokens, so teams can write `@mobile` instead of repeating media query expressions in every component.
151
180
 
152
- const Button = tasty({
153
- as: 'button',
154
- styles: {
155
- padding: '1.5x 3x',
156
- fill: '#primary',
157
- color: '#primary-text',
158
- radius: true,
159
- },
160
- styleProps: POSITION_STYLES,
161
- });
162
- ```
181
+ ### Props as the public API
163
182
 
164
- Now you can compose layout and tweak component positioning directly in JSX:
183
+ `styleProps` exposes selected CSS properties as typed React props, and `modProps` does the same for modifier keys. Together they let design systems define a governed, typed component API without wrapper elements or `styles` overrides:
165
184
 
166
185
  ```tsx
167
186
  <Space flow="row" gap="2x" placeItems="center">
168
- <Title>Dashboard</Title>
169
- <Button placeSelf="end">Add Item</Button>
187
+ <Button isLoading size="large" placeSelf="end">Submit</Button>
170
188
  </Space>
171
189
  ```
172
190
 
173
- The same props also support state maps, so responsive values use the exact same API:
191
+ See [Style Props](#style-props) and [Mod Props](#mod-props) below, or the full reference in [React API](docs/react-api.md#style-props).
174
192
 
175
- ```tsx
176
- <Space
177
- flow={{ '': 'column', '@tablet': 'row' }}
178
- gap={{ '': '2x', '@tablet': '4x' }}
179
- >
180
- <Sidebar />
181
- <Content />
182
- </Space>
183
- ```
193
+ ## Choose a Styling Approach
194
+
195
+ Once you understand the component model, pick the rendering mode that matches your app.
196
+
197
+ | Approach | Entry point | Best for | Trade-off |
198
+ |----------|-------------|----------|-----------|
199
+ | **Runtime (default)** | `tasty()` from `@tenphi/tasty` | All React apps — server-rendered by default, zero client JS until you need interactivity | Full feature set; CSS computed during React rendering (server or client) |
200
+ | **Runtime + SSR integration** | Add `@tenphi/tasty/ssr/*` | Apps with client-side hydration (Next.js client components, Astro islands) | Adds CSS deduplication, FOUC prevention, and client cache hydration |
201
+ | **Zero-runtime** | `tastyStatic()` from `@tenphi/tasty/static` | Non-React frameworks or when you need build-time extraction without React | Requires the Babel plugin; no component-level `styleProps` or runtime-only APIs |
184
202
 
185
- Layout components can expose flow props. Buttons can expose positioning props. Each component can offer only the style props that make sense for its role, while still keeping tokens, custom units, and state maps fully typed. This works in runtime `tasty()` components, not in `tastyStatic()`.
203
+ All `tasty()` components are hook-free and work as React Server Components. In server-only contexts Next.js RSC without `'use client'`, Astro without `client:*` directives, and other SSG setups — they produce the same end result as `tastyStatic()` (static HTML + CSS, zero client JavaScript) but with the full feature set including `styleProps`, sub-elements, and variants. SSR integration is only needed when your app also has client-side rendering. See [Getting Started](docs/getting-started.md#choosing-a-rendering-mode), [Zero Runtime](docs/tasty-static.md), and [Server-Side Rendering](docs/ssr.md).
186
204
 
187
205
  ## How It Actually Works
188
206
 
189
207
  This is the core idea that makes everything else possible.
190
208
 
191
- For the end-to-end architecture — parsing state keys, building exclusive conditions, merging by output, and materializing selectors and at-rules — see **[Style rendering pipeline](docs/PIPELINE.md)**.
209
+ For the end-to-end architecture — parsing state keys, building exclusive conditions, merging by output, and materializing selectors and at-rules — see **[Style rendering pipeline](docs/pipeline.md)**.
192
210
 
193
- Traditional CSS has two structural problems.
211
+ ### The structural problem with normal CSS
194
212
 
195
213
  First, the **cascade** resolves conflicts by specificity and source order: when multiple selectors match, the one with the highest specificity wins, or — if specificity is equal — the last one in source order wins. That makes styles inherently fragile. Reordering imports, adding a media query, or composing components from different libraries can silently break styling.
196
214
 
@@ -203,7 +221,11 @@ A small example makes this tangible. Two rules for a button's background:
203
221
 
204
222
  Both selectors have specificity `(0, 1, 1)`. When the button is hovered **and** disabled, both match — and the last rule in source order wins. Swap the two lines and a hovered disabled button silently turns blue instead of gray. This class of bug is invisible in code review because the logic is correct; only the ordering is wrong.
205
223
 
206
- Second, **authoring selectors that capture real-world state logic is fundamentally hard.** A single state like "dark mode" may depend on a root attribute, an OS preference, or both — each branch needing its own selector, proper negation of competing branches, and correct `@media` nesting. The example below shows the CSS you'd write by hand for just *one* property with *one* state. Scale that across dozens of properties, then add breakpoints and container queries, and the selector logic quickly becomes unmanageable.
224
+ ### Why real state logic is hard to author by hand
225
+
226
+ Authoring selectors that capture real-world state logic is fundamentally hard. A single state like "dark mode" may depend on a root attribute, an OS preference, or both — each branch needing its own selector, proper negation of competing branches, and correct `@media` nesting. The example below shows the CSS you'd write by hand for just *one* property with *one* state. Scale that across dozens of properties, then add breakpoints and container queries, and the selector logic quickly becomes unmanageable.
227
+
228
+ ### What Tasty generates instead
207
229
 
208
230
  Tasty solves both problems at once: **every state mapping compiles into mutually exclusive selectors.**
209
231
 
@@ -248,8 +270,6 @@ Better — but the bare `.t0` default still matches unconditionally. It matches
248
270
 
249
271
  This is just *one* property with *one* state, and getting it right already takes multiple iterations. The correct selectors require negating every other branch — which is exactly what Tasty generates automatically:
250
272
 
251
- Tasty generates the correct version automatically:
252
-
253
273
  ```css
254
274
  /* Branch 1: Explicit dark schema */
255
275
  :root[data-schema="dark"] .t0.t0 {
@@ -276,14 +296,18 @@ Tasty generates the correct version automatically:
276
296
  }
277
297
  ```
278
298
 
299
+ ### What guarantee that gives you
300
+
279
301
  Every rule is guarded by the negation of higher-priority rules. No two rules can match at the same time. No specificity arithmetic. No source-order dependence. Components compose and extend without collisions.
280
302
 
281
- By absorbing selector complexity, Tasty makes advanced CSS patterns practical again — nested container queries, multi-condition `@supports` gates, and combined root-state/media branches. You stay in pure CSS instead of relying on JavaScript workarounds, so the browser can optimize layout, painting, and transitions natively. Tasty doesn't limit CSS; it unlocks its full potential by removing the complexity that held teams back.
303
+ By absorbing selector complexity, Tasty makes advanced CSS patterns practical again — nested container queries, multi-condition `@supports` gates, and combined root-state/media branches. You stay in pure CSS instead of relying on JavaScript workarounds, so the browser can optimize layout, painting, and transitions natively. Tasty keeps the solution in CSS while removing much of the selector bookkeeping that is hard to maintain by hand.
282
304
 
283
- [Try it in the Tasty Playground →](https://cube-ui-kit.vercel.app/?path=/story/getting-started-tasty-playground--playground)
305
+ [Try it in the playground →](https://tasty.style/playground)
284
306
 
285
307
  ## Capabilities
286
308
 
309
+ This section is a quick product tour. For the canonical guides and references, start from the [Docs Hub](docs/README.md).
310
+
287
311
  ### Design Tokens and Custom Units
288
312
 
289
313
  Tokens are first-class. Colors use `#name` syntax. Spacing, radius, and border width use multiplier units tied to CSS custom properties:
@@ -319,12 +343,12 @@ Every style property accepts a state mapping object. Keys can be combined with b
319
343
  | Class selector (supported) | `.is-active` | `.is-active` |
320
344
  | Media query | `@media(w < 768px)` | `@media (width < 768px)` |
321
345
  | Container query | `@(panel, w >= 300px)` | `@container panel (width >= 300px)` |
322
- | Root state | `@root(theme=dark)` | `:root[data-theme="dark"]` |
346
+ | Root state | `@root(schema=dark)` | `:root[data-schema="dark"]` |
323
347
  | Parent state | `@parent(theme=danger)` | `:is([data-theme="danger"] *)` |
324
348
  | Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
325
349
  | Entry animation | `@starting` | `@starting-style` |
326
350
 
327
- Combine with `&` (AND), `|` (OR), `!` (NOT):
351
+ Combine with `&` (AND), `|` (OR), `!` (NOT), `^` (XOR):
328
352
 
329
353
  ```tsx
330
354
  fill: {
@@ -336,232 +360,109 @@ fill: {
336
360
 
337
361
  ### Sub-Element Styling
338
362
 
339
- Style inner elements from the parent component definition. No extra components, no CSS leakage:
363
+ Compound components can style inner parts from the parent definition with capitalized keys in `styles` and optional `elements` declarations, producing typed sub-components like `<Card.Title />` instead of separate wrapper components or ad hoc class naming.
340
364
 
341
- ```tsx
342
- const Card = tasty({
343
- styles: {
344
- padding: '4x',
345
- Title: { preset: 'h3', color: '#primary' },
346
- Content: { color: '#text', preset: 't2' },
347
- },
348
- elements: { Title: 'h2', Content: 'div' },
349
- });
365
+ Sub-elements share the root state context by default, so keys like `:hover`, modifiers, root states, and media queries resolve as one coordinated styling block. Use `@own(...)` when a sub-element should react to its own state, and use the `$` selector affix when you need precise descendant targeting.
350
366
 
351
- <Card>
352
- <Card.Title>Heading</Card.Title>
353
- <Card.Content>Body text</Card.Content>
354
- </Card>
355
- ```
367
+ See [React API - Sub-element Styling](docs/react-api.md#sub-element-styling), [Style DSL - Advanced States](docs/dsl.md#advanced-states--prefix), and [Methodology](docs/methodology.md#component-architecture-root--sub-elements).
356
368
 
357
- Sub-elements use `data-element` attributes — no extra class names, no naming conventions.
369
+ ### Style Props
358
370
 
359
- By default, sub-elements participate in the same state context as the root component. That means mappings like `:hover`, `theme=danger`, `[role="button"]`, and other keys are evaluated as one unified block, which keeps styling logic predictable across the whole markup tree.
360
-
361
- Use `@own(...)` when a sub-element should react to its own state instead of the root state context.
362
-
363
- Class selectors are also supported, but modifiers/pseudo-classes are usually the better default in design-system code.
364
-
365
- Use the sub-element selector `$` when you need precise descendant targeting to avoid leakage in deeply nested component trees.
366
-
367
- ### Variants
368
-
369
- Variants are designed to keep single-component CSS lean. Instead of generating dozens of static button classes up front, define all versions once and let runtime usage decide what CSS is actually emitted.
370
-
371
- ```tsx
372
- const Button = tasty({
373
- styles: { padding: '2x 4x', radius: '1r' },
374
- variants: {
375
- default: { fill: '#primary', color: '#on-primary' },
376
- danger: { fill: '#danger', color: '#on-danger' },
377
- outline: { fill: 'transparent', border: '1bw solid #primary' },
378
- },
379
- });
380
-
381
- <Button variant="danger">Delete</Button>
382
- ```
383
-
384
- ### Recipes
385
-
386
- Recipes are predefined style sets that work like composable styling classes for Tasty. They can be pre-applied or post-applied to current styles, which lets you add reusable state logic while still allowing local style overrides.
371
+ `styleProps` exposes selected CSS properties as typed React props. Components control which properties to open up; consumers get layout and composition knobs without `styles` overrides. Supports state maps for responsive values.
387
372
 
388
373
  ```tsx
389
- configure({
390
- recipes: {
391
- card: { padding: '4x', fill: '#surface', radius: '1r', border: true },
392
- elevated: { shadow: '0 2x 4x #shadow' },
393
- },
374
+ const Space = tasty({
375
+ styles: { display: 'flex', flow: 'column', gap: '1x' },
376
+ styleProps: FLOW_STYLES,
394
377
  });
395
378
 
396
- const ProfileCard = tasty({
397
- styles: {
398
- recipe: 'card elevated',
399
- color: '#text',
400
- },
401
- });
379
+ <Space flow="row" gap={{ '': '2x', '@tablet': '4x' }}>
402
380
  ```
403
381
 
404
- Use `/` to post-apply recipes after local styles when you need recipe states/styles to win the final merge order. Use `none` to skip base recipes: `recipe: 'none / disabled'`.
382
+ See [React API - Style Props](docs/react-api.md#style-props) and [Methodology - styleProps](docs/methodology.md#styleprops-as-the-public-api).
405
383
 
406
- ### Auto-Inferred `@property`
384
+ ### Mod Props
407
385
 
408
- CSS custom properties do not animate smoothly by default because the browser does not know how to interpolate their values. The [`@property`](https://developer.mozilla.org/en-US/docs/Web/CSS/@property) at-rule fixes that by declaring a property's syntax, such as `<number>` or `<color>`.
409
-
410
- In Tasty, you usually do not need to declare `@property` manually. When a custom property is assigned a concrete value, Tasty infers the syntax and registers the matching `@property` for you:
386
+ `modProps` exposes modifier keys as typed React props the modifier equivalent of `styleProps`. Accepts an array of key names or an object with type descriptors (`Boolean`, `String`, `Number`, or enum arrays) for full TypeScript autocomplete.
411
387
 
412
388
  ```tsx
413
- const Pulse = tasty({
389
+ const Button = tasty({
390
+ as: 'button',
391
+ modProps: { isLoading: Boolean, size: ['sm', 'md', 'lg'] as const },
414
392
  styles: {
415
- animation: 'pulse 2s infinite',
416
- transform: 'scale($pulse-scale)',
417
- '@keyframes': {
418
- pulse: {
419
- '0%, 100%': { '$pulse-scale': 1 },
420
- '50%': { '$pulse-scale': 1.05 },
421
- },
422
- },
393
+ fill: { '': '#primary', isLoading: '#primary.5' },
394
+ padding: { '': '2x 4x', 'size=sm': '1x 2x' },
423
395
  },
424
396
  });
397
+
398
+ <Button isLoading size="lg">Submit</Button>
425
399
  ```
426
400
 
427
- Here, `$pulse-scale: 1` is inferred as `<number>`, so Tasty injects `@property --pulse-scale` automatically before using it in the animation. Numeric types (`<number>`, `<length>`, `<percentage>`, `<angle>`, `<time>`) are inferred from values; `<color>` is inferred from the `#name` token convention.
401
+ See [React API - Mod Props](docs/react-api.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
428
402
 
429
- If you prefer full manual control, disable auto-inference globally with `configure({ autoPropertyTypes: false })`.
403
+ ### Variants
430
404
 
431
- ### Explicit `@properties`
405
+ Variants let one component expose named visual versions without pre-generating a separate class for every possible combination. In runtime mode, Tasty emits only the variant CSS that is actually used.
432
406
 
433
- Declare `@properties` yourself only when you need to override the defaults, for example to set `inherits: false` or provide a custom `initialValue`:
407
+ See [React API - Variants](docs/react-api.md#variants).
434
408
 
435
- ```tsx
436
- '@properties': {
437
- '$pulse-scale': { syntax: '<number>', inherits: false, initialValue: 1 },
438
- },
439
- ```
409
+ ### Recipes
440
410
 
441
- ### React Hooks
411
+ Recipes are reusable style bundles defined in `configure({ recipes })` and applied with the `recipe` style property. They are useful when your design system wants shared state logic or visual presets without forcing every component to repeat the same style map.
442
412
 
443
- For cases where you don't need a full component:
413
+ Use `/` to post-apply recipes after local styles when recipe states should win the final merge order, and use `none` to skip base recipes entirely.
444
414
 
445
- ```tsx
446
- import { useStyles, useGlobalStyles, useRawCSS } from '@tenphi/tasty';
415
+ See [Style DSL - Recipes](docs/dsl.md#recipes) and [Configuration - recipes](docs/configuration.md#recipes).
447
416
 
448
- function App() {
449
- const { className } = useStyles({ padding: '2x', fill: '#surface' });
450
- useGlobalStyles('body', { margin: '0' });
451
- useRawCSS('@font-face { font-family: "Custom"; src: url(...); }');
417
+ ### Auto-Inferred `@property`
452
418
 
453
- return <main className={className}>...</main>;
454
- }
455
- ```
419
+ Tasty usually removes the need to hand-author CSS [`@property`](https://developer.mozilla.org/en-US/docs/Web/CSS/@property) rules. When a custom property receives a concrete value, Tasty infers its syntax and registers the matching `@property` automatically, which makes transitions and animations on custom properties work without extra boilerplate.
456
420
 
457
- ### Zero-Runtime Mode
421
+ If you prefer explicit control, disable inference with `configure({ autoPropertyTypes: false })` or declare the properties yourself.
458
422
 
459
- Extract all CSS at build time. Zero JavaScript overhead in production:
423
+ See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
460
424
 
461
- ```tsx
462
- import { tastyStatic } from '@tenphi/tasty/static';
463
-
464
- const card = tastyStatic({
465
- padding: '4x',
466
- fill: '#surface',
467
- radius: '1r',
468
- color: { '': '#text', '@dark': '#text-on-dark' },
469
- });
425
+ ### Explicit `@properties`
470
426
 
471
- // card is a CSS class name string
472
- <div className={card}>Static styles, zero runtime</div>
473
- ```
427
+ Use explicit `@properties` only when you need to override defaults such as `inherits: false` or a custom `initialValue`.
474
428
 
475
- Configure the Babel plugin:
429
+ See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
476
430
 
477
- ```js
478
- module.exports = {
479
- plugins: [
480
- ['@tenphi/tasty/babel-plugin', {
481
- output: 'public/tasty.css',
482
- config: {
483
- states: { '@dark': '@root(theme=dark)' },
484
- },
485
- }],
486
- ],
487
- };
488
- ```
431
+ ### Style Functions
489
432
 
490
- ### `tasty` vs `tastyStatic`
433
+ When you do not need a full component wrapper, use the style functions directly: `useStyles` for local class names, `useGlobalStyles` for selector-scoped global CSS, `useRawCSS` for raw rules, plus `useKeyframes`, `useProperty`, `useFontFace`, and `useCounterStyle` for animation, custom-property, font, and counter-style primitives. All style functions are hook-free and work in React Server Components.
491
434
 
492
- | | `tasty` (runtime) | `tastyStatic` (zero-runtime) |
493
- |---|---|---|
494
- | **Output** | React component | CSS class name |
495
- | **CSS injection** | Runtime `<style>` tags | Build-time extraction |
496
- | **Runtime cost** | Style generation on mount | None |
497
- | **Generated CSS scope** | Only styles/variants used at runtime | All extracted static styles at build time |
498
- | **Dynamic values** | Fully supported | Via CSS custom properties |
499
- | **Sub-elements** | Built-in (`<C.Title>`) | Manual (`data-element`) |
500
- | **Variants** | Built-in (`variants` option) | Separate static styles |
501
- | **Framework** | React | Any (requires Babel) |
502
- | **Best for** | Interactive apps, design systems | Static sites, SSG, landing pages |
435
+ See [React API - Style Functions](docs/react-api.md#style-functions).
503
436
 
504
- Both share the same DSL, tokens, units, state mappings, and recipes.
437
+ ### Zero-Runtime Mode
505
438
 
506
- ### Runtime Performance
439
+ Use `tastyStatic` when you want the same DSL and state model, but with CSS extracted at build time and no styling runtime in the client bundle. It is a strong fit for static sites, landing pages, and other build-time-first setups.
507
440
 
508
- If you choose the runtime approach, performance is usually a non-issue in practice:
441
+ See [Zero Runtime (tastyStatic)](docs/tasty-static.md) and [Getting Started - Choosing a rendering mode](docs/getting-started.md#choosing-a-rendering-mode).
509
442
 
510
- - CSS is generated and injected only when styles are actually used.
511
- - Multi-level caching avoids repeated parsing and style recomputation.
512
- - Styles are split into reusable chunks and applied as multiple class names, so matching chunks can be reused across components instead of re-injected.
513
- - Style normalization guarantees equivalent style input resolves to the same chunks, improving deduplication hit rates.
514
- - A style garbage collector removes unused styles/chunks over time.
515
- - A dedicated style injector minimizes DOM/style-tag overhead.
516
- - This approach is validated in enterprise-scale apps where runtime styling overhead is not noticeable in normal UI flows.
443
+ ### `tasty` vs `tastyStatic`
517
444
 
518
- ### Server-Side Rendering (Experimental)
445
+ `tasty()` returns React components that compute CSS during rendering. In server-only contexts, this produces static HTML + CSS with zero client JavaScript — the same end result as `tastyStatic()` but with the full feature set. `tastyStatic()` returns class names and extracts CSS during the build via a Babel plugin, with no React dependency at runtime. Both share the same DSL, tokens, units, state mappings, and recipes. Use `tasty()` as the default for any React-based setup; use `tastyStatic()` when you need build-time extraction without React.
519
446
 
520
- SSR with zero-cost client hydration. Existing `tasty()` components work unchanged — SSR is opt-in and requires no per-component modifications. Supports Next.js (App Router with streaming), Astro (middleware + islands), and any React-based framework via the core API. Requires React 19+.
447
+ See [Zero Runtime (tastyStatic)](docs/tasty-static.md), [React API](docs/react-api.md), and [Comparison - Build-time vs runtime](docs/comparison.md#build-time-vs-runtime).
521
448
 
522
- **Next.js setup:**
449
+ ### Server-Side Rendering
523
450
 
524
- ```tsx
525
- // app/tasty-registry.tsx
526
- 'use client';
451
+ `tasty()` components already work on the server without any SSR integration — they are hook-free and render as React Server Components by default. In server-only contexts (Next.js RSC, Astro without islands), they produce zero client JavaScript with the full feature set.
527
452
 
528
- import { TastyRegistry } from '@tenphi/tasty/ssr/next';
453
+ SSR integration (`TastyRegistry`, `tastyIntegration`) adds CSS batching, deduplication across component trees, FOUC prevention, and client cache hydration. Use it when your app also has client-side rendering:
529
454
 
530
- export default function TastyStyleRegistry({
531
- children,
532
- }: {
533
- children: React.ReactNode;
534
- }) {
535
- return <TastyRegistry>{children}</TastyRegistry>;
536
- }
537
- ```
538
-
539
- ```tsx
540
- // app/layout.tsx
541
- import TastyStyleRegistry from './tasty-registry';
542
-
543
- export default function RootLayout({
544
- children,
545
- }: {
546
- children: React.ReactNode;
547
- }) {
548
- return (
549
- <html>
550
- <body>
551
- <TastyStyleRegistry>{children}</TastyStyleRegistry>
552
- </body>
553
- </html>
554
- );
555
- }
556
- ```
455
+ - `@tenphi/tasty/ssr/next` for Next.js App Router (mixed server + client components)
456
+ - `@tenphi/tasty/ssr/astro` for Astro (with or without islands)
457
+ - The core SSR API for other React SSR setups
557
458
 
558
- See the [full SSR guide](docs/ssr.md) for Astro integration, streaming SSR, generic framework usage, and the complete API reference.
459
+ See the [full SSR guide](docs/ssr.md).
559
460
 
560
461
  ## Entry Points
561
462
 
562
463
  | Import | Description | Platform |
563
464
  |--------|-------------|----------|
564
- | `@tenphi/tasty` | Runtime style engine (`tasty`, hooks, `configure`) | Browser |
465
+ | `@tenphi/tasty` | Runtime style engine (`tasty`, style functions, `configure`) | Browser |
565
466
  | `@tenphi/tasty/static` | Zero-runtime static styles (`tastyStatic`) | Browser |
566
467
  | `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
567
468
  | `@tenphi/tasty/babel-plugin` | Babel plugin for zero-runtime CSS extraction | Node |
@@ -569,7 +470,68 @@ See the [full SSR guide](docs/ssr.md) for Astro integration, streaming SSR, gene
569
470
  | `@tenphi/tasty/next` | Next.js integration wrapper | Node |
570
471
  | `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
571
472
  | `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
572
- | `@tenphi/tasty/ssr/astro` | Astro middleware + auto-hydration | Node / Browser |
473
+ | `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
474
+ | `@tenphi/tasty/ssr/astro-client` | Astro client-side cache hydration | Browser |
475
+
476
+ ## Browser Requirements
477
+
478
+ Tasty's exclusive selector system relies on modern CSS pseudo-class syntax:
479
+
480
+ - **`:is()`** — available across all major browsers since January 2021 ([MDN Baseline](https://developer.mozilla.org/en-US/docs/Web/CSS/:is)).
481
+ - **Level-4 `:not()` with selector lists** — Chrome/Edge 88+, Firefox 84+, Safari 9+, Opera 75+.
482
+ - **Not supported:** IE 11.
483
+
484
+ ## Performance
485
+
486
+ ### Bundle Size
487
+
488
+ All sizes measured with [size-limit](https://github.com/ai/size-limit) — minified and brotli-compressed, including all dependencies.
489
+
490
+ | Entry point | Size |
491
+ |-------------|------|
492
+ | `@tenphi/tasty` (runtime + SSR) | ~44 kB |
493
+ | `@tenphi/tasty/core` (runtime, no SSR) | ~41 kB |
494
+ | `@tenphi/tasty/static` (zero-runtime) | ~1.5 kB |
495
+
496
+ Run `pnpm size` for exact up-to-date numbers.
497
+
498
+ ### Runtime Benchmarks
499
+
500
+ If you choose the runtime approach, performance is usually a non-issue in practice. The numbers below show single-call throughput for the core pipeline stages, measured with `vitest bench` on an Apple M1 Max (Node 22).
501
+
502
+ | Operation | ops/sec | Latency (mean) |
503
+ |-----------|--------:|---------------:|
504
+ | `renderStyles` — 5 flat properties (cold) | ~72,000 | ~14 us |
505
+ | `renderStyles` — state map with media/hover/modifier (cold) | ~22,000 | ~46 us |
506
+ | `renderStyles` — same styles (cached) | ~7,200,000 | ~0.14 us |
507
+ | `parseStateKey` — simple key like `:hover` (cold) | ~1,200,000 | ~0.9 us |
508
+ | `parseStateKey` — complex OR/AND/NOT key (cold) | ~190,000 | ~5 us |
509
+ | `parseStateKey` — any key (cached) | ~3,300,000–8,900,000 | ~0.1–0.3 us |
510
+ | `parseStyle` — value tokens like `2x 4x` (cold) | ~345,000 | ~3 us |
511
+ | `parseStyle` — color tokens (cold) | ~525,000 | ~1.9 us |
512
+ | `parseStyle` — any value (cached) | ~15,500,000 | ~0.06 us |
513
+
514
+ "Cold" benchmarks use unique inputs to bypass all caches. Cached benchmarks reuse a single input and measure the LRU hot path.
515
+
516
+ Run `pnpm bench` to reproduce.
517
+
518
+ #### What This Means in Practice
519
+
520
+ - **Cached path dominates production.** After a component's first render, subsequent renders with stable styles skip the pipeline entirely (React `useMemo` + LRU cache hits at every level). All cached operations are sub-microsecond — effectively free.
521
+ - **Cold path is fast enough.** The heaviest cold operation — a complex state map with media queries, hover, and modifiers — takes ~46 us. Even a page with 100 unique styled components adds only ~5 ms of total style computation on first render, negligible next to React reconciliation and DOM work.
522
+ - **Cache multipliers are 30x–100x.** This confirms the multi-level LRU architecture (parser, state-key, simplify, condition, pipeline) is delivering real value.
523
+ - **Comparable to lighter systems.** Emotion's `css()` is typically 5–20 us for simple styles; Tasty's cold `renderStyles` at ~14 us for 5 properties is in the same range despite doing significantly more work (state maps, design tokens, sub-elements, chunking).
524
+ - **On slower devices.** The benchmarks above are from an M1 Max (Geekbench 6 SC ~2,400). A mid-range consumer laptop (~1,800 SC) is roughly 1.3x slower; a mid-range phone (~1,200 SC) is roughly 2x slower; a budget phone (~700 SC) is roughly 3–4x slower. Even at 4x, the heaviest cold operation stays under 200 us and 100 unique components under 20 ms — still well within a single frame budget. The cached path remains sub-microsecond on all devices.
525
+
526
+ ### How It Stays Fast
527
+
528
+ - CSS is generated and injected only when styles are actually used.
529
+ - Multi-level caching avoids repeated parsing and style recomputation.
530
+ - Styles are split into reusable chunks and applied as multiple class names, so matching chunks can be reused across components instead of re-injected.
531
+ - Style normalization guarantees equivalent style input resolves to the same chunks, improving deduplication hit rates.
532
+ - A style garbage collector removes unused styles/chunks over time.
533
+ - A dedicated style injector minimizes DOM/style-tag overhead.
534
+ - This approach is validated in enterprise-scale apps where runtime styling overhead is not noticeable in normal UI flows.
573
535
 
574
536
  ## Ecosystem
575
537
 
@@ -577,7 +539,7 @@ Tasty is the core of a production-ready styling platform. These companion tools
577
539
 
578
540
  ### [ESLint Plugin](https://github.com/tenphi/eslint-plugin-tasty)
579
541
 
580
- `@tenphi/eslint-plugin-tasty` — 27 lint rules that validate style property names, value syntax, token existence, state keys, and enforce best practices. Catch typos and invalid styles at lint time, not at runtime.
542
+ `@tenphi/eslint-plugin-tasty` — 27 total lint rules for style property names, value syntax, token existence, state keys, and best practices. The `recommended` preset enables 18 of them as a practical default. Catch typos and invalid styles at lint time, not at runtime.
581
543
 
582
544
  ```bash
583
545
  pnpm add -D @tenphi/eslint-plugin-tasty
@@ -632,9 +594,13 @@ Open-source React UI kit built on Tasty + React Aria. 100+ production components
632
594
 
633
595
  ## Documentation
634
596
 
597
+ Start from the docs hub if you want the shortest path to the right guide for your role or styling approach.
598
+
599
+ - **[Docs Hub](docs/README.md)** — audience-based navigation across onboarding, design-system authoring, runtime, zero-runtime, runtime SSR integration, debugging, and internals
600
+
635
601
  ### Start here
636
602
 
637
- - **[Getting Started](docs/getting-started.md)** — Installation, first component, configuration, ESLint plugin setup, editor tooling, and rendering mode decision tree
603
+ - **[Getting Started](docs/getting-started.md)** — Installation, first component, optional shared configuration, ESLint plugin setup, editor tooling, and rendering mode decision tree
638
604
  - **[Methodology](docs/methodology.md)** — The recommended patterns for structuring Tasty components: root + sub-elements, styleProps, tokens, styles vs style, wrapping and extension
639
605
 
640
606
  ### Guides
@@ -645,7 +611,7 @@ Open-source React UI kit built on Tasty + React Aria. 100+ production components
645
611
  ### Reference
646
612
 
647
613
  - **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, and @property
648
- - **[Runtime API](docs/runtime.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and hooks
614
+ - **[React API](docs/react-api.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and style functions
649
615
  - **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, style handlers, and TypeScript extensions
650
616
  - **[Style Properties](docs/styles.md)** — Complete reference for all enhanced style properties: syntax, values, modifiers, and recommendations
651
617
 
@@ -656,7 +622,7 @@ Open-source React UI kit built on Tasty + React Aria. 100+ production components
656
622
 
657
623
  ### Internals
658
624
 
659
- - **[Style rendering pipeline](docs/PIPELINE.md)** — How `Styles` become mutually exclusive CSS rules: parse → exclusives → combinations → handlers → merge → materialize (`src/pipeline/`)
625
+ - **[Style rendering pipeline](docs/pipeline.md)** — How `Styles` become mutually exclusive CSS rules: parse → exclusives → combinations → handlers → merge → materialize (`src/pipeline/`)
660
626
  - **[Style Injector](docs/injector.md)** — Internal CSS injection engine: `inject()`, `injectGlobal()`, `injectRawCSS()`, `keyframes()`, deduplication, reference counting, cleanup, SSR support, and Shadow DOM
661
627
  - **[Debug Utilities](docs/debug.md)** — Runtime CSS inspection via `tastyDebug`: CSS extraction, element inspection, cache metrics, chunk breakdown, and performance monitoring
662
628