Evaluation intake
Request a new buyer brief.
Paste a listing URL or address, add any buyer notes, and submit it into the public evaluation queue. Today this uses GitHub Issues; direct no-GitHub-submit support is scaffolded for the next backend step.
Submit A House
Public note: this flow creates a GitHub issue in a public repository. Do not include private financing limits, personal identity details, or negotiation strategy unless you want them public.
Request Ready
Open the GitHub issue link below, review the text, and submit it. That issue becomes the public queue item for evaluation and publishing.
Your request was submitted to the queue. Use the status page to track it.
How A Request Becomes A Page
- The form creates a public GitHub issue with the listing URL, address, and notes.
- The issue is acknowledged and labeled by the repository workflow.
- The home-evaluation skill is run against the request, using current listing, market, school, safety, tax, permit, and title sources where available.
- The generated brief is added as an HTML page under `homes/` and listed in `data/homes.json`.
- GitHub Pages republishes the site automatically from the `main` branch.
Why GitHub Still Asks You To Submit
GitHub Pages is a static host. It cannot safely keep a private GitHub token in the browser, so the current public-safe flow sends you to GitHub to confirm the issue. The repo now includes a small backend scaffold that can remove that extra step once an endpoint with a private token is deployed.