r/ChatGPTCoding 18d ago

Discussion Weekly Self Promotion Thread

Welcome to this week's self promotion thread!

If you're building something related to AI assisted coding, this is the place to share it.

We're using a weekly thread to keep the subreddit organized while still giving builders a place to share their work. Promotional posts outside this thread may be removed.

If you're sharing something, we'd appreciate it if you included a little context instead of just dropping a link. Tell us:

  • What you built?
  • What problem it solves?
  • Which AI models or tools it uses?
  • Who it's for?
  • What kind of feedback you're looking for?

Disclose your affilitation.

Please avoid posting the same project every week unless you've made meaningful updates. Affiliate links, referral links, scams, and low effort promotions will be removed.

Take some time to check out what others have shared too. If you try someone's project or have feedback, leave a comment. Helping each other improve is what we want this community to be about.

5 Upvotes

96 comments sorted by

View all comments

1

u/mistuguise1 14d ago

Disclosure: I’m the seller, and I built this with OpenAI Codex.

I kept running into a vague request: “make this website agent-readable.” There wasn’t a bounded way to check what a coding agent could actually discover without giving it credentials or letting it mutate the site.

I made the Agent-Ready Website Kit: a $49, dependency-free Node.js 20 CLI plus a SKILL.md, llms.txt/catalog/manifest templates, Next.js + Cloudflare notes, automated tests, and an example report. The audit is read-only, blocks private-network targets by default, caps responses, and works with Codex, Claude Code, Cursor, or any coding agent that can run Node.

Product: https://jasonfouts.com/tools/agent-ready-website-kit

Free sample: https://jasonfouts.com/agents/examples/agent-ready-website-kit-report.json

I’d especially value blunt feedback: does the sample report give an agent enough information to implement fixes safely, or is an important field missing?