Claude-built websites
Claude Code built the site in a weekend. Add one signed endpoint and Contengi puts an agent directly on its blog, so posts get written, published, edited and taken down without anyone opening a code editor.
Read, write, publish, edit, republish
The CMS lists every post Contengi has published to your site, with what is live and what has changes waiting. Refreshing an older post? Give the agent its URL and it reads the live page.
Content library and CMSThe SEO agent researches the keyword, reads your knowledge base and hard rules, and drafts the post. Four slop filters run before you ever see it.
Content agentsEach post goes to your endpoint as signed JSON with the title, slug, SEO fields, body, FAQ and featured image. Your site stores it and replies with the live URL, which Contengi keeps.
Content library and CMSAsk the edit agent to tighten an intro, add a section or fix a stat. It changes only what you asked for, checks the links and shows you a diff you can revert.
Content library and CMSAn edited or refreshed post goes back over the original. If Contengi cannot find that original, the publish stops, so a second copy never appears at a new address.
Content agentsConnect Contengi to Claude and the same blog is one chat away. Claude can open a live post, edit it section by section and leave it waiting for you to publish.
Claude connectorUnder the hood
A site Claude built has no admin panel, so Contengi becomes one. The connection is a single endpoint in your own code, which means it works with any stack Claude chose and any host you deploy to.
Copy, paste, deploy
Paste this into Claude Code in your site's repo. It covers the whole contract: signature check, upsert on slug, unpublish, delete and the blog pages.
FAQ
No. You paste one prompt into Claude Code and it writes the endpoint. The only manual step is saving the signing secret in your hosting settings.
Any stack that can answer an HTTPS request: Next.js, Astro, SvelteKit, Remix, Express and the rest. Hosting on Vercel, Netlify, Cloudflare or your own server all work the same way.
Use a pull feed instead. Contengi serves your published posts as a private JSON or RSS feed and your site reads it at build time or on request.
Yes. The CMS sends a signed PATCH to unpublish and a signed DELETE to delete, and your endpoint handles both. Contengi only reports a post as gone once your site replies 200.
Yes. With the Claude connector, the Claude you built the site with can open a live post, edit it section by section and leave it waiting for you to publish.
Keep exploring