AccessOps with Durable Execution
This started as a simple access management prototype, but I mainly built it to explore durable execution and workflow patterns. It's SvelteKit on the frontend and Go + Postgres on the backend, with DBOS workflows handling things like approvals, provisioning, and access reviews — so they keep running even if the system restarts or crashes. Mostly just a sandbox for me to understand how to build systems where long-running processes don't easily break, and where changes are still traceable when things go wrong.