The page builder framework for your coding agent
Meet Camox, the open-source CMS designed for agentic workflows and visual editing.
npm create camox@latestYour website needs to keep up with you. You're shipping fast using agents. Your site should maintain that pace, from day one to IPO. Don't let your stack hold you back.
Vibe-coding platforms don't scale.
The first page looks good. But as every new one is created in code from scratch, consistency becomes impossible, while the token bill keeps growing.
Coding agents build sites you can't edit.
Every page is hardcoded, so once deployed, there's nothing you can change. Any edit requires a developer making a commit and redeploying.
Headless CMS sites are edited blind.
You work on your content in forms, not knowing what it will actually look like on your site. And connecting the different pieces requires lots of boilerplate.
No-code means no agents.
Visual builders rely on complex interfaces that have a steep learning curve. Agents still struggle at clicking around in UIs, so you're on your own.
Camox combines the speed of agents with the structure of a CMS.
Create your project
Get a Camox app running locally with the CLI.
Edit content visually
Access Camox Studio to view available blocks and edit their content and assets.
Create your own blocks
Use your coding agent to generate sections of UI that can be used across pages.
Let your agent create pages
Your agent uses the available blocks (or creates new ones if needed) to build new pages in seconds.
Get a production-ready website
Review the automatically generated SEO metadata.
Everything coding agents need to be autonomous
Skills included
Lets agents discover Camox capabilities without polluting your context, from block creation to content management.
Skills update when you update Camox, so they're never out of sync.
Very type-safe APIs
All APIs are designed to give agents tight feedback loops, letting them know if they make mistakes so they can self-correct.
Inferred TS types ensure your block templates match their schema. This schema is then used for structured output on content mutations.
Powerful CLI
Content management happens in the terminal too. The Camox CLI lets you browse your content, list available blocks, then use them to create or edit pages. No need for a dashboard – agents can do it all in bash.
Modern websites require modern solutions. Sites have very different needs from apps. Camox was purpose-built to address them.
SEO metadata generation
Camox always watches changes to your page content, and generates new title and description tags optimized for Google when needed.
Optimized images, metadata included
All your assets get compressed and served in the most efficient format. And AI writes the file names and alternative text, ensuring good a11y.
Open Graph image generation
Make your site stand out when shared on the web. All your pages get an OG image out of the box, using a template you can customize.
Serve markdown to agents
When an LLM fetches a page on your site, they don't get HTML but markdown, the most token-efficient language. You define the block-to-markdown template, so nothing is lost in translation.
A foundation you can build on.
React and TanStack Start
Server-side rendering for great SEO. Link prefetching on hover. And extremely type-safe APIs and links.
Vite Plus
No more tooling problems. Your app comes with the fastest linter, formatter and type checker, based on oxc and tsgo.
Nitro
Nitro adds support for all runtimes (serverless or not) so you can deploy anywhere. Or swap it for the Cloudflare Vite plugin – your code, your choice.
Tailwind and shadcn/ui
The best way for AI to manage styles. Change the look of your site by tweaking the theme in a single CSS file.
Base UI
The most modern and well-maintained headless component library. With full shadcn/ui support.
TanStack Query
Server data management, fully integrated with your router.