Ace Builds

Prebuilt Ace code editor bundles for embedding a fast, extensible editor with 100+ language modes in any web app

Library
npm
v1.44.0
3,093stars
BSD 3-Clause License

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
54/100Fair
Development Activity16
Maintenance20
Community80
Maturity60
Momentum40

Technical Analysis

AI-assessed by reading the actual repository — architecture, code quality, innovation, and documentation.How we score it →
66/100Good
Architecture70
Code Quality55
Innovation65
Learning Curve75

Ace Builds is the distributable, ready-to-embed packaging of the Ace code editor — the same engine that powers Cloud9 IDE, AWS Cloud9, and countless in-browser editing experiences. Rather than requiring consumers to build Ace from its many source modules, this repository ships four pre-concatenated bundle variants (plain, minified, no-conflict, and minified no-conflict) along with TypeScript typings, so a project can drop a single script tag or npm import and get a full-featured code editor running immediately.

Under the hood it exposes over 190 language modes, 48 color themes, a dozen syntax-highlighting workers, keybinding emulations for Vim/Emacs/Sublime/VS Code, and extensions for autocompletion, code folding, search, linting markers, and more — all individually lazy-loadable via ace.config.setModuleLoader, so apps only pay for the languages and features they actually use.

What You Get

  • Four prebuilt bundle variants (src, src-min, src-noconflict, src-min-noconflict) covering both classic <script> embedding and no-conflict/ESM usage
  • 190+ language mode files (JavaScript, Python, Rust, Go, SQL, YAML, and more) for accurate tokenizing and syntax highlighting
  • 48 built-in editor themes (Monokai, Twilight, GitHub, Solarized, and others) selectable at runtime
  • Keybinding emulation modules for Vim, Emacs, Sublime Text, and VS Code shortcut schemes
  • Extension modules for autocompletion, code folding, search/replace, spellcheck, split views, and a status bar
  • First-class TypeScript definitions (ace.d.ts, ace-modules.d.ts, ace-modes.d.ts) plus a webpack/ESM module resolver for tree-shakeable async loading

Common Use Cases

  • Embedding a lightweight in-browser code editor for admin panels, config editors, or internal developer tools
  • Building online IDEs, coding playgrounds, or REPL-style learning platforms
  • Adding syntax-highlighted, editable code blocks to documentation sites or CMS-driven content editors
  • Powering low-code/no-code platforms that need users to hand-edit generated scripts or expressions

Under The Hood

Architecture: Ace Builds is a generated distribution repository — not the source of Ace itself (which lives in ajaxorg/ace) — that concatenates and packages Ace’s modular source tree into four bundle variants (src, src-min, src-noconflict, src-min-noconflict). Each bundle is built around a central ace.js loader implementing a lightweight module system (ace.define/ace.require) that mirrors RequireJS, letting language modes (mode-*.js), themes (theme-*.js), syntax workers (worker-*.js), keybindings (keybinding-*.js), extensions (ext-*.js), and snippets register as independently loadable modules under a shared ace/ namespace. esm-resolver.js and webpack-resolver.js register ace.config.setModuleLoader callbacks mapping each module id to a dynamic import(), letting modern bundlers code-split and lazy-load only the modes and themes actually used, while editor.html demonstrates the simplest synchronous script-tag path.

Tech Stack: The bundle is pure JavaScript (99.5% by byte count) generated from Ace’s upstream source, with a small CSS footprint (0.5%) for theme stylesheets and token classes. Language-mode tokenizers use hand-rolled regex-based state machines rather than a shared external parser framework, and syntax-highlighting/linting run in dedicated Web Worker threads for languages like JavaScript, CSS, and JSON to keep the main thread responsive. TypeScript consumers get first-class support via six separate .d.ts files (ace.d.ts for the core API plus split files for modes, modules, extensions, snippets, and themes) rather than one monolithic types file, mirroring the runtime’s own modular split.

