Backend / Platform Engineering / building

RunBridge

Backend platform for workflow review, approvals, and reliable execution

A Go backend for reviewing and authorizing expensive jobs before they run, with explicit state transitions, failure recovery, run diffs, and signed execution receipts.

GoPostgreSQLNext.jsTypeScriptAWSDockerTerraformNextflowSeqera
01 / Problem

Computational workflows can be technically valid and still launch with the wrong dataset, pipeline revision, reference, parameters, or cost profile.

02 / System
01

Run Diff compares proposed runs against the last approved baseline.

02

PostgreSQL-backed state machine owns execution lifecycle and ambiguous submission recovery.

03

Seqera remains an execution backend rather than the product identity.

04

SHA-256 manifests and signed receipts bind approvals to resulting execution evidence.

03 / Proof

Next proof target: fault-injection results for ambiguous submissions, reconciliation success rate, verification latency, and real reviewed runs.