-
Wasp: The Batteries-Included Full-Stack Framework That Writes Its Own Plumbing
0 viewsThe Gray Cat
If you've ever spent the first week of a project gluing React to an Express backend, bolting on auth, and hand-rolling an API layer, Wasp wants to give that week back to you.
-
Vavite: Va Vite, Run Vite on the Server
If Vite spoils your frontend with instant hot reloading, why should your backend settle for a full process restart on every save? Vavite answers that question by making your server a first-class Vite citizen.
-
Unistyles: StyleSheet That Skips the Re-Render
A styling library that looks like React Native's built-in StyleSheet but quietly moves all the heavy lifting into C++, updating native views without ever asking React to re-render.
-
Twofold: The RSC Framework Built for Weekend Projects
Not every framework needs to win the enterprise. Twofold scopes itself down to weekend projects on purpose, and that honesty makes it one of the most readable RSC-native frameworks around.
-
tsParticles: Confetti, Constellations, and Snow Without the Canvas Headache
Particle animations used to mean wrestling with raw canvas code. tsParticles turns them into a declarative config object you can drop into any React app.
-
Transformers.js: Hugging Face Models Running Right in Your Browser
Machine learning used to mean spinning up GPU servers and paying per API call. Transformers.js flips that script by running real transformer models on your users' own devices, privately and for free.
-
TinyBase: A Tiny Store With Surprisingly Big Ideas
Most state libraries give you a bucket to hold data. TinyBase gives you a tiny relational engine with reactive bindings, a query language, persistence, and conflict-free sync — all in a handful of kilobytes.
-
prettier-plugin-tailwindcss: End the Great Class Order War
Nobody should spend code review energy arguing whether flex comes before p-4. Let the machine decide, consistently, on every save.
-
Semiotic: The Grammar-of-Graphics Chart Library With an AI-Era Comeback
Some libraries go quiet for years and then surprise everyone. Semiotic spent a long stretch in the shadows, then re-emerged in 2026 as a streaming-first, AI-friendly visualization toolkit. Here is what it can do today.