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.
Platform reference
Understand the project values, package boundaries, and starting points.
Changelog
Track what changed in the platform and why the defaults evolved.
Operating assumptions
| Area | Default |
|---|---|
| API | Hono on Cloudflare Workers with typed boundaries |
| App | TanStack Start with route-level data loading |
| Auth | Better Auth with split-domain deployment concerns documented |
| Data | D1 and Drizzle with edge constraints called out |
| Jobs | Trigger.dev packaged for background product flows |
First setup pass
pnpm install
pnpm devAfter setup, read the production fixes and package boundaries before adding product code. That is where the platform saves the most senior engineering time.