yysun/apprun
AppRun is a JavaScript library for developing high-performance and reliable web applications using the elm inspired architecture, events and components. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 92
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3618
- days_rel: n/a
- days_push: 49
- n_releases_24m: 0
Adoption not part of the score
1176 stars · 56 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
AppRun is a lightweight (~6KB) JavaScript/TypeScript library for building web applications using an Elm-inspired architecture of state, view, and update functions. It bundles state management, a virtual DOM renderer, event publish-subscribe, and routing, and can run directly in the browser or with a bundler, including alongside React.
Use cases
- build an SPA without hooks or reducers
- manage state in a React app with a simpler pattern
- create a small web app that runs directly from a CDN script tag
- build event-driven components with pub-sub messaging
- add client-side routing to a lightweight frontend
- server-side render web applications
When to choose
- you want a minimal, low-boilerplate Elm-style architecture
- you need state management and routing included in one tiny library
- you prefer event-driven pub-sub over hooks/signals
- you want apps runnable directly in the browser without a build step
When to avoid
- you need a large ecosystem of UI components and tooling
- your team is standardized on React, Vue, or Angular conventions
- you rely on niche ecosystem integrations common in bigger frameworks
Facets
library · maturity active
frontend-framework state-management routing templating web-framework web-development frontend browser elm-architecture virtual-dom event-pubsub jsx web-components ssr lightweight nodejs web-server
3 sources
- readme: https://github.com/yysun/apprun · fetched 2026-08-28 · bccdfdaf3961
- homepage: https://apprun.js.org · fetched 2026-08-29 · 54d17bfc63ee
- site_page: https://apprun.js.org/docs · fetched 2026-08-29 · 2da725808cc2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yysun/apprun | main | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem