https://github.com/frissbee/page-o-builder
page builder that can be easily implemented in your own website
https://github.com/frissbee/page-o-builder
pagebuilder webcomponents
Last synced: about 2 months ago
JSON representation
page builder that can be easily implemented in your own website
- Host: GitHub
- URL: https://github.com/frissbee/page-o-builder
- Owner: FrissBee
- Created: 2024-12-12T17:28:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T12:04:32.000Z (12 months ago)
- Last Synced: 2025-06-21T13:19:03.310Z (12 months ago)
- Topics: pagebuilder, webcomponents
- Language: CSS
- Homepage: https://page-o-builder.frissbee.de/
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# page-O-builder
This repo contains a page builder that can be easily implemented in your own website.
### The idea of this project
If you create your own blog page, you can already do a lot with a WYSIWYG text editor, but a page builder is simply missing to make the website a bit prettier.
This page builder does not want to be a jack of all trades, but offers the basic functions and more, with which you can already design a lot of your (blog) page.
Basic knowledge of CSS for working with the page-o-builder is an advantage.
## Preview
[You can view the demo here.](https://page-o-builder.frissbee.de/demo)
## Documentation
[You get more Information about the page-o-builder here.](https://page-o-builder.frissbee.de/docs)
## Description
The repo contains all the necessary files and a simple example of how to implement the page-O-builder in your own site.
**See the comments in the files for more information.**
For the repo, proceed as follows:
**1. Step**
Download or clone the repo.
**2. Step**
Create a database and import the `__Database\page_o_builder.sql` file there.
Enter your database access data in the `\inc\db_connection.inc.php` file.
**3. Step**
Enter your path in `assets\js\my-script.js` for `const baseUrl`
**4. Step**
Use the source code and the files of the repo to implement the pag-o-builder in your project.
Happy coding