Directory
esbuild + SWC
Fast JS/TS transpilers
FreeLibraries & build toolingesbuild.github.io
What it is
Two native-speed transpilers that made fast JS tooling possible: esbuild (Go) and SWC (Rust). You rarely install either directly — they sit inside test runners, Next.js and older Vite versions. Vite 8 moved to Oxc, so esbuild is no longer in a fresh Vite pipeline.
Why it earns a slot
Worth recognising in error messages and lockfiles rather than choosing. When a stack trace blames esbuild or
@swc/core, the bug is in your transpile config, not your React code.Know before you commit
esbuild is still pre-1.0 and makes breaking changes at minor versions. Neither tool type-checks — they strip types, so you still need
tsc in CI.Also in Libraries & build tooling
Astro Starlight + Nextra
starlight.astro.build
Framework docs themes
FreeLibraries & build tooling
Free · MIT
Open dossier
Biome
biomejs.dev
Linter + formatter (Rust)
FreeLibraries & build tooling
Free · MIT/Apache-2.0
Open dossier
Chromatic
chromatic.com
Visual regression testing
Free tier + paidLibraries & build tooling
Free tier · Starter $179/mo
Open dossier