-
zod-compiler: Zod at the Speed of Light, Without Touching Your Code
1 viewThe Gray Cat
Zod gives you the nicest validation DX in the TypeScript world, but every parse walks the schema tree at runtime. zod-compiler quietly compiles that work away at build time, so you keep your schemas and lose the overhead.
-
web-audio-api: The Browser's Audio Engine, Now Running in Node
The Web Audio API has lived in browsers for over a decade. This package frees it from the browser entirely, bringing the exact same AudioContext to your server, your CLI, and your test suite.
-
visx: Airbnb's Low-Level Lego Bricks for React Charts
Charting libraries are fast until your designer hands you something they cannot draw. visx is Airbnb's answer: give you the primitives, let D3 do the math, and let React own the DOM.
-
Uniwind: Tailwind for React Native Without the Runtime Tax
If you love writing Tailwind classes but hate paying for them at runtime, Uniwind is worth a look. It compiles your utility classes ahead of time and hands React Native plain style objects.
-
True Sheet: The Bottom Sheet That Lets the OS Do the Work
If you have ever fought a JavaScript bottom sheet to make it feel native, True Sheet takes a different route: it hands the job straight to the operating system.
-
relative-time-element: The HTML Tag That Says 5 Minutes Ago
Every timestamp on GitHub.com that whispers 'opened 3 days ago' is powered by one small custom element. Here is how to use it in your own apps.
-
React MD Editor: The Textarea That Thinks It's an Editor
Not every markdown editor needs to drag a full code-editor engine into your bundle. Sometimes a clever textarea and a live preview pane are exactly enough.
-
Tabulator: Interactive Data Grids Without the Dependency Tax
A batteries-included, framework-agnostic data grid that renders sortable, filterable, editable tables for you instead of making you assemble the markup yourself.
-
react-inlinesvg: Give Your SVGs CSS Superpowers
If you have ever tried to recolor an SVG loaded through an img tag and hit a wall, this little component is the answer you have been looking for.