Hacker News new | ask | show | jobs
by masiulis 2548 days ago
Creating a visual tool to replace CSS https://github.com/masiulis/Ugnis

So that anyone could create a nice UI by drag’n’drop, without writting a single line of CSS. It also works as a design system, so companies can create their own component library quickly.

After 3 years of trial and error, finally getting really close to beta version.

1 comments

I couldn't find how to drag and drop components. I was expecting a "grid view" and then just to drag components from the left to the gridview and put them in cells.

I've actually had this same idea since grid is so flexible and the order of components don't matter for the container grid, so the structure of the HTML doesn't have to change by moving things around in a grid, just the CSS rules generated. Anyway good luck on launching the Beta version.