# microsoft/monaco-editor

A browser based code editor

Repository: https://github.com/microsoft/monaco-editor
Canonical: https://ross.abutalabs.com/products/monaco-editor
Homepage: https://microsoft.github.io/monaco-editor/
Language: JavaScript
License: MIT
License Family: permissive
Topics: monaco-editor, vscode, editor, browser, typescript
Last push: 2026-08-25T16:41:14+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 81, longevity 100
- inputs: {"age_days": 3739, "days_push": 8, "days_rel": 44, "gap_med": 63.0, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 46594, forks 4112 (observed 2026-08-28T04:12:11.089521+00:00)

## What it is
Monaco Editor is the browser-based code editor that powers VS Code, distributed as an npm package with ESM and TypeScript API definitions. It provides models, views, and language services for rich in-browser code editing.

## Use cases
- embed a code editor in a web app
- build an online IDE or playground
- add syntax highlighting and IntelliSense to a browser text area
- create a JSON/YAML editor with validation in the browser
- build a custom VS Code-like editing experience on the web
- show editable code snippets with language support in documentation sites

## When to choose
- you need a full-featured code editor in the browser
- you want VS Code-grade editing features (multi-cursor, IntelliSense, diff view)
- you are building a web-based IDE or configuration editor

## When to avoid
- you need a lightweight plain textarea or simple markdown input
- you are building a native desktop or mobile editor rather than web
- you need a full IDE with terminal, debugger, and extensions rather than an editor component

## Facets
- artifact type: library
- maturity: stable
- function: editor, ui-components, frontend-framework
- domain: web-development, frontend, developer-tools, text-editors
- platform: browser
- tags: code-editor, vscode, syntax-highlighting, intellisense, typescript, browser-based, web-server, nodejs

## Member repositories
- microsoft/monaco-editor (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:11.089521+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:21:36.634940+00:00, confidence not recorded.
  - readme: https://github.com/microsoft/monaco-editor (fetched 2026-08-28T04:12:11.089521+00:00, sha 13c4d1dc3af9)
  - homepage: https://microsoft.github.io/monaco-editor/ (fetched 2026-08-29T07:45:05.810294+00:00, sha ca4cf9aa598c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
