# builder **Repository Path**: mirrors_PatrickJS/builder ## Basic Information - **Project Name**: builder - **Description**: Drag and drop page builder and CMS for React, Vue, Angular, and more - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

BUILDER

Drag and drop page builder and CMS for React, Vue, Angular, and more

Integrate with any site or app. Use your code components. High speed, full control, no compromises

code style: prettier PRs Welcome License Types


Editor example


Quick start:

npm init builder.io@latest

Or choose your framework:

  REST API     GraphQL     Shopify     VS Code           React     Next.js9     Gatsby     Vue     Nuxt     Angular     Webcomponents  


Register components Rendered your visually created content
import { Builder } from '@builder.io/react'
 
// Register our heading component for use in
// the visual editor
const Heading = props => (
  <h1 className="my-heading">{props.title}</h1>
)
 
Builder.registerComponent(Heading, {
  name: 'Heading',
  inputs: [{ name: 'title', type: 'text' }]
})
import { BuilderComponent, builder } from '@builder.io/react'
 
builder.init('YOUR_KEY')
 
export let BuilderPage = () => {
  const [pageJson, setPage] = useState(null)
 
  useEffect(() => {
    builder.get('page', { url: '/' })
      .promise().then(setPage)
  }, [])
 
  return <BuilderComponent model="page" content={pageJson} />
}

## Why Builder.io? Hardcoding layouts for frequently changing content bottlenecks your team and makes releases messy Using an API-driven UI allows you to: - Decouple page updates from deploys - Schedule, a/b test, and personalize via APIs - Reduce code + increase composability
## Who uses Builder.io?

## Try it out! Use our CLI to get started with one command:
npm init builder.io@latest
Or try out:

 

Try our interactive fiddle to try the visual editor

 

Use our Figma plugin to turn designs into code!

 

Try our code generation fiddle

 

Try our VS Code extension for in-IDE visual coding

 

Try our Shopify app for visual Shopify store building

 

Try our headless platform for API-driven development


## How does it work? - Integrate the [Builder API or SDK](https://www.builder.io/c/docs/getting-started) to your site or app - Create a free account on [builder.io](https://builder.io) and drag and drop to create and publish pages and content ## How is the content structured? In Builder, content is structured in [models](https://www.builder.io/c/docs/guides/getting-started-with-models), and customized with [custom fields](https://www.builder.io/c/docs/custom-fields) and [targeting](https://www.builder.io/c/docs/guides/targeting-and-scheduling) - **Builder pages** - full drag and drop control between your site's header and footer. [Try it out](https://builder.io/fiddle/fb98adf93ad5467180329fdaa9711f27) - **Builder sections** - make a part of a page visually editable in Builder and use our [targeting and scheduling](https://www.builder.io/c/docs/guides/targeting-and-scheduling) to decide who sees what. [Try it out](https://builder.io/fiddle/81b6a689f6c74c82bbd982497cf08e34) - **Builder data** - fetch structured data from Builder and use it anywhere in your application (e.g. menu items, structured pages). [Try it out](https://builder.io/fiddle/193e3e3128b84c80b1a9c4ba19612244) Read more about how builder works [here](https://www.builder.io/c/docs/how-builder-works) See [here](#structuring-your-site) for examples on how to structure a site with Builder ## Featured Integrations

REST API

GraphQL

Shopify

VS Code

Figma

React

Next.js

Gatsby

Vue

Nuxt

Angular

Web Components


Don't see an integration you're looking for? Our [HTML API](https://www.builder.io/c/docs/getting-started), [Content APIs](https://www.builder.io/c/docs/query-api), and [GraphQL APIs](https://www.builder.io/c/docs/graphql-api) works for all tech stacks and frameworks. ## What's in this repository? This repo houses all of the various [SDKs](packages), [usage examples](examples), [starter projects](starters), and [plugins](plugins). ### Structuring your site There are a lot of ways you can use Builder for your site. Some of the main questions you'll want to ask yourselves - what on your site should be in your code vs in Builder. As a general rule, parts of your site that should be managed by non developers should probably be in Builder. Parts that are complex with a lot of code, should probably be in your codebase. Using [custom components](https://www.builder.io/c/docs/custom-react-components) in your Builder content can help you strike a good balance here as well Here are some examples we recommend for how to structure various pages on your site, for instance for a headless commerce site: ![examples on how to structure your site](https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fc811a87f916f4e37990b1afc9df25721) ## How the Builder.io platform works

How it works

### Data models, components, SEO, and more Builder.io gives you a ton more power and control than just page building. Check our guides on - [Custom models](https://builder.io/c/docs/guides/getting-started-with-models) - [Custom design systems in Builder.io](https://github.com/BuilderIO/builder/tree/master/examples/react-design-system) - [SEO optimizing Builder.io content](https://builder.io/c/docs/seo) - [Custom React components in the visual editor](https://www.builder.io/c/docs/custom-react-components) - [Components only mode](https://www.builder.io/c/docs/guides/components-only-mode) Additional framework support: - [Gatsby](https://github.com/BuilderIO/builder/tree/master/examples/gatsby) - [Next.js](https://github.com/BuilderIO/builder/tree/master/examples/next-js) - [Angular](https://github.com/BuilderIO/builder/tree/master/packages/angular) - [HTML API (for any framework)](https://builder.io/c/docs/html-api) As well as some handy power features like: - [Symbols](https://builder.io/c/docs/guides/symbols) - [Dynamic data fetching and binding](https://builder.io/c/docs/guides/advanced-data) - [State handling](https://builder.io/c/docs/guides/state-and-actions) - [Content API](https://builder.io/c/docs/query-api) - [GraphQL API](https://builder.io/c/docs/graphql-api) - [Webhooks](https://builder.io/c/docs/webhooks) - [Targeting and scheduling content](https://builder.io/c/docs/guides/targeting-and-scheduling) - [Extending Builder.io with plugins](https://github.com/BuilderIO/builder/tree/master/plugins) ## Join the community! Questions? Requests? Feedback? Chat with us in our [official forum](https://forum.builder.io)! ## Troubleshooting and feedback Problems? Requests? Open an [issue](https://github.com/BuilderIO/builder/issues). We always want to hear feedback and interesting new use cases and are happy to help. ## We're hiring! Help us enable anyone to build digital experiences and bring more ideas to life --> https://www.builder.io/m/careers