php – Looking for feedback on a boilerplate idea
I am thinking to create a boilerplate for something and I was wondering if you can tell me what you think.
The idea is to create a plugin boilerplate for custom Gutenberg blocks that comes with the most popular components out of the box. So you get this codebase that has things like image + text sections, FAQ accordion, tabs, sliders, etc. The idea is that each custom block would be modified to create a customized experience for your specific website instead of relying on other plugins and trying to make them fit your needs. Essentially you could get a setup similar to what you would make with ACF’s flexible content, but a lot more customizable. Making this from scratch would take a while, but the boilerplate would speed things up.
I haven’t really seen this made yet but it would be somewhat similar to https://flyntwp.com/ but as a plugin. It could also be based on something like Bootstrap
What do you think? Would this be something you would personally use?
Leave an answer