Ownership, not outsourcing
NomadRex does not currently operate as a client services or contract app-development shop. Every product on this site — The Rexdale App, NomadRex Recovery Rx, and nomadrex.dev itself — is designed, built, and maintained directly by NomadRex. That distinction matters for anyone evaluating our work: there is no third-party client relationship to reference, only the products themselves.
The toolchain
This website is a static site built with Vite, deployed to Cloudflare Pages, with account authentication handled by Supabase. Content-Security-Policy, referrer, and framing headers are set explicitly in a `_headers` file rather than left at platform defaults. Automated tests run with Node's built-in test runner against the shipped HTML, CSS, and headers before a change is considered done.
Product engineering choices are covered in more depth in the Insights library, including articles on our React, Vite, and TypeScript setup, WebView2 packaging approach, and use of Cloudflare Pages and Workers together.
Process
- Scope narrowly. Each release targets a specific, verifiable improvement rather than a broad feature list.
- Build against real constraints. Security headers, accessibility, and performance budgets are considered part of the feature, not an afterthought.
- Test what ships. Automated tests assert against the actual deployed markup, styles, and headers rather than an idealized spec.
- Publish only what is true. Public copy is checked against what has actually shipped before publishing, especially for in-development products.
Quality bar
Every page is expected to work without JavaScript for core content, to remain usable at small viewport widths, to meet basic keyboard and screen-reader accessibility, and to avoid dark patterns such as fake urgency or disguised advertising. See the Editorial Policy for how published content itself is held to the same standard.