Currently, I am working on a project that will enable users to customize a template. The initial template will be comprised of components, allowing users to add or remove them as needed. While researching online, I came across options like grapeJS, but I found it to be too complex for this particular application.
I would greatly appreciate any advice on how to approach this project, as well as any resources that could assist me in the process.
To give a simple example:
The basic template will include the following components:
- Header
- Text Post
- Single Image
- Footer
The user's selection of additional components to append to the template may include options such as:
- Image Slideshow
- Video
- 2 Column Text Post
- Automatic wav file player featuring "Wrecking Ball" by Miley Cyrus
In essence, users will have the ability to choose from the above list and incorporate them into the existing template. Any insights or suggestions on how to proceed in the right direction would be extremely valuable!