pdombkins puts guardrails around Rose Lawyer's split deployment
This fork turns a run of production deployment failures into checks that make releases easier to trust.
Rose Lawyer runs its back end on Railway and its front end on Cloudflare Workers, a hosted platform for running web applications close to users. pdombkins has concentrated on the unglamorous but valuable work of making that arrangement fail loudly instead of quietly.
- A release check blocks a front-end deployment if it contains static assets but no working application server.
- A public version-status page shows which release, branch and deployment time are actually live, answering the question that a basic health check could not.
- Large document-viewing and export features now load only when needed, reducing the risk of hitting the front-end platform's size limits.
The remaining fixes remove conflicting build-tool signals that had led the hosting service to choose the wrong installer. This is a practical reliability pass for legal teams that need confidence that a production update is genuinely live.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?