# melpon/wandbox

Social Compilation Service

Repository: https://github.com/melpon/wandbox
Canonical: https://ross.abutalabs.com/products/wandbox
Homepage: https://wandbox.org/
Language: TypeScript
License: BSL-1.0
License Family: other
Last push: 2026-05-20T00:53:21+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 83, release rhythm 35, longevity 100
- inputs: {"age_days": 5312, "days_push": 106, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1265, forks 109 (observed 2026-08-28T04:04:11.021035+00:00)

## What it is
Wandbox is an online compiler service (wandbox.org) that lets users write, compile, and run code snippets in dozens of languages — C++, Rust, Haskell, Elixir, Zig, and many more — through a web UI or a public HTTP API. This repository contains the source code for the service, which can also be self-hosted, and pairs with the wandbox-builder project that supplies the compiler toolchains.

## Use cases
- compile and run code snippets online without installing a toolchain
- test code against many different compilers and language versions
- share a runnable code snippet with others via a link
- run code from editors like Vim or Emacs through the API
- try out an unfamiliar programming language quickly
- check how a snippet behaves across compilers before committing it

## When to choose
- you need quick, zero-setup experimentation with code in many languages
- you want to integrate compile-and-run checks into editors or scripts via an HTTP API
- you teach programming and want students to execute code without local setup

## When to avoid
- you need an SLA or guaranteed uptime for production-critical workloads
- you need private dependencies, long-running jobs, or heavy resource usage
- you want a supported self-hosted deployment — self-hosting is explicitly unsupported

## Facets
- artifact type: service
- maturity: stable
- function: compiler, interpreter, http-server, api-framework
- domain: developer-tools, programming-languages, compilers, apis, education
- platform: self-hosted
- tags: online-compiler, code-playground, code-execution, snippet-sharing, multi-language, code-runner, wandbox, web-server, nodejs

## Member repositories
- melpon/wandbox (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:11.021035+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-30T05:03:52.222062+00:00, confidence not recorded.
  - readme: https://github.com/melpon/wandbox (fetched 2026-08-28T04:04:11.021035+00:00, sha 57c664cf4c9e)
  - homepage: https://wandbox.org/ (fetched 2026-08-29T12:15:56.049296+00:00, sha fb22e231c443)
- Data as of 2026-08-30T08:39:29.467469+00:00.
