×
Visual CMS
Drag-and-drop visual editor and headless CMS for any tech stack
Theme Studio for Shopify
Build and optimize your Shopify-hosted storefront, no coding required
Resources
Github
☰
This page was made in Builder!
Build and optimize digital experiences on any tech stack in minutes
Builder Visual CMS is the first and only headless CMS with a powerful drag-and-drop visual editor that lets you build and optimize digital experiences with speed and flexibility
Render Builder pages
Use your components
// Register your component for use in the visual editor
const Heading = props => (
<h1 className={headingClasses}>{props.title}</h1>
)
Builder.registerComponent(Heading, {
name: 'Heading',
inputs: [{ name: 'title', type: 'text' }]
})
Integrates
with any
platform / tech stack
Simple SDK or API integrations with any tech stack
React Example
HTML API Example
Plain JS Example
import { BuilderComponent, builder } from '@builder.io/react'
builder.init('YOUR_KEY')
export default let HomePage = () => {
const [pageJson, setPage] = useState(null)
useEffect(() => {
builder.get('page', { url: '/' }).promise().then(setPage)
, [])
return <BuilderComponent model="page" content={pageJson} />
}
import { Builder } from '@builder.io/react'
// Register our heading component for use in
// the visual editor
const Heading = props => (
<h1 className={style}>{props.title}</h1>
)
Builder.registerComponent(Heading, {
name: 'Heading',
inputs: [{ name: 'title', type: 'text' }]
})
Full-stack, customizable,
and
extensible
Builder offers a comprehensive suite of capabilities out-of-the-box. Its modular structure allows you to bring your own data, tools and capabilities to the platform. You'll never be limited!
Build
Design System / Components
Your Design System / Components
Visual Content Creation
Visual Content Creation
Connect Any Data
Your E-Commerce Platform API's
Headless CMS
Your Existing CMS
Optimize
Localization
Your Translation Service
Targeting
Your Targeting Service
A/B testing
Your A/B Testing Tool
Measure
Analytics
Your Analytics Platform
Heatmaps
Your Heatmaps Tool
Used by the best creators on the web
Build
How
Complete creative control
Full drag-and-drop design customization without having to write any code
Create everything visually
You can create your content, components, and content models visually (or with code) directly in Builder
Import your content and components
Import your components and/or your content so that you always have a starting point to build upon
Leverage your design system
Using your own components ensures everyone stays within design guidelines
More model types for more power
You'll never hit a limit with what you want to build
Extend the platform with plugins
Use our plugins (and/or build your own) to integrate content and capabilities from your favorite platforms, like Shopify and Cloudinary
Optimize
Localization
Deliver localized content and experiences at scale
Content Targeting
Create content for specific audiences and experiences
A/B Testing
Easily create different page and content variations and test performance
Measure
Get Results
Drill into performance and understand what's driving conversion
Intuitive Insights
Visualize how visitors are engaging with your content
Performance
obsessed
Blazing fast content delivery at the edge
Smart requests with our GraphQL API
Advanced image optimization
Customize everything
(your components, plugins)
Server side rendering support
Learn more about performance
Visual CMS Pricing
Annual
Monthly
Basic
$17
per user per month, billed annually
Up to 20 users
500k monthly page views
All the basics needed to build
Growth
$35
per user per month, billed annually
Up to 20 users
500k monthly page views
Features to build, optimize, and grow
Enterprise
Customized
More users
More page views
More scale, control. and support
Get instant access to Builder.io with your free 14-day trial.
Compare Features
Free
Basic
Growth
Unlimited Spaces
Drag-and-drop visual editor
Unlimited pages & content entries
Unlimited content types
Unlimited content models
Import your components
Component-only mode
Auto-save
Version control
Plugins (open source)
Admin role
Standard roles (admin, developer, designer, editor)
History / activity log
Standard support
Scheduling
Targeting & segmentation
A/B testing
Analytics
Heatmaps
Unlimited spaces
Private plugins
Single Sign-On
SLAs
Premium support
Custom dashboards
Add-on
Analytics API
Add-on
Custom roles & permissions
Add-on
White-label plugins
Add-on
Agencies
Manage accounts across all your clients and receive bulk discounts
Frequently asked questions
See common questions below, check out our knowledge base, or get in touch with one of our team members via live chat.
So, subscriptions are per space, but what is a space?
⌃
What is a Builder pageview and how is it measured?
⌃
Do you offer a free trial?
⌃
What if I need to add more users?
⌃
What if I'm using a static site generator (e.g. Gatsby)?
⌃
Is Builder a site and/or app builder?
⌃
Did we mention
this website was
made with Builder?
What will you create?
BUILDER
© 2020 Builder.io, Inc.