app-generator / free-site-builder

Free Site Builder - Open-Source Tool | Simpllo
https://www.simpllo.com
Other
305 stars 61 forks source link
buildinpublic dnd-builder free-builder free-page-builder free-site-builder freebuilder js-page-builder js-site-builder page-builder page-builder-bootstrap page-builder-free pagebuilder site-builder site-builder-bootstrap site-builder-free ui-builder vanilla-js-builder vanilla-page-builder website-builder

Free Site Builder Simpllo

Free & Open-Source Site Builder that uses Vanilla JS and a Remote Server for components injection - Actively supported by AppSeed.

Free & Open-Source Website Builder - Actively Supported by AppSeed.


Roadmap & SPECS

Status Item info
βœ… Core Vanilla JS
βœ… Components/KIT Bootstrap 5
βœ… Components/KIT Pixel BS5
βœ… Components/KIT Volt BS5
βœ… Components/KIT Bootstrap 5
βœ… Remote Components Server https://components-server.onrender.com/kits/bs5/
βœ… Persistence (local storage) Save, Restore, Clear
βœ… One-Page Layout Single Component Drag & Drop
βœ… Component Customization Text-Only
βœ… Grid Components This allows to inject predefined rows (2,3,4 columns)
βœ… USE Remote Components Yes
βœ… Component Customization Texts, Links
βœ… Component Customization Images
βœ… Component Styling CSS, Classes
βœ… PAGE Customization CSS
βœ… PAGE Customization JS
βœ… Manage SEO Title, Description, Keywords
βœ… Handle Multiple Pages YES


Compile the Builder

Tested with Node 16.x, 18.x.

$ git clone https://github.com/app-generator/free-site-builder.git
$ yarn
$ yarn dev # development (LIVE Reload)


Components Server (distant)

Managed by Flask (optional). By default, a LIVE Components Server is used.

$ cd free-site-builder/backend
$
$ virtualenv env
$ # Or
$ python -m venv env 
$
$ source env/bin/activate  # Linux
$ # Or
$ .\env\Scripts\activate   # Windows
$
$ pip install -r requirements.txt
$ flask run --debug

Here is the output:

{
    "name": "Material Kit BS5 ",
    "version": "0.0.0",
    "type": "kit",
    "material-kit": {
        "layouts": "base.html",
        "components": {
            "footers": {
                "footer.html": "NA"
            },
            "headers": {
                "header.html": "NA"
            },
            "navigation": {
                "navigation.html": "NA"
            },
            "general": {
                "section1.html": "NA"
            }
        }
    }
}


Add new component

... (truncated) ...
        "components": {
            "footer": {
                "footer.html": "BASE64_Hash HERE"
            }, 
        }   
... (truncated) ...         

NOTE: The UI Builder uses the local storage to cache the info.json pulled from the server.

In order to have the latest version, please open an incognito window or clean manually the data from the local storage.


License EULA

For more information, contact AppSeed support@appseed.us.



Free Site Builder - Provided by AppSeed.