https://github.com/e18e/framework-tracker
A minisite for tracking dependency cleanups and optimisations in popular libraries
https://github.com/e18e/framework-tracker
Last synced: 2 months ago
JSON representation
A minisite for tracking dependency cleanups and optimisations in popular libraries
- Host: GitHub
- URL: https://github.com/e18e/framework-tracker
- Owner: e18e
- License: mit
- Created: 2025-09-16T08:04:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T08:05:55.000Z (2 months ago)
- Last Synced: 2026-04-04T08:20:55.298Z (2 months ago)
- Language: TypeScript
- Size: 2.17 MB
- Stars: 30
- Watchers: 1
- Forks: 8
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Roadmap: Roadmap.md
Awesome Lists containing this project
README
# Framework Tracker
A comprehensive comparison site for modern meta-frameworks, tracking performance metrics, developer experience, and runtime characteristics across popular options like Next.js, Nuxt, SvelteKit, Astro, and more.
## About
This project aims to provide objective, data-driven comparisons of meta-frameworks to help developers make informed decisions. We track metrics across two key dimensions:
- **Dev Time Performance**: Dependencies, build times, CI/CD performance, and developer experience
- **Runtime Performance**: Core Web Vitals, bundle sizes, hydration strategies, and end-user experience
## Getting Involved
We welcome contributions from the community! Whether you're interested in adding new frameworks, improving existing metrics, or enhancing the documentation site, your help is appreciated. Check out [CONTRIBUTING.md](./CONTRIBUTING.md) for more details on how to get started, our current roadmap, areas where we need help, and how the metrics collection process works.
## Data and Metrics
If you would like to play around with the collected data to build your own visualizations or analyses, you can find the raw data output here:
- Final formatted data: [Dev Time Performance](./packages/docs/src/content/devtime) -> JSON file per framework with all collected metrics
- Final formatted data: [Runtime Performance](./packages/docs/src/content/runtime) -> JSON file per framework with all collected metrics
- Raw data for each framework with past versions can be found in each package:
Dev Time Performance:
- [Next.js](./packages/starter-next-js/ci-stats.json)
- [Nuxt](./packages/starter-nuxt/ci-stats.json)
- [SvelteKit](./packages/starter-sveltekit/ci-stats.json)
- [Astro](./packages/starter-astro/ci-stats.json)
- [React Router](./packages/starter-react-router/ci-stats.json)
- [SolidStart](./packages/starter-solid-start/ci-stats.json)
- [Tanstack Start](./packages/starter-tanstack-start-react/ci-stats.json)
Runtime Performance:
- [Next.js](./packages/app-next-js/ci-stats.json)
- [Nuxt](./packages/app-nuxt/ci-stats.json)
- [SvelteKit](./packages/app-sveltekit/ci-stats.json)
- [Astro](./packages/app-astro/ci-stats.json)
- [React Router](./packages/app-react-router/ci-stats.json)
- [SolidStart](./packages/app-solid-start/ci-stats.json)
- [Tanstack Start](./packages/app-tanstack-start-react/ci-stats.json)
## Sponsors
## License
See [LICENSE](./LICENSE) for details.