Frequently asked questions

The short answers. Still stuck? Use the contact form.

About VibeCheck

What is VibeCheck?

A git-backed, schema-safe headless CMS you edit by chatting with an AI agent. A page is typed data, not markup, so machine-generated content can't break the build.

Can the AI agent break my site?

No. Every change is validated against the content schema at build time, and CI runs the same build. A page that doesn't fit the schema never deploys.

Do I need to run a server?

No. The site builds to static HTML and deploys to Vercel, Netlify, or Cloudflare Pages with zero config. The MCP server is optional — only needed to edit from outside a local checkout.

How do I add a new kind of section?

Add the section to the zod union in the schema package and a matching branch in the renderer. The MCP picks up the schema change automatically. This FAQ section is itself an example.

Still have a question?

We're happy to help.

Get in touch