The page builder framework for your coding agent

Meet Camox, the open-source CMS designed for agentic workflows and visual editing.

npm create camox@latest
Why Camox

Your 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.

Lovable iconBolt logo darkv0 icon

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.

Claude iconCodex logoCursor icon

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.

Sanity iconStrapi logoPayload icon

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.

Webflow logoFramer logo

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.

How it works
A screeshot of Rémi giving a tour of Camox Studio features

Create your project

0:06

Get a Camox app running locally with the CLI.

Edit content visually

0:37

Access Camox Studio to view available blocks and edit their content and assets.

Create your own blocks

2:13

Use your coding agent to generate sections of UI that can be used across pages.

Let your agent create pages

3:38

Your agent uses the available blocks (or creates new ones if needed) to build new pages in seconds.

Get a production-ready website

4:50

Review the automatically generated SEO metadata.

Agent workflow

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.

Built for the web

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.

Search result card for "page builder CMS" on Camox.site, showing the title "The page builder framework for coding agents — Camox" and a brief description of Camox as a CMS for developers, LLMs, and human editors.

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.

Sunset over a ridge with a bright moon.

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.

Tweet promoting Camox, a page builder framework for coding agents, with statistics on engagement like likes and shares.

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 visual representation of the markdown serving feature
STACK

A foundation you can build on.

React logoTanStack logo

React and TanStack Start

Server-side rendering for great SEO. Link prefetching on hover. And extremely type-safe APIs and links.

Vite logo

Vite Plus

No more tooling problems. Your app comes with the fastest linter, formatter and type checker, based on oxc and tsgo.

Nitro logo

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 logoshadcn/ui icon

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 logo

Base UI

The most modern and well-maintained headless component library. With full shadcn/ui support.

TanStack logo

TanStack Query

Server data management, fully integrated with your router.