awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Build Tooling Architectures · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesBuild Tooling Architectures

Frameworks and logic patterns for organizing, processing, and optimizing source code and assets during the build process.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Build Tooling Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. Build and Deployment Tools
  4. Bundling and Extension Architectures
  5. Build Tooling Architectures

Awesome Build Tooling Architectures GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    TypeScriptbuild-tooldev-serverfrontend

Explore sub-tags

  • Asset EmbeddingEmbedding static resources directly into executable binaries.
  • Asset URL ResolutionMechanisms for resolving and hashing asset paths during the build process.
  • Dependency Caching MechanismsSystems that store and manage pre-processed or pre-bundled dependencies to optimize build performance and development startup times.
Incremental Bundlers
Bundlers that perform rapid rebuilds based on file changes.
  • Plugin Orchestration StrategiesMechanisms for managing plugin execution order, lifecycle phases, and dependency resolution within a build pipeline.
  • SSR Dependency ManagementMechanisms for controlling how dependencies are externalized or bundled during server-side rendering builds.
  • Single-File BundlersTools that aggregate entire web applications into a single, self-contained HTML file.
  • Source Code BundlersUtilities that combine multiple source files into optimized bundles with tree-shaking and dead-code elimination.
  • Static Asset ServingDirect hosting of files from a source directory to the build output without transformation or hashing.
  • Static Site GenerationThe process of pre-rendering dynamic routes into static HTML files during the build phase.