awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesPlugin Ecosystems

Curated collections of extensions and plugins that extend the capabilities of a core build tool.

Distinct from Build Tooling: Distinct from Build Tooling: focuses on the plugin ecosystem and community-maintained extensions rather than the core build tool itself.

Explore 7 awesome GitHub repositories matching web development · Plugin Ecosystems. Refine with filters or upvote what's useful.

Awesome Plugin Ecosystems GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • postcss/postcssAvatar von postcss

    postcss/postcss

    28,968Auf GitHub ansehen↗

    PostCSS is a CSS post-processor and abstract syntax tree transformation tool that parses stylesheets into a structured tree for programmatic analysis and modification. It functions as a plugin-driven pipeline where JavaScript plugins can modify, insert, or delete nodes to transform styles. The project provides a framework for building a custom plugin ecosystem to extend the CSS language with non-standard features such as loops, conditionals, and shorthand properties. It supports multi-syntax parsing through pluggable parsers and stringifiers, allowing it to process various style formats and c

    Provides a framework for building custom tools that extend CSS with features like loops, conditionals, and shorthand properties.

    TypeScriptastcssframework
    Auf GitHub ansehen↗28,968
  • vitejs/awesome-viteAvatar von vitejs

    vitejs/awesome-vite

    16,866Auf GitHub ansehen↗

    Awesome Vite is a curated collection of resources, plugins, and templates designed for the Vite build tool ecosystem. It serves as a central directory for developers looking to extend the capabilities of this high-performance frontend build pipeline and module bundler. The project highlights the core strengths of Vite, including its native ESM-based development server, instant hot module replacement, and pre-bundled dependency optimization. By aggregating community-maintained tools, it showcases how to leverage Vite’s plugin-based architecture to customize build pipelines, integrate popular f

    Provides a curated collection of plugins, templates, and resources for the high-performance web development build tool.

    JavaScriptawesomeawesome-listvite
    Auf GitHub ansehen↗16,866
  • udecode/plateAvatar von udecode

    udecode/plate

    15,947Auf GitHub ansehen↗

    Plate is a headless editor toolkit and framework designed for building custom rich text editing experiences. It provides a modular architecture that relies on a plugin-based system to manage document models, schema-driven node definitions, and state updates, allowing developers to assemble tailored content creation environments. The project distinguishes itself through a source-code injection pattern, where pre-built user interface templates and components are copied directly into the local project codebase. This approach ensures that developers maintain full control over the styling, markup,

    Offers a collection of composable plugins to extend the functionality of the underlying editing engine.

    TypeScriptaimcpreact
    Auf GitHub ansehen↗15,947
  • web-infra-dev/rspackAvatar von web-infra-dev

    web-infra-dev/rspack

    12,761Auf GitHub ansehen↗

    Rspack is a high-performance web bundler written in Rust that packages JavaScript and TypeScript for web applications. It functions as an incremental build engine and a tree-shaking asset optimizer designed to reduce build times and minimize final bundle sizes for web delivery. The project is built for compatibility with the webpack ecosystem, implementing a compatible API that allows existing plugins and configurations to work without modification. This enables the integration of community loaders and plugins while leveraging a Rust-based compilation engine. The tool covers a broad range of

    Provides a compatible API that allows existing webpack loaders and plugins to work without modification.

    Rustbuild-toolbundlercompiler
    Auf GitHub ansehen↗12,761
  • nuxt/frameworkAvatar von nuxt

    nuxt/framework

    10,444Auf GitHub ansehen↗

    Old repo of Nuxt 3 framework, now on nuxt/nuxt

    Extends application functionality through a curated registry of community and official modules.

    csrfull-stackhybrid
    Auf GitHub ansehen↗10,444
  • vercel/styled-jsxAvatar von vercel

    vercel/styled-jsx

    7,785Auf GitHub ansehen↗

    styled-jsx is a CSS-in-JS library and styling framework for JSX components. It functions as a scoped CSS engine that uses compile-time transformations to generate unique class names, preventing style leakage between components. The system includes a server-side CSS renderer that flushes styles into HTML to prevent layout flicker during the first paint. It ensures security compliance by attaching per-request nonces to generated style tags to satisfy Content Security Policy requirements. The framework covers global CSS management with deduplication, dynamic styling via template interpolation,

    Provides a framework for using JavaScript modules as plugins to transform CSS abstract syntax trees at compile time.

    JavaScriptcsscss-in-jsdynamic-styles
    Auf GitHub ansehen↗7,785
  • windicss/windicssAvatar von windicss

    windicss/windicss

    6,515Auf GitHub ansehen↗

    Windi CSS is a utility-first CSS framework that generates only the CSS classes actually used in a project, scanning source files at build time to produce smaller, optimized stylesheets. It provides on-demand style generation through static analysis of HTML and template files, eliminating unused styles for leaner output. The framework offers a plugin-based extension system for adding custom utilities, variants, and design tokens without modifying the core. It includes built-in compatibility for migrating from Tailwind CSS, removing Tailwind-specific dependencies and configuration fields while

    Provides a plugin system for adding custom utilities, variants, and design tokens to the utility-first framework.

    TypeScriptcsscss-compileron-demand
    Auf GitHub ansehen↗6,515
  1. Home
  2. Web Development
  3. Build Tooling
  4. Plugin Ecosystems

Unter-Tags erkunden

  • CSS Plugin Frameworks1 Sub-TagArchitectures specifically designed for building and integrating plugins that transform CSS abstract syntax trees. **Distinct from Plugin Ecosystems:** Focuses on the technical framework for CSS transformation plugins rather than general build tool plugin ecosystems
  • Compatibility LayersMechanisms that allow tools from one ecosystem to function within another through API emulation. **Distinct from Plugin Ecosystems:** Distinct from plugin ecosystems as it focuses on the bridging logic for migration rather than the collection of plugins.