Code Quality: This repository ships no test suite — package.json’s test script is a stub that exits 1, and no test files exist anywhere in the tree — because it is a generated build-artifact repo; real test coverage, if any, lives upstream in ajaxorg/ace where the editor’s actual source and CI live. Naming is highly consistent across the 291 files in each bundle directory, following a strict <category>-<name>.js convention (mode-python.js, theme-monokai.js, keybinding-vim.js) that keeps the module surface predictable and navigable even without documentation.

API Design: The public API is exposed through a handful of well-known entry points — ace.edit(elementId) to instantiate an editor, editor.setTheme(), editor.session.setMode() — requiring minimal boilerplate to get a working editor on screen, as shown in the repository’s own editor.html example. Advanced configuration (custom keybindings, per-language snippets, lazy module loading) is opt-in via ace.config.setModuleLoader rather than required upfront, so simple integrations stay simple while production apps retain fine-grained control over bundle size.

Used by 14 apps in this directory

Java
78%
GPL 3.0

DataEase

Analytics · Data Engineering · AI Assistants

24,346

Open-source BI tool with drag-and-drop dashboards, 20+ data source connectors, and AI-powered natural language queries — a self-hosted alternative to Tableau.

View details
94
Repo Health
71
Technical
66
Dependency
Built with
Java78%
Vue22%
Updated today
Ruby
62%
GPL 2.0

Discourse

Community

47,672

Open-source community platform with dynamic trust levels, real-time chat, and a powerful plugin architecture for self-hosted forums.

View details
89
Repo Health
89
Technical
67
Dependency
Built with
Ruby62%
JavaScript31%
Updated today
PHP
66%
AGPL 3.0

EspoCRM

Marketing · Ecommerce · CRM

3,259

Open-source CRM platform with metadata-driven customization, field-level permissions, and a full REST API — deploy on your own infrastructure.

View details
97
Repo Health
72
Technical
64
Dependency
Built with
PHP66%
JavaScript24%
Updated yesterday
TypeScript
83%
Apache 2.0

Grist

Databases · No Code Platforms

11,469

A modern relational spreadsheet that combines Python-powered formulas, drag-and-drop dashboards, and granular access controls in a self-hostable, SQLite-backed data platform.

View details
91
Repo Health
93
Technical
68
Dependency
Built with
TypeScript83%
Python11%
Updated yesterday
TypeScript
97%
Other

GrowthBook

Developer Tools · Analytics · Monitoring

8,138

Open source feature flags, A/B testing, and warehouse-native experimentation that queries your existing data infrastructure—no data movement required.

View details
92
Repo Health
85
Technical
66
Dependency
Built with
TypeScript97%
Updated today
Python
68%
MIT

Langflow

AI Agents · AI Development

153,450

Build, test, and deploy AI agents and RAG workflows visually with native API and MCP server export.

View details
90
Repo Health
85
Technical
66
Dependency
Built with
Python68%
TypeScript22%
Updated today
TypeScript
94%
AGPL 3.0

Laudspeaker

Marketing · Automation

2,618

Open-source customer engagement platform for building visual, event-triggered messaging journeys across email, SMS, push, in-app, and webhooks.

View details
53
Repo Health
66
Technical
64
Dependency
Built with
TypeScript94%
Updated 1 months ago
TypeScript
96%
Other

Lightdash

Analytics · Data Engineering

6,056

The open-source Looker alternative that turns your dbt project's metrics and dimensions into governed, self-serve charts and dashboards — no license key required.

View details
93
Repo Health
84
Technical
66
Dependency
Built with
TypeScript96%
Updated today
JavaScript
44%
Other

LimeSurvey

Forms Surveys

3,698

The world's most flexible open-source survey platform with 900+ templates, conditional logic, 80+ languages, and full GDPR compliance for any scale.

View details
86
Repo Health
62
Technical
62
Dependency
Built with
JavaScript44%
PHP34%
CSS12%
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