# doctyper/flexie

Legacy support for the CSS3 Flexible Box Model

Repository: https://github.com/doctyper/flexie
Canonical: https://ross.abutalabs.com/products/flexie
Homepage: http://flexiejs.com
Language: JavaScript
License Family: other
Last push: 2016-11-20T21:50:38+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5798, "days_push": 3573, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1087, forks 106 (observed 2026-08-28T04:03:32.290945+00:00)

## What it is
Flexie is a JavaScript polyfill that brings the legacy 2009 CSS3 Flexible Box Model to browsers lacking native support, such as IE 6-9 and Opera 10+. It uses Selectivizr's engine to parse stylesheets and emulate flexbox properties like box-orient, box-align, and box-pack.

## Use cases
- support flexbox layout in IE 6-9
- polyfill CSS3 box model in legacy browsers
- normalize flexbox inconsistencies across browsers
- use display: box in old Opera versions

## When to choose
- you must support legacy browsers like IE 6-9 with the old 2009 flexbox spec

## When to avoid
- you need the modern flexbox spec - no polyfill exists here for it
- starting a new project - all modern browsers support flexbox natively
- you need an actively maintained library - last release was 2016

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, css-framework
- domain: frontend, web-development
- platform: browser
- tags: css3-flexbox, polyfill, legacy-browser-support, javascript

## Member repositories
- doctyper/flexie (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:32.290945+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-30T06:49:26.823023+00:00, confidence not recorded.
  - readme: https://github.com/doctyper/flexie (fetched 2026-08-28T04:03:32.290945+00:00, sha db653d5b13ba)
- Data as of 2026-08-30T08:39:29.467469+00:00.
