Back to work
Case Study

OpsTrace

OpsTrace is a local-first deployment workspace for moving an app from a local repository to a reachable URL with clearer checks, approvals, and evidence.

PythonFastAPITyperSQLiteDeployment safety
OpsTrace project control center screenshot
Interactive Walkthrough

Move through a deployment session

OpsTrace interactive screen
Project control center with deployment readiness and workspace context.

Problem

Deployments often fail for ordinary reasons: missing environment variables, unclear server state, undocumented commands, weak rollback notes, and no clean record of what happened.

What I Built

  • Local CLI and web dashboard for deployment planning
  • Project scanner for frameworks, Docker files, env hints, and health checks
  • Guided sessions with readiness checks, approvals, execution records, and reports
  • Read-only inspectors for servers, databases, storage, and cloud visibility
  • Redaction and policy checks before deployment context leaves the local workspace

Safety Model

OpsTrace is intentionally conservative. Secrets stay local, real env values are not exposed, provider outputs are redacted, unsupported actions are blocked, and execution stays narrow and approved.

Result

The project focuses on operational basics that matter in production: secrets, deployment risk, local tooling, user trust, and a clean record of what happened.