Plug & Play functionality to Build dynamic pages on the fly
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
@knovator/pagecreator
is built with intent to build pages that are depend on backend data, and admin can change how page will look like.
Please refer to the documentation in respective packages
- @knovator/pagecreator For showing widgets and pages to users
- @knovator/pagecreator-admin For managing and building widgets and pages dynamically from admin
- @knovator/pagecreator-node For adding routes in your application to manage data storage
Pagecreator
is build with aim to handle every business needs from allowing admin to manage data from admin panel and show it on the page, in the form of Widget and Page.
- You want to create pages that are depend on dynamic data and you want to manage them from admin panel
- You want to build widgets that is depend on data from admin panel.
- You want to have a admin panel to manage what data will be shown on page or widget.
- You want to let admin to control what they want to show on page.
- You want to show data from mongodb collections.
If you have any other usecase, please open an issue with tag usecase
. We will try to add it in our roadmap.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Knovator Technologies
- Twitter @knovator
- Web https://knovator.com/
Project Link: https://github.com/knovator/masters-admin