awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesBuild Tooling

Support for modern frontend build tools and bundlers.

Distinguishing note: Focuses on build-time integration for frontend applications.

Explore 9 awesome GitHub repositories matching web development · Build Tooling. Refine with filters or upvote what's useful.

Awesome Build Tooling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dokploy/dokployAvatar de Dokploy

    Dokploy/dokploy

    34,901Ver en GitHub↗

    Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup

    Integrates with modern build tools to streamline frontend application deployment.

    TypeScriptbackendbackupsdatabases
    Ver en GitHub↗34,901
  • postcss/postcssAvatar de postcss

    postcss/postcss

    28,968Ver en GitHub↗

    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
    Ver en GitHub↗28,968
  • vitejs/awesome-viteAvatar de vitejs

    vitejs/awesome-vite

    16,866Ver en GitHub↗

    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
    Ver en GitHub↗16,866
  • udecode/plateAvatar de udecode

    udecode/plate

    15,947Ver en GitHub↗

    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
    Ver en GitHub↗15,947
  • web-infra-dev/rspackAvatar de web-infra-dev

    web-infra-dev/rspack

    12,761Ver en GitHub↗

    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
    Ver en GitHub↗12,761
  • nuxt/frameworkAvatar de nuxt

    nuxt/framework

    10,444Ver en GitHub↗

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

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

    csrfull-stackhybrid
    Ver en GitHub↗10,444
  • vercel/styled-jsxAvatar de vercel

    vercel/styled-jsx

    7,785Ver en GitHub↗

    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
    Ver en GitHub↗7,785
  • windicss/windicssAvatar de windicss

    windicss/windicss

    6,515Ver en GitHub↗

    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
    Ver en GitHub↗6,515
  • rich-harris/magic-stringAvatar de Rich-Harris

    Rich-Harris/magic-string

    2,668Ver en GitHub↗

    magic-string is a low-level JavaScript library designed for compilers and bundlers to perform source code transformations. It serves as a string transformation utility and source map manipulation library that allows for modifying text while automatically tracking character offsets. The library enables the modification of source code strings through insertions, replacements, and removals without losing the relationship to original source positions. It specifically provides mechanisms to generate mapping files that link transformed output text back to original source file coordinates. Capabili

    Provides a low-level utility for compilers and bundlers to merge modified strings into a single output file.

    JavaScript
    Ver en GitHub↗2,668
  1. Home
  2. Web Development
  3. Build Tooling

Explorar subetiquetas

  • Plugin Ecosystems2 sub-etiquetasCurated 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.