Skip to content

Overview โ€‹

massCode is a free and open source developer workspace for code snippets, markdown notes, HTTP requests, calculations, and quick developer utilities. Instead of scattering everyday work across an editor, a notes app, an HTTP client, a calculator, and a handful of websites, you keep it in focused Spaces inside one local-first desktop app.

Switch between Spaces using the rail on the left side of the app, or use the Command Palette to jump to spaces, content, and actions from the keyboard.

Code โ€‹

Use Code to build a reusable snippet library across projects and languages. The three-column layout keeps organization, search, and editing in one place: Library on the left, snippet list in the middle, editor on the right.

Notes โ€‹

Use Notes for longer markdown documents that do not fit well into snippets: project notes, drafts, technical docs, meeting notes, and personal knowledge bases. It uses the same three-column layout as Code and adds a Notes Dashboard, live preview, a notes graph, mindmaps, and fullscreen presentation mode.

HTTP โ€‹

Use HTTP as a lightweight API client inside massCode. Store requests in folders, import collections from OpenAPI, Postman, or Bruno, switch environments, preview the outgoing request as raw HTTP or cURL, send it from the editor, and inspect the response body and headers without leaving your workspace.

Math โ€‹

Math is a calculator-style notebook for quick development math without leaving massCode. Use it for currency conversion, unit conversion, date math, finance, and natural-language calculations with instant results on every line.

Tools โ€‹

Tools covers the small one-off tasks that usually send you to a browser tab: JSON comparison, encoders, decoders, generators, hash utilities, and text converters. Categories are listed on the left, and the active tool opens on the right.

General Settings โ€‹

Hide or show the Library sidebar in Code and Notes:

  • Select "View" > "Toggle Sidebar" from the menu bar or press Alt+Cmd+B on macOS or Alt+Ctrl+B on Windows or Linux.

Font Size โ€‹

Adjust the editor font size in Code and Notes:

  • Cmd+= / Ctrl+= increase
  • Cmd+- / Ctrl+- decrease
  • Cmd+0 / Ctrl+0 reset to default

Preferences โ€‹

Open the main preferences window:

  • Press Cmd+, on macOS or Ctrl+, on Windows or Linux.

Compact List Mode โ€‹

Code, Notes, and Math support a compact list mode that reduces item height, so you can see more folders, notes, snippets, or sheets at once.

massCode released under the AGPL v3 License.
Snippet collection released under the CC-BY-4.0 License.