Back to Directory
Builder.io favicon

Builder.io

Announced

Visual CMS and AI-powered personalization platform that enables marketing teams to build and optimize web experiences without developer involvement, with headless delivery to any frontend.

Builder.io has announced plans to support UCP as a participant. No public endpoint is available yet.

Builder.io is a visual CMS and digital experience platform that combines a drag-and-drop visual editor with headless content delivery. Marketing teams build pages and sections using Builder's visual interface. Developers register React, Vue, or Web Component components for teams to use in the visual editor. The Builder Content API delivers the page configuration as structured JSON to any rendering layer.

Builder.io's AI capabilities include generative AI for content creation, AI-powered A/B testing, and personalization features that adjust content based on user attributes, device, and behavior. The platform integrates with Shopify, BigCommerce, commercetools, and other headless commerce backends, embedding product data directly into Builder-managed pages.

The platform is designed to reduce developer bottlenecks for content and design changes. Teams can build and publish landing pages, promotional sections, and product pages without going through a development cycle. Builder's Visual Headless CMS mode supports schema-first content models similar to traditional headless CMS platforms.

For agents, Builder.io's Content API returns structured page configurations as JSON. Each page consists of a tree of blocks with associated component names, styles, and field values. Agents can query pages by URL, sections by name, or content models by type. The consistent block structure makes content extraction predictable: "block.component.name" identifies the component and "block.component.options" contains the field values.

Builder.io has been active in agentic AI discussions. Its personalization infrastructure is relevant for agents that need to understand what content a specific buyer would see. The AI tools for content generation align with agent-driven content workflows. Builder announced UCP-compatible patterns for commerce integrations within visually managed experiences.

Why This Matters for UCP

Builder.io provides a visual CMS with AI personalization capabilities, enabling agents to query page configurations and promotional content in composable commerce stacks while leveraging personalization data for buyer-specific experiences.

UCP Capabilities

checkout

UCP Endpoint

Announced — Endpoint not yet publicly available

Integration Example

// Builder.io Content API for visual CMS content retrieval.
// Agents fetch page configurations and structured content blocks as JSON.

const builderBase = 'https://cdn.builder.io/api/v2/content';
const apiKey = process.env.BUILDER_API_KEY;

// Fetch a page by URL path
const page = await fetch(
  builderBase + '/page?apiKey=' + apiKey
  + '&url=' + encodeURIComponent('/products/running-shoes'),
).then(r => r.json());

console.log('Page results:', page.results?.length);

// Fetch entries from a custom content model
const promotions = await fetch(
  builderBase + '/promotion?apiKey=' + apiKey + '&limit=10&includeRefs=true',
).then(r => r.json());

// Extract a specific block component from the page
const heroBlock = page.results?.[0]?.data?.blocks?.find(
  (b: { component?: { name: string } }) => b.component?.name === 'Hero'
);
console.log('Hero headline:', heroBlock?.component?.options?.headline);

UCP Status

Announced

Tags

visual-cmsheadlessai-personalizationcomposable

Pricing

freemium

Added 2026-04-23
Verified2026-04-23
Documentation

Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →

Reviews

★★★★★4.7 (3 reviews)

These are illustrative examples to show what reviews will look like. Submit your own experience below.

ML

M. Lee

Backend Developer · Mar 3, 2026

★★★★

Works well for our use case. The documentation is accurate and the implementation matches what the spec describes.

RK

R. Kapoor

Platform Engineer · Jan 15, 2026

★★★★★

Integrated in an afternoon. Solid implementation with no unexpected edge cases in production.

JS

J. Santos

Senior Engineer · Feb 28, 2026

★★★★★

Integration was straightforward. The UCP endpoint discovery works as documented and checkout completes in under 2 seconds.

8 other tools in Composable Commerce

Is this your tool? Claim this listing

Related Composable Commerce

Contentful favicon

Contentful

Composable Commerce

Announced

API-first headless CMS used by thousands of brands to manage structured content across web, mobile, and commerce channels with a CDN-backed Content Delivery API and flexible content modeling.

headless-cmscontent-apicomposable
UnverifiedAgent-Ready: 20%
3.2implementation(23 signals)
freemium
Hygraph favicon

Hygraph

Composable Commerce

Announced

GraphQL-native headless CMS with content federation capabilities that unifies data from multiple sources into a single queryable schema, used by composable commerce teams for structured content delivery.

headless-cmsgraphqlcontent-federation
UnverifiedAgent-Ready: 20%
3.8implementation(22 signals)
freemium
Storyblok favicon

Storyblok

Composable Commerce

Announced

Headless CMS with a visual editor and component-based content model (Stories) used by e-commerce brands to manage storefront content, landing pages, and promotions across channels.

headless-cmsvisual-editorcomposable
UnverifiedAgent-Ready: 20%
3.4implementation(31 signals)
freemium