-
OTPAuth: Six Digits Standing Between You and Chaos
Passwords alone are not enough anymore. OTPAuth is a battle-tested TypeScript library that generates and validates one-time passwords following the TOTP and HOTP standards, making it straightforward to add two-factor authentication to any JavaScript application.
-
Shovel.js: What If Your Server Was Just a Service Worker?
What if the browser already had the right programming model for servers, and we just needed someone to notice? Shovel.js brings the Service Worker model to the backend, and the result is surprisingly elegant.
-
VerifyFetch: The Fetch That Has Trust Issues (And That's a Good Thing)
Learn how VerifyFetch lets you download and verify multi-gigabyte files in the browser without blowing up your memory, losing progress on flaky connections, or trusting that your CDN has not been compromised.
-
Invokers Polyfill: Buttons That Just Know What to Do
The Invoker Commands API lets buttons declare what they control and how, right in the HTML. The invokers-polyfill brings that power to browsers that have not caught up yet, with zero dependencies and exact spec compliance.
-
Peek: The Disappearing Header Act Your Site Has Been Missing
Headers that know when to get out of the way make content-heavy sites feel faster and more spacious. Peek gives you scroll-aware header behavior in under 4KB of dependency-free JavaScript, using modern browser APIs for buttery-smooth performance.
-
tRPC: Typesafe APIs Without the Drama
Forget writing schemas, forget code generation, forget manually syncing types between client and server. tRPC gives you automatic end-to-end type safety by letting TypeScript do what it does best.
-
React Three Fiber: The Third Dimension Unlocked
Discover how React Three Fiber lets you build rich 3D experiences using React components and hooks. From spinning cubes to full product configurators, declarative 3D has never felt so natural.
-
jsPDF: PDF Sorcery Right in the Browser
Need to generate invoices, certificates, or reports without a server round-trip? jsPDF creates PDF documents directly in the browser (or Node.js) with full control over text, shapes, images, and page layout.
-
Knip: The Dead Code Detective Your Codebase Deserves
Every codebase accumulates dead weight over time. Knip is a static analysis tool that hunts down unused files, stale dependencies, and forgotten exports in JavaScript and TypeScript projects, helping you keep your code lean and your builds fast.