Directory
Zod
Schema validation
FreeLibraries & build toolingzod.dev
What it is
The default TypeScript schema validator, v4 stable. You declare a schema once and get both runtime validation and a static type via
z.infer. Around 2KB gzipped for the core, with a smaller zod/mini build for size-critical bundles.Why it earns a slot
The seam where untrusted data — API responses, form input, env vars — becomes typed. TypeScript vanishes at runtime, so without a validator a malformed response becomes an undefined crash three components later.
Know before you commit
Zod 4 changed error-handling APIs and some method names from v3, so a v3 tutorial will not paste in cleanly. Very large schemas can slow TypeScript inference.
Getting started
npm install zod
Neighbourhood
How Zod sits against the rest of the atlas — swaps, companions and the tools builders actually save alongside it.
Instead of thisAstro Starlight + NextraBiomeBunclsx + tailwind-mergecmdkConformdate-fns + Day.jsEmbla Carouselesbuild + SWC
Named in the wiringTypeScript
Also in Libraries & build tooling
Astro Starlight + Nextra
starlight.astro.buildNot yet swept
Framework docs themes
FreeLibraries & build tooling
Free · MIT
Open dossier
Biome
biomejs.devNot yet swept
Linter + formatter (Rust)
FreeLibraries & build tooling
Free · MIT/Apache-2.0
Open dossier
Bun
bun.shNot yet swept
JS runtime + package manager
FreeLibraries & build tooling
Free · MIT
Open dossier
Chromatic
chromatic.comNot yet swept
Visual regression testing
Free tier + paidLibraries & build tooling
Free tier · Starter $179/mo
Open dossier