choojs/choo
:steam_locomotive::train: - sturdy 4kb frontend framework observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 68
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3767
- days_rel: n/a
- days_push: 194
- n_releases_24m: 0
Adoption not part of the score
6769 stars · 574 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Choo is a tiny 4kb JavaScript frontend framework for building sturdy single-page applications using vanilla JS and HTML. It combines an event-based state system (stores), a router, and DOM rendering with optional server-side rendering in Node.
Use cases
- build a tiny single-page app with minimal bundle size
- frontend framework with unidirectional data flow
- server-side render a JavaScript app in Node
- simple routing and state management without heavy tooling
- learn a minimal alternative to React or Vue
- build UI with vanilla JS and tagged template HTML
When to choose
- you need a very small bundle (~4kb) and simple API
- you prefer vanilla JS/HTML over framework-specific DSLs
- you want event-based stores and built-in routing
- you need lightweight server-side rendering
When to avoid
- you need a large ecosystem, tooling, and community support
- you rely on JSX, hooks, or React-compatible libraries
- you need long-term active development guarantees
- you want TypeScript-first ergonomics
Facets
framework · maturity maintenance
frontend-framework routing state-management templating ssr web-development frontend browser unidirectional-data-flow minimal-framework tiny-bundle vanilla-js event-driven hyperhtml nodejs javascript
4 sources
- readme: https://github.com/choojs/choo · fetched 2026-08-28 · c31c08f24f73
- homepage: https://choo.io/ · fetched 2026-08-29 · 72735d0d0340
- site_page: https://www.choo.io/docs · fetched 2026-08-29 · 9baf51db0f2d
- registry_npm: https://registry.npmjs.org/choo · fetched 2026-08-29 · eea3aa310968
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| choojs/choo | main | 53 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem