awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
doctyper avatar

doctyper/flexie

0
View on GitHub↗
1,087 stars·107 forks·JavaScript·10 viewsflexiejs.com↗

Flexie

Legacy support for the CSS3 Flexible Box Model

Features

  • Polyfills and Compatibility - Legacy polyfill for older browser flexbox implementations.

Star history

Star history chart for doctyper/flexieStar history chart for doctyper/flexie

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Flexie

These projects share indexed features with Flexie. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • afarkas/html5shivaFarkas avatar

    aFarkas/html5shiv

    9,849View on GitHub↗

    html5shiv is a JavaScript compatibility polyfill and legacy browser shim that enables the use of HTML5 sectioning elements in outdated versions of Internet Explorer. It provides a compatibility layer that ensures modern HTML5 tags are recognized and rendered correctly by overriding element creation methods. The library ensures that HTML5 sectioning elements contain their child elements in old web engines by applying basic styles. It specifically addresses layout and styling discrepancies for both screen and print media to prevent layout collapse. The project includes a programmable configura

    JavaScript
    View on GitHub↗9,849
  • bestiejs/json3bestiejs avatar

    bestiejs/json3

    1,021View on GitHub↗

    A JSON polyfill. No longer maintained.

    JavaScript
    View on GitHub↗1,021
  • browserstate/history.jsbrowserstate avatar

    browserstate/history.js

    10,659View on GitHub↗

    history.js is a cross-browser URL state manager and HTML5 History API polyfill. It functions as a single page application router that manages browser URL and history state consistently across HTML5 and HTML4 browsers, enabling navigation without triggering full page reloads. The project provides a JavaScript framework adapter that integrates history management with the event systems of jQuery, MooTools, and Prototype. It ensures compatibility through a fallback mechanism that switches to hash-based navigation and hashbang URLs when the native HTML5 History API is unavailable. The system cove

    JavaScripthashchangehtml5-historyhtml5-history-api
    View on GitHub↗10,659
  • 10up/flexibility10up avatar

    10up/flexibility

    4,290View on GitHub↗

    Flexibility is a JavaScript library and layout engine designed to polyfill CSS Flexbox capabilities. It ensures consistent element alignment and distribution across different browser versions, specifically targeting legacy environments that lack native support for the flexible box specification. The project provides cross-browser layout compatibility by simulating flexible container behavior. It manages dynamic flexbox properties to maintain a stable and predictable user interface regardless of the visitor's browser version. The system covers DOM traversal, manual coordinate calculation, and

    JavaScript
    View on GitHub↗4,290
Compare all 11 related projects→

Frequently asked questions

What does doctyper/flexie do?

Legacy support for the CSS3 Flexible Box Model

What are the main features of doctyper/flexie?

The main features of doctyper/flexie are: Polyfills and Compatibility.

Which projects share features with doctyper/flexie?

Projects with overlapping indexed features include: 10up/flexibility — Flexibility is a JavaScript library and layout engine designed to polyfill CSS Flexbox capabilities. It ensures… afarkas/html5shiv — html5shiv is a JavaScript compatibility polyfill and legacy browser shim that enables the use of HTML5 sectioning… bestiejs/json3 — A JSON polyfill. No longer maintained. browserstate/history.js — history.js is a cross-browser URL state manager and HTML5 History API polyfill. It functions as a single page… doctyper/reflexie — A grown-up polyfill for a grown-up flexbox. es-shims/es5-shim — es5-shim is an ECMAScript 5 polyfill library and standard library shim. It serves as a JavaScript compatibility layer…