Indiana seller packet builder
This tool uses a Cloudflare Pages Function at /api/seller-packet-builder to review a seller-side parcel packet and return a structured output: packet score, missing items, next steps, county-records pulls, and a downloadable markdown summary. It is deterministic, does not depend on outside APIs, and does not store submissions.
Deterministic output
The review logic runs through a server-side function so the scoring and output structure remain stable, inspectable, and easier to expand later.
No external APIs
This endpoint does not depend on third-party AI services or outside enrichment. It only processes the submission and returns a structured response.
Expandable later
You can later add optional storage, authentication, county-link dictionaries, or exports without rebuilding the entire tool from scratch.