After payment is confirmed, send your local gate report for the $499 executive PDF. You run npx simplebeacon scan --gate --offline on your machine — we format and operator-review the deliverable. No source zip required for the default path.
Local-first: The CLI and MCP are free. This guide is only for the optional formatted PDF when your client room needs a document.
From your project root (after install):
npx --yes simplebeacon init --starter npx simplebeacon scan --gate --offline npx simplebeacon gate status
Report path: .simplebeacon/report.json (or path shown in CLI output). Fix blocking issues before sending if you want a pass verdict on the PDF.
.simplebeacon/report.json or upload to Drive/Dropbox and link in email.Do not attach production secrets — the JSON contains file paths and finding metadata, not your full source tree.
If your team cannot run the CLI, choose a read-only handoff method below. Source is deleted after PDF delivery.
Preferred for most agencies — no org-wide app install required.
Windows (PowerShell)
cd C:\path\to\client-repo git checkout main git archive --format=zip --output=..\client-handoff-main.zip HEAD
macOS / Linux
cd /path/to/client-repo git checkout main git archive --format=zip --output=../client-handoff-main.zip HEAD
No git? Zip the project folder manually after deleting node_modules and .git.
main or your named release branch.GitHub → Settings → Collaborators → Add people → Role: Read (or use a time-limited deploy key).
To: [email protected] Subject: SimpleBeacon clearance — [Agency name] / [Client project] Payment confirmed: yes (Stripe receipt attached / booking #[id]) Delivery: gate report JSON attached OR zip/Git URL: [if optional scan needed] Project: github.com/org/client-repo OR project name Branch: main Client delivery date: [YYYY-MM-DD] Billing contact: [email protected] Notes: [NDA yes/no, stack, urgency] I confirm this report/branch is for a one-time clearance PDF.
Sample deliverable layout: View sample report
← Back to homepage · Book clearance · Free CLI & MCP install