Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipsobol/sonda
Universal visualizer and analyzer for JavaScript and CSS. Compatible with most bundlers and frameworks
https://github.com/filipsobol/sonda
analyzer angular astro bundler css esbuild javascript nextjs nuxt rolldown rollup rspack sveltekit visualizer vite webpack
Last synced: 1 day ago
JSON representation
Universal visualizer and analyzer for JavaScript and CSS. Compatible with most bundlers and frameworks
- Host: GitHub
- URL: https://github.com/filipsobol/sonda
- Owner: filipsobol
- License: mit
- Created: 2024-08-10T12:31:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T19:47:55.000Z (12 days ago)
- Last Synced: 2025-01-12T21:00:09.304Z (9 days ago)
- Topics: analyzer, angular, astro, bundler, css, esbuild, javascript, nextjs, nuxt, rolldown, rollup, rspack, sveltekit, visualizer, vite, webpack
- Language: TypeScript
- Homepage: https://sonda.dev/
- Size: 4.69 MB
- Stars: 367
- Watchers: 2
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-rspack - sonda
README
# Sonda
Sonda is a universal visualizer and analyzer for JavaScript and CSS bundles. It generates an interactive HTML report that is more accurate and detailed than some alternatives. The accuracy is achieved by analyzing source maps and showing the size of each module after tree-shaking and minification.
Sonda works with the following tools:
* **Bundlers**
* Vite
* Rollup
* Rolldown
* esbuild
* webpack
* Rspack
* **Frameworks**
* Next.js
* Nuxt
* Astro
* SvelteKit
* Angular CLI## Installation
For installation and usage instructions, visit [https://sonda.dev](https://sonda.dev).
## Demo
You can try Sonda at [https://sonda.dev/demo](https://sonda.dev/demo).
## Screenshot
![HTML report generated by Sonda with open modal containing file details and tree map diagram in the background](https://raw.githubusercontent.com/filipsobol/sonda/refs/heads/main/docs/public/details.jpg)