GithubHelp home page GithubHelp logo

simone-coelho / free-site-builder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from app-generator/free-site-builder

0.0 0.0 0.0 13.73 MB

Free Site Builder - Simpllo

Home Page: https://www.simpllo.com

License: Other

Shell 0.13% Python 1.43% TypeScript 14.03% CSS 9.96% HTML 74.45%

free-site-builder's Introduction

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:

  • http://localhost:5000/
  • http://localhost:5000/kits/, returns available KITS
    • 'material-kit'
    • 'kit2'
  • http://localhost:5000/kits/material-kit/, return Material Kit assets
{
    "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

  • Navigate to backend/apps/templates/bs5/components
  • create the component like footer.html
  • Edit the file and add the HTML code
  • Compute the Base64 hash using service:
  • Update info.json and add the new component using existing category or a new one
    • Syntax:
... (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.


For more information, contact AppSeed [email protected].



Free Site Builder - Provided by AppSeed.

free-site-builder's People

Contributors

app-generator avatar umarali avatar ravirasadiya avatar topstar210 avatar yurec133 avatar mcgarrah avatar risk-taker0501 avatar matthewbednarski avatar mohammadmargub avatar mominur-helios avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.