Developers & contributors

Transparent by construction.

A server-rendered clinical catalog with a SQLite source map, explicit formula registry, browser-local calculations, and small JSON endpoints.

Architecture

Structured catalog

1,300+ source pages normalized into categories, tools, fields, clinical context, references, relationships, media, and validation state.

No expression eval

Reviewed formulas use named, typed implementations. Unreviewed expressions are never executed from database content.

Fast discovery

Server-side filtering plus a lightweight command-search endpoint avoids shipping the full catalog to every device.

Reviewable changes

Formula versions, equations, output labels, interpretation bands, and test vectors can be reviewed independently.

Public read endpoints

GET /api/search?q=...GET /api/tools/:slugGET /api/statsGET /api/health

Write endpoints for feedback and discussions are rate-limited and validated. Calculation values have no write endpoint.

Contribute safely

Send the primary publication or guideline, exact equation, units, edge cases, and at least three reproducible test vectors. A formula is not marked reviewed based only on a secondary calculator.

Propose a correction