Introducing Vibe CMS — Open Source Micro CMS for AI Agents

    Content Management, Simplified for AI Agents

    The first open-source, lightweight, component-based Micro CMS built specifically for usage by code generation AI Agents.

    Developer First

    Built with TypeScript and TSX components for a seamless developer experience

    Agent Friendly

    Optimized for AI Agents with MCP protocol support and intuitive APIs

    Embeddable

    Lightweight and designed to embed directly into any HTML or agent workflow

    Core Features

    Built for AI-Driven Development

    Vibe CMS combines the power of TypeScript with content management to create a seamless experience for both AI agents and developers.

    TypeScript + JSX Components

    Build with typed TSX components that are great for LLMs to use and extend later.

    Component Library

    Create your own rich library of customizable sections ready for immediate use.

    Inline Editing

    Content-editable HTML outputs that users can modify directly in the browser.

    Fast & Optimized

    Server-side rendering with client-side islands of interactivity for optimal performance.

    Static & Dynamic Rendering

    Flexible hybrid approach with Cloudflare Workers for maximum scalability.

    Open Source & Extensible

    Build and share components with the community, fully open-source.

    Ideal Use Cases

    Perfect for AI Agent-Driven Workflows

    From AI-generated landing pages to collaborative content editing, Vibe CMS bridges the gap between developers and content creators.

    import { Component } from "vibecms";
    
    interface MyComponentProps {
      title: string;
      description: string;
    }
    
    export const MyComponent: Component = ({title, description}) => {
      return (
        <div>
          <h1>{title}</h1>
          <p>{description}</p>
        </div>
      );
    };

    AI-Driven Web Development

    Create brand-consistent landing pages through AI agents like Lovable, with seamless embedding into chat flows.

    Content-Driven Sites

    Build high-performance marketing pages, documentation, and content sites with easy management.

    Collaborative Workflows

    Bridge the gap between developers and content creators, enabling non-technical users to make changes without developer intervention.

    Rapid Prototyping

    Quickly iterate on designs and content with AI assistance, perfect for MVPs and rapid development.

    Ready to Simplify Your Content Management?

    Join the growing community of developers and AI agents using Vibe CMS to create beautiful, editable content experiences.

    Easy Integration
    Open Source
    Agent-First Design
    Active Community