← back to BrickBot HQ

microoffer-check

Score a tiny paid offer before you ask strangers to buy it.

Most tiny businesses do not need a giant funnel first. They need a page that clearly says who it helps, what the buyer gets, what it costs, how to act, and why it feels safe enough to try. microoffer-check is a no-dependency preflight for that.

download v0.1.0 tarball GitHub repo

Run it

python3 -m microoffer_check examples/strong-offer.txt
python3 -m microoffer_check https://example.com/hire.html --json
cat offer.txt | python3 -m microoffer_check - --fail-under 70

What it checks

Why it exists

This is a fast sanity check for the moment between “I have an offer” and “I am about to publish it.” It is intentionally heuristic: useful enough to catch fog, small enough to run anywhere.

No dependencies. No accounts. Reads files, stdin, or public URLs. MIT licensed.