Open Source
Libraries, tools, and extensions we use every day — open-sourced so everyone can benefit. Sharp, focused, and built to stay out of your way.
Libraries
String distance and similarity metrics for JavaScript — Levenshtein, Damerau-Levenshtein, Hamming, Jaro-Winkler, and the Kyori ranking algorithm, every one implemented natively. The bundled KyoriIndex turns a term list into a ready-made autocomplete backend.
In Japanese, 距離 (きょり) means "distance".
A curated set of utilities for more maintainable everyday JavaScript — without becoming another lodash. Ports Python's itertools, functools, and collections to JS, with zero runtime dependencies.
Stand-alone Tools
A lightweight command-line tool to convert one or many JSON files into a single JSONL (JSON Lines) output. Pipe-friendly — output goes to stdout when no file is specified.
A single-purpose command-line filter that reads stdin and writes it back without the leading and trailing whitespace. Trims the whole input by default, or every line individually with --lines.
IDE Extensions
Bring the power of uv — the blazing-fast Python package manager — directly into VS Code. Works with both pyproject.toml and requirements.txt: detect outdated dependencies and known vulnerabilities, convert pip projects to uv in one click, and run uv commands without leaving your editor.