# dmjio/miso

:ramen: A tasty Haskell web framework

Repository: https://github.com/dmjio/miso
Canonical: https://ross.abutalabs.com/products/miso
Homepage: https://haskell-miso.org
Language: Haskell
License: BSD-3-Clause
License Family: permissive
Topics: ghcjs, haskell, virtual-dom, miso, ramen, ui, nix, javascript, ghc, wasm, web-assembly, typescript
Last push: 2026-08-26T17:27:36+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 78, longevity 100
- inputs: {"age_days": 3720, "days_push": 7, "days_rel": 67, "gap_med": 38.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2430, forks 167 (observed 2026-08-28T04:06:51.059742+00:00)

## What it is
Miso is a Haskell front-end framework for building web and native user interfaces, inspired by Elm and React, using a Model-View-Update architecture with a virtual DOM. It compiles to WebAssembly or JavaScript via the GHC backends and can also target native mobile apps through the Lynx runtime.

## Use cases
- build a single-page web app in Haskell
- compile a Haskell UI to WebAssembly
- server-side render and hydrate a Haskell web app
- build a native iOS or Android app from Haskell code
- create a reactive UI with a virtual DOM diffing algorithm
- write type-safe client-side routing in Haskell
- build a component-based frontend with React-like concepts in Haskell

## When to choose
- you want to write your entire frontend in Haskell with strong static typing
- you prefer the Elm architecture / Model-View-Update pattern
- you need WebAssembly as a first-class compilation target
- you want SSR with hydration and SEO support from a Haskell server
- you want to reuse the same Haskell UI code for web and native mobile via Lynx

## When to avoid
- your team does not know Haskell or functional programming
- you need a large ecosystem of ready-made UI components and libraries
- you need fast iteration with mainstream tooling and broad community support
- your project requires tight integration with the JavaScript ecosystem rather than an FFI bridge
- bundle size and WASM startup time are critical constraints

## Facets
- artifact type: framework
- maturity: active
- function: frontend-framework, web-framework, ssr, state-management, routing, websocket, http-client
- domain: web-development, frontend, cross-platform, mobile-development
- platform: browser, wasm, cross-platform
- tags: virtual-dom, elm-architecture, mvu, ghc-wasm-backend, ghcjs, lynx, react-like, haskell, server-sent-events, hydration, web-server, mobile

## Member repositories
- dmjio/miso (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:51.059742+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:31:26.137993+00:00, confidence not recorded.
  - readme: https://github.com/dmjio/miso (fetched 2026-08-28T04:06:51.059742+00:00, sha 42bea36b102a)
  - homepage: https://haskell-miso.org (fetched 2026-08-29T10:12:49.835836+00:00, sha b0d7d6696ecf)
  - site_page: https://haskell-miso.org/docs/view-dsl (fetched 2026-08-29T10:12:49.844179+00:00, sha 7a4a08ead81d)
  - site_page: https://haskell-miso.org/docs/components (fetched 2026-08-29T10:12:49.845958+00:00, sha ba65b8d0f29a)
  - site_page: https://haskell-miso.org/docs/context (fetched 2026-08-29T10:12:49.847684+00:00, sha 3983b1058333)
  - site_page: https://haskell-miso.org/docs (fetched 2026-08-29T10:12:49.838883+00:00, sha 7e45e5f77f74)
  - site_page: https://haskell-miso.org/docs/installation (fetched 2026-08-29T10:12:49.840716+00:00, sha 161a47070cd6)
  - site_page: https://haskell-miso.org/docs/native/overview (fetched 2026-08-29T10:12:49.842443+00:00, sha 2013be72c2a7)
  - site_page: https://haskell-miso.org/docs/styles (fetched 2026-08-29T10:12:49.858511+00:00, sha 05d0f6b5187a)
  - site_page: https://haskell-miso.org/docs/events (fetched 2026-08-29T10:12:49.860588+00:00, sha 59ba88be9aa2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
