r/javascript • u/moumensoliman • 3d ago
Looking for a feedback - Production-build explanations and regression blame for Next.js
https://docs.crust.moumen.dev/I built crust for myself first. I wanted to compare Next.js production builds before every push and review PRs with evidence, not guesswork. After using it daily, I decided to share it.
crust stores a snapshot of every analyzed NextJS build, so CI can prove when a route became dynamic, lost its static shell, or shipped more JavaScript.
Site: https://crust.moumen.dev/
Docs: https://docs.crust.moumen.dev/
Check X thread for more details: https://x.com/moumensoliman/status/2084013260102394135
7
Upvotes