Studio concept buildBusiness automation
Relay
A control panel for business automations: every workflow, every run, visible and owned.
Client engagements are private under NDA. These systems are our own builds, shown to demonstrate the standard we deliver.

The problem it addresses
Automations rot in the dark. A workflow here, a script there; nobody can say what runs, what failed last night, or what breaks if it stops. The first anyone hears of it is the order that silently never shipped.
What the system does
- 01One registry of every workflow: what it does, what triggers it, which systems it touches and who owns it.
- 02Run history with the payload, so a failed run can be read, fixed and replayed instead of guessed at.
- 03Alerts that reach a person: failures and stuck runs notify the owner instead of piling into a log.
- 04Pause, resume and run-now controls per workflow, with every change recorded.
- 05Retries and a dead-letter queue by default, so one flaky API does not lose a day of orders.
Stack
- n8n (self-hosted)
- TypeScript
- Node.js
- Webhooks
- PostgreSQL
Architecture
Self-hosted n8n as the engine, a PostgreSQL registry beside it, and a thin control UI over both; every run and state change lands in one events table.
How we build this for you