esbuild

An extremely fast JavaScript and CSS bundler and minifier written in Go.

Tool
npm
v0.28.2
40,007stars
MIT License

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
88/100Excellent
Development Activity92
Maintenance96
Community64
Maturity60
Momentum40

Technical Analysis

AI-assessed by reading the actual repository — architecture, code quality, innovation, and documentation.How we score it →
87/100Excellent
Architecture90
Code Quality88
Innovation88
Learning Curve80

esbuild is a build tool that bundles, transpiles, and minifies JavaScript, TypeScript, JSX, and CSS at speeds 10-100x faster than traditional bundlers. Written in Go and compiled to a native binary, it parallelizes work across CPU cores and avoids the overhead of JavaScript-based toolchains, producing production-ready output without needing a cache.

It ships as a command-line tool, a JavaScript/Go API, and a WebAssembly build, with built-in support for ES modules, CommonJS, tree shaking, source maps, a local dev server, watch mode, and a plugin system. esbuild powers the build layer of many modern frameworks and dev tools, including Vite.

What You Get

  • A single native binary CLI that bundles and minifies JavaScript, TypeScript, JSX, and CSS with no runtime dependencies
  • First-class JavaScript and Go APIs for embedding esbuild into your own build scripts and tools
  • Built-in support for ES modules, CommonJS, tree shaking, source maps, and CSS modules
  • A local development server with live rebuilds and a watch mode for incremental builds
  • A plugin API for customizing resolution and loading of arbitrary file types

Common Use Cases

  • Bundling a web application’s JavaScript and CSS for production deployment
  • Transpiling TypeScript and JSX to browser- or Node-compatible JavaScript
  • Serving as the fast build/transform layer inside larger frameworks and dev servers such as Vite
  • Minifying existing JavaScript and CSS files as a drop-in step in a CI pipeline

Under The Hood

Architecture - esbuild is written in Go and organized as a pipeline of internal packages under internal/: js_lexer/js_parser/js_printer and their CSS counterparts turn source into ASTs, resolver walks the module graph, linker and bundler combine and tree-shake modules, and graph, renamer, and sourcemap handle symbol renaming and source maps. Each stage is designed to run in parallel across CPU cores. The public entry point is pkg/api (exposing Build and Transform), with cmd/esbuild wrapping it as a CLI; a long-lived binary communicates with the JavaScript host over a stdio protocol.

Tech Stack - The core is Go (75% of the codebase) with essentially no third-party dependencies beyond golang.org/x/sys, and it deliberately targets Go 1.13 for broad build compatibility. The npm package (lib/) is TypeScript that compiles to the JavaScript API and spawns or embeds the native binary; a WebAssembly build is also produced. Builds are orchestrated through a large Makefile.

Code Quality - The project is extensively tested: Go unit tests sit beside nearly every internal package (js_parser_test.go, css_parser_test.go, linker/bundler_tests, etc.), and a broad suite of JavaScript end-to-end tests (scripts/end-to-end-tests.js, js-api-tests.js, plugin-tests.js, test262.js) exercises real-world behavior and spec conformance. Code is consistently structured, with clear package boundaries and richly documented public APIs.

API Design - The surface area is small and ergonomic: a handful of CLI flags map directly to the same options in the JavaScript and Go APIs, and the TypeScript type definitions (lib/shared/types.ts) are thoroughly documented with links to the online reference. Getting started requires almost no boilerplate, and the plugin API offers a clean hook-based extension point for custom resolution and loading.

Used by 131 apps in this directory

Go
72%
GPL 3.0

1Panel

Devops · Hosting Control Panel · Monitoring

36,573

The only open-source VPS control panel with native AI agent runtime — deploy websites, Docker stacks, and local LLMs from one web interface.

View details
91
Repo Health
76
Technical
67
Dependency
Built with
Go72%
Vue28%
Updated today
TypeScript
76%
AGPL 3.0

Abby

Developer Tools · Product Management

167

Statically typed feature flags, remote config, and A/B testing with framework-native SDKs for TypeScript teams.

View details
30
Repo Health
70
Technical
63
Dependency
Built with
TypeScript76%
MDX18%
Updated 1 years ago
TypeScript
99%
Other

Activepieces

Automation · AI Assistants

23,887

Open-source AI automation platform that converts 280+ workflow integrations into MCP servers for LLMs, with no-code builders and TypeScript extensibility.

View details
92
Repo Health
85
Technical
65
Dependency
Built with
TypeScript99%
Updated today
TypeScript
88%
Other

AFFiNE

Productivity · Project Management · Note Taking

71,668

Write, draw, and plan in one infinite canvas — the open-source alternative to Notion and Miro that keeps your data yours.

View details
91
Repo Health
87
Technical
68
Dependency
Built with
TypeScript88%
Updated today
TypeScript
59%
Other

agenta

Developer Tools · Devops · AI Development

4,489

The open-source LLMOps platform unifying prompt engineering, evaluation, and observability for teams building reliable LLM applications.

View details
91
Repo Health
77
Technical
67
Dependency
Built with
TypeScript59%
Python39%
Updated today
TypeScript
91%
MIT

AI Engineer Coach

Developer Tools

3,614

A VS Code extension that reads your local AI coding session logs and turns them into actionable insights — anti-pattern detection across 45 rules, output tracking by model and harness, and skill discovery, with no data leaving your machine.

View details
69
Repo Health
70
Technical
85
Dependency
Built with
TypeScript91%
Updated today
TypeScript
95%
Apache 2.0

AionUi

AI Agents · Productivity

32,102

Free, open-source Cowork desktop app that unifies Claude Code, Codex, Gemini CLI, and 20+ AI agents into a single platform with multi-agent teams, 24/7 cron automation, and zero-config built-in agent.

View details
88
Repo Health
76
Technical
66
Dependency
Built with
TypeScript95%
Updated today
Python
90%
Apache 2.0

Apache Airflow

Data Engineering

46,530

Define, schedule, and monitor complex data workflows as Python code — with a powerful UI, 80+ provider integrations, and battle-tested scalability across thousands of production deployments.

View details
96
Repo Health
89
Technical
66
Dependency
Built with
Python90%
Updated today
TypeScript
51%
MIT

Anarlog

Note Taking · AI Assistants · Productivity

9,087

Anarlog is an open-source, local-first AI meeting notetaker that records, transcribes, and summarizes meetings entirely on your device — no cloud lock-in, no mandatory account, and every note saved as a plain markdown file you own forever.

View details
86
Repo Health
77
Technical
69
Dependency
Built with
TypeScript51%
Rust38%
Updated today

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search