Add a CMS to any live site in minutes. AI analyzes your pages, you edit visually, changes become pull requests.
Works with your stack
Security, speed, and AI included, so you can focus on your users.
AI navigates and parses your live deployment to identify editable elements.
WYSIWYG tools for text, images, and layouts. Non-devs make changes with ease.
Every edit generates a GitHub pull request with diffs and summaries.
Works with Next.js, React, Vue, Svelte, or static HTML sites.
Four steps. Five minutes. Full CMS.
Link your GitHub repo and deployment URL.
AI scans your site and maps editable content.
Make changes, approve the PR, go live.
Your content lives in your repo. No external CMS, no vendor lock-in. You own everything.
<Head>
- <title>My Website</title>
+ <title>Loomii - AI CMS</title>
- <meta name="description" content="" />
+ <meta name="description" content="Edit content, ship as code" />
</Head>
const contact = {
- email: "info@example.com",
+ email: "hello@loomii.dev",
- phone: "+1 555-0100"
+ phone: "+1 888-LOOMII"
};
const faqs = [
{ q: "How does it work?", a: "..." },
+ { q: "Is it free?", a: "Yes, free tier available" },
];
<Banner>
- <h2>Sign up today</h2>
+ <h2>Start shipping content today</h2>
- <Button>Learn more</Button>
+ <Button>Get Started Free</Button>
</Banner>
const testimonials = [
+ {
+ name: "Sarah Chen",
+ role: "CTO at StartupXYZ",
+ quote: "Saved us 10hrs/week"
+ },
];
const team = [
{ name: "Alex", role: "CEO" },
+ { name: "Jordan", role: "CTO" },
+ { name: "Sam", role: "Design Lead" },
];
---
- title: "Draft Post"
+ title: "Introducing Loomii CMS"
- published: false
+ published: true
---
const plans = [{
name: "Pro",
- price: "$29/month",
+ price: "$19/month",
- features: ["10 projects"]
+ features: ["Unlimited projects"]
}];
const navItems = [
{ label: "Features", href: "/features" },
+ { label: "Pricing", href: "/pricing" },
+ { label: "Docs", href: "/docs" },
];
<section className="hero">
- <h1>Welcome to our site</h1>
+ <h1>Edit content. Ship as code.</h1>
- <p>We build things</p>
+ <p>AI-powered CMS for modern teams</p>
</section>
Join teams shipping content faster with AI-powered editing.
Request Early Access