
BundlePhobia
Check the install size, minified size, and gzipped cost of any npm package before adding it to your project, plus tree-shaking analysis.
BundlePhobia shows the minified, minified+gzipped, and tree-shaken size of any npm package, plus its dependency graph and composition breakdown. Shareable URLs make it easy to include size analysis in PR reviews.
Useful for performance-conscious frontend developers. Use it before adding any new dependency to compare alternatives by bundle impact, identify bloated packages, and keep your JavaScript payload slim.
URL
https://bundlephobia.com/Recommended tools

Can I Use
Up-to-date browser support tables for HTML, CSS, JS, SVG, and Web APIs, the common reference for checking cross-browser compatibility.

cURL Converter
Convert cURL commands to Python, JavaScript, Go, PHP, Java, and more, paste a curl command and get idiomatic code for your preferred language.

JSONPlaceholder
Free fake REST API for testing and prototyping, returns realistic JSON data for posts, comments, users, todos, and photos without authentication.