UNRISKING
Docs field manual

UNRISKING Field Manual

Production notes for the UNRISKING platform without relearning the same deployment failures.

UNRISKING is a full-stack TypeScript platform for generating RACMs from process discovery, source files, SOPs, and process maps.

What this manual is for

Use these docs to inspect the seams before working with the platform. The goal is not to hide complexity. The goal is to put the decisions, tradeoffs, and production fixes where senior developers can audit them fast.

Operating assumptions

AreaDefault
APIHono on Cloudflare Workers with typed boundaries
AppTanStack Start with route-level data loading
AuthBetter Auth with split-domain deployment concerns documented
DataD1 and Drizzle with edge constraints called out
JobsTrigger.dev packaged for background product flows

First setup pass

pnpm install
pnpm dev

After setup, read the production fixes and package boundaries before adding product code. That is where the platform saves the most senior engineering time.

On this page