Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luismps/build-ui

Code your own site builders with React
https://github.com/luismps/build-ui

customizable drag-and-drop page-builder page-editor react touchscreen website-builders website-editor

Last synced: 3 days ago
JSON representation

Code your own site builders with React

Awesome Lists containing this project

README

        

# Build-UI for React JS

Build-UI is a simple library thought for React developers packed with features that allow them to effortlessly create website builders. It comes with drag and drop functionality, undo-redo logic, site serialization and deserialization along with some other interesting tools out of the box. Because of the way it is built, it also supports other features such as SSR and component dynamic loading without you having to worry about their implementations.

# Overview 🔎

With Build-UI, you can create anything from a very simple to a fully-featured website builder. Build-UI lets you create your website builder on top of your own or third-party React Components. With Build-UI, you only need a lightweight extra layer of code to handle website-building logic, which is made as simple and as transparent as possible.

# Installation đŸ’ģ

You can install via npm with the command:

```
npm install --save build-ui
```

# Demo 🕹ī¸

A cool demo is now live at https://luismps.github.io/build-ui/demo/. You can also play and experiment with the demo in your local environment.

```shell
> git clone https://github.com/LuisMPS/build-ui/
> cd build-ui/examples/demo
> npm install
> npm run dev
```

# Documentation 📖

Visit our documentation at [https://luismps.github.io/build-ui/](https://luismps.github.io/build-ui/) to learn more about Build UI 😃.

# Tutorial ✏ī¸

Go check out our tutorial at: https://luismps.github.io/build-ui/docs/tutorials/how-to-read