|
|
|
|
|
by WhatWorkingOn
1142 days ago
|
|
I work in ecommerce as my day job for a larger company. I currently built a package of web components that can be mixed and matched to build a wide variety of templates / ecommerce without worrying about accessibility, performance, or responsiveness. It also addresses some of the pain points I've seen, like being able to swap an image for a video. The components were built about a year ago, I'm now working on a WYSIWYG that lets you start from a template. Because it's web components, I'm able to export the Props each component. The WYSIWYG reads the export and creates a CMS based on the template you selected. Not sure if I will leave it at that and just give you some HTML you can copy into your own site, or go one step further and start branching into a whole self-hosted content solution. |
|