# odoo/owl

OWL: A web framework for structured, dynamic and maintainable applications

Repository: https://github.com/odoo/owl
Canonical: https://ross.abutalabs.com/products/odoo-owl
Homepage: https://odoo.github.io/owl/
Language: TypeScript
License: NOASSERTION
License Family: other
Last push: 2026-08-26T12:10:14+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 90, longevity 100
- inputs: {"age_days": 2714, "days_push": 7, "days_rel": 68, "gap_med": 27.5, "n_releases_24m": 15}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1566, forks 423 (observed 2026-08-28T04:05:04.342056+00:00)

## What it is
Owl is a lightweight (~30kb gzipped, zero dependencies) TypeScript UI framework built by Odoo, featuring signal-based reactivity, class-based components, XML templates, and async rendering. It powers Odoo's web client and works directly in the browser without a build toolchain.

## Use cases
- build a reactive single-page web app without a build step
- develop the frontend for an Odoo module or web client
- create a todo app with signal-based state management
- prototype a UI quickly using native ES modules in the browser
- share state and services across components with a type-safe plugin system
- render components asynchronously for smooth concurrent UI updates

## When to choose
- you want a small, zero-dependency frontend framework with no build tooling
- you prefer class-based OOP components over function components
- you are developing for or extending the Odoo web client
- you want explicit, debuggable signal-based reactivity
- you need dynamically modifiable XML templates

## When to avoid
- you need a large ecosystem of third-party components and libraries
- your team prefers hooks/function-based component models like React
- you require extensive tooling, devtools, and community support
- you are building SEO-heavy content sites better served by SSR frameworks
- you want a framework with a stable, long-term API guarantee (Owl 3 is alpha)

## Facets
- artifact type: framework
- maturity: active
- function: frontend-framework, ui-components, state-management, templating
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: signal-based-reactivity, class-components, xml-templates, odoo, typescript, zero-dependencies, no-build-step, web-server, nodejs

## Member repositories
- odoo/owl (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:04.342056+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-30T04:00:09.523204+00:00, confidence not recorded.
  - readme: https://github.com/odoo/owl (fetched 2026-08-28T04:05:04.342056+00:00, sha c0c7de3c8add)
  - homepage: https://odoo.github.io/owl/ (fetched 2026-08-29T11:28:53.047237+00:00, sha cf7353e3d0ef)
- Data as of 2026-08-30T08:39:29.467469+00:00.
