Simple copy changes require code changes
Edit content visually on the page
Camox is a Vite framework with a CMS baked in.
npm create camox@latestCoding agents need a framework. Not just to render pages, but to manage the site over time.
With standard frameworks
with Camox
Simple copy changes require code changes
Edit content visually on the page
Every content update needs a redeploy
Draft and publish content in production
Agents generate code for each new page
Agents build pages by composing your existing blocks
Optimizing assets and SEO is tedious
Assets and metadata are managed automatically
The best features from CMS tools. Get powerful content management workflows, without the complexity.
Visual editing
Editing content is collaborative and visual. No code or redeploys are needed. Everyone can participate, including non technical users.
Publishing workflows
Experiment freely with ideas, directly on your website. Compare the changes to the live version. Visitors only see the updates after you publish them.
Built for modern websites. Sites have very different needs from apps. Camox is designed to address them.
Camox always watches changes to your page content, and generates new title and description tags optimized for Google when needed.

All your assets get compressed and served in the most efficient format. And AI writes the file names and alternative text, ensuring good a11y.

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.

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.

Your Camox code gets strong types inferred directly from schema definitions. Get autocomplete and strict errors, without any visible TS code, even in deeply nested arrays. Inspired by TanStack APIs.
“titel” is not a field in this block.
Expected "title" | "description".
Everything your agent needs to know about Camox. Accessible as a skill that stays in sync with your framework version.
All APIs have strict TypeSript rules derived from your content schemas. This provides agents with a tight feedback loop when they make mistakes.
Every operation in Camox can be done in the CLI. Paired with the Camox skill, this lets agents manage your site efficiently.
Not every change needs a prompt. Make quick changes manually, and save your tokens for bigger tasks.
Notion-like UX
Think something deserves more attention? Drag it up from the sidebar, and the see change in realtime.
Block based designed
Build new pages in the UI by assembling the page sections your site already has: a hero, a YouTube video, a banner...
Server-side rendering for great SEO. Link prefetching on hover. And the biggest packages ecosystem.
Support for all runtimes (serverless or not), so you can deploy anywhere.
Your app comes with the fastest linter, formatter and type checker, based on oxc and tsgo.
The best way for AI to manage styles. Change the look of your site by tweaking the theme in a single CSS file.
The most modern and well-maintained headless component library. With full shadcn/ui support.
Server data management, with granular data caching, integrated in the router.