# audreyt/ethercalc

Node.js port of Multi-user SocialCalc

Repository: https://github.com/audreyt/ethercalc
Canonical: https://ross.abutalabs.com/products/ethercalc
Homepage: https://ethercalc.net
Language: TypeScript
License: NOASSERTION
License Family: other
Last push: 2026-08-11T14:18:20+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 93, longevity 100
- inputs: {"age_days": 5492, "days_push": 22, "days_rel": 47, "gap_med": 1, "n_releases_24m": 8}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3042, forks 552 (observed 2026-08-28T04:07:39.361877+00:00)

## What it is
EtherCalc is a web-based spreadsheet server for real-time multi-user collaborative editing, a TypeScript rewrite of the original SocialCalc-based EtherCalc. It runs on the Cloudflare fullstack (Hono, Workers, Durable Objects, D1, KV, R2) and can also self-host via Docker or a local CLI without a Cloudflare account.

## Use cases
- collaboratively edit a spreadsheet with teammates by sharing a URL
- embed a live multi-user spreadsheet into a Drupal site
- self-host a collaborative spreadsheet server on my own infrastructure
- run a realtime spreadsheet on Cloudflare Workers
- share a spreadsheet link for simultaneous editing without accounts
- integrate spreadsheet editing into a web app via a REST API

## When to choose
- you need lightweight, anonymous, real-time collaborative spreadsheets with just a shared URL
- you want a self-hostable spreadsheet server with Docker or Cloudflare Workers deployment
- you need a REST API to programmatically read and write spreadsheet cells
- you want a free, open-source alternative to hosted collaborative sheets

## When to avoid
- you need heavy spreadsheet features like formulas, pivot tables, or charts comparable to Excel or Google Sheets
- you require strong access control or authentication — rooms are anonymous read/write to anyone with the URL
- you plan to expose it to the public internet without adding your own TLS-terminating reverse proxy and rate limiting
- you need offline desktop spreadsheet functionality

## Facets
- artifact type: application
- maturity: active
- function: web-framework, websocket, http-server, self-hosted, cli
- domain: web-development, developer-tools, self-hosted, cross-platform
- platform: bun, self-hosted, cloud, cross-platform
- tags: spreadsheet, collaborative-editing, realtime, cloudflare-workers, durable-objects, socialcalc, hono, typescript, real-time, nodejs, docker, web-server

## Member repositories
- audreyt/ethercalc (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:39.361877+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-30T07:29:13.266486+00:00, confidence not recorded.
  - readme: https://github.com/audreyt/ethercalc (fetched 2026-08-28T04:07:39.361877+00:00, sha f262c7de0166)
  - homepage: https://ethercalc.net (fetched 2026-08-29T09:44:34.459320+00:00, sha 5e5bdc590192)
  - registry_npm: https://registry.npmjs.org/ethercalc (fetched 2026-08-29T09:44:34.468404+00:00, sha 6c222de8ce58)
- Data as of 2026-08-30T08:39:29.467469+00:00.
