Built with Jon — Hidden Profit Tools
UnexploredRead-only tools for finding where a small business leaks deals, time, and cash.
Install
mcp_config.json
{
"mcpServers": {
"com-builtwithjon-builtwithjon": {
"url": "https://builtwithjon.com/mcp",
"type": "streamable-http"
}
}
}Documentation
builtwithjon.com
Personal site for Jonathan Malkin. AI builder, solo founder.
Built with Astro v6. Hosted on Cloudflare Workers as jonathanmalkin-site. Zero JavaScript by default.
Local Preview
From this repo:
npm run build
npm run preview
Deploy
Live deploys require both steps:
git push origin main
npm run build
find dist -name .DS_Store -delete
wrangler deploy
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.
IndexNow
After a deploy that changes one or more canonical, indexable pages, notify IndexNow with only those URLs:
npm run indexnow:submit -- https://builtwithjon.com/articles/example/
The script verifies that the deployed key file is live before it submits. Preview the exact bounded payload without any network call with:
npm run indexnow:submit -- --dry-run https://builtwithjon.com/articles/example/
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.
See Also
- Jules — the Claude Code system that runs the business
- builtwithjon.com — the live site
Sourced from the repository README.
More in Design & UX
- Stitch MCP ServerGenerates high-fidelity UI designs, screen variants, and design systems from text descriptions directly into production apps.3,400
- Design ExtractExtract any website's complete design system with one command. DTCG tokens, semantic+primitive+composite, MCP server for Claude Code/Cursor/Windsurf, multi-platform emitters (iOS SwiftUI, Android Compose, Flutter, WordPress), Tailwind v4, Figma variables, shadcn/ui, CSS health audit, WCAG remediation, Chrome extension. MIT, Playwright, Node 20+.3,367
- Impeccable UIMaster frontend design skill for crafting extraordinary, high-performance UI components, layout systems, design tokens, micro-animations, and visual polish.3,200
- Figma MCP ServerThe Figma MCP server brings Figma design context directly into your AI workflow.1,919
- Design IntentCaptures and translates product specifications into clean, implementable visual design tokens, component architecture, and design system contracts.1,840
- docs-mcpRemote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.117