Secure tool

Server-side homesite pressure test

This version keeps the scoring logic behind a Cloudflare Function instead of exposing the weighting and decision rules directly in the page source.

It is the cleaner pattern for any tool you want to make harder to casually replicate.
Best use
  • Small acreage sold as ready-to-build.
  • Suburban-fringe lots where nearby growth is doing too much persuasion.
  • Any tract where frontage, septic, floodplain, and build envelope are still fuzzy.
Why this version matters

The original homesite pressure test lives in public browser JavaScript. This secure version shifts the scoring to an API so the visible page only handles inputs and output rendering.

Enter the tract basics and run the test.

Architecture note

The goal is not perfect secrecy. The goal is to keep your actual scoring and weighting logic off the public page so replication takes real work instead of just opening DevTools.