Projects
Systems and tools built across AI applications, backend infrastructure, and distributed systems.
RelayRun
Workflow automationA workflow automation platform that accepts JSON webhooks, stores events durably in PostgreSQL, and executes configured actions in background workers with bounded retries and dead-letter handling. Includes a Next.js control room for workflow, execution, and credential management.
Self-Healing API Gateway
Reliability infrastructureA resilient API gateway with health monitoring, circuit breakers, retry policies, and Gemini-powered incident remediation, paired with an operations dashboard for audits and escalation.
Distributed Task Scheduler
Distributed systemsA PostgreSQL-backed distributed task scheduler supporting priority- and time-based execution, configurable retries, cancellation, and multiple independent workers. Atomic task claiming and lease-based recovery coordinate concurrent workers and reclaim tasks after worker failures.