The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Built with Jon — Hidden Profit Tools listing page.
Personal site for Jonathan Malkin. AI builder, solo founder.
Built with Astro v6. Hosted on Cloudflare Workers as jonathanmalkin-site. Zero JavaScript by default.
From this repo:
Live deploys require both steps:
Do not pass --assets or --name. wrangler.jsonc owns the Worker and asset
routing, including run_worker_first for the MCP endpoint. CLI asset flags can
replace that configuration and cause static assets to intercept POST /mcp.
In the broader Active-Work workspace, use Scripts/deploy-website.sh to run the push, build, cleanup, and Wrangler deploy sequence.
GitHub push alone does not publish the live site.
After a deploy that changes one or more canonical, indexable pages, notify IndexNow with only those URLs:
The script verifies that the deployed key file is live before it submits. Preview the exact bounded payload without any network call with:
It rejects other origins, query strings/fragments, and noindex/private routes. HTTP 200 means IndexNow received the notification; HTTP 202 means it received it and key validation is pending. Neither response guarantees that a search engine will index the URL.