Biome
Fast formatter and linter for JavaScript and TypeScript
1 member lists Biome, up 1 in the last 12 weeks, data as of 10 September 2026
Members who list Biome in their Stack, by week.
Hacker News mentions mentions: 2 mentions (2023) to 3 mentions (2026)
Imported from Hacker News mentions
npm downloads downloads: 2,816 downloads (2023) to 47,276,104 downloads (2026)
Imported from npm downloads
No users yet.
Moves that use Biome

by Sergei GordeichukAI Tools
Every project gets a single make check that runs lint, format-check and tests for the whole stack at once, and nothing gets committed until it is green. The value is not the automation, it is that there is exactly one thing to remember and no partial-check escape hatch to negotiate with. Per-side targets exist for speed while iterating, but the gate before a commit is always the full one. Written into the project instructions as mandatory, an agent will run it unprompted for the rest of the session.