SnipCSS

Snip the CSS from any web element

Visit Website
January 20, 2022 CSS sucks - that's why I made SnipCSS

tldr; SnipCSS is a design tool for developers who are sick of CSS, where other tools are built for front-end developers to fidget with and adjust their designs to make them pixel perfect.

The goal of SnipCSS is to spend as little time on front-end development/design as possible. I think this is a different use-case than other competitors. That's why other products like CSSScan feature WYSIWYG editing, and on-screen editing of properties like fonts, shadows and borders. It's a tool built for front-end devs. So even if it does do snippets (in a completely different way which doesn't honor the original design IMO), the primary goal is to scan/see what you want from another website's design and then integrate it into your own because you're a perfectionist front-end developer.

As a backend developer I'm not interested in a tool like that. I see something on the web and say "that's very similar to what I want my website. I'm taking that." I want it to look exactly the same because it's good enough, and I'll only swap out images/icons, and remove a couple things like the fonts so the widget doesn't look completely out of place when put on my site. I also want it responsive like it was on the original site, the CSS scoped to only that widget, but to still match the original styles as much as possible. Finally, I want it automatically made into a dynamic template (with repeating items) in React/Vue/Twig so then I can inject my data directly into the template.

If I have all that I don't have to do ANY design. I hate CSS so much I made something to avoid it as much as possible. That's the goal of SnipCSS and why my product is so much different than other development tools that work with CSS.

With Version 1.4.0 I'm finally getting close to that vision. I can generate Mustache templates automatically from snippets. Next up is React/Vue. Check it out if you're a developer who needs to work with CSS and doesn't like it - you might find it useful.

https://chrome.google.com/webstore/detail/snipcss/hbdnoadcmapfbngbodpppofgagiclicf/related

Comment

September 30, 2021 SnipCSS Pro Launched

Check it out - even the free version is a great dev tool:

https://chrome.google.com/webstore/detail/snipcss/hbdnoadcmapfbngbodpppofgagiclicf/related

So over the last 2 months I've been working hard to make a pro version of SnipCSS completely inside the extension. (instead of a desktop application like I made in 2020)

I think this is the right approach. Anyone who uses the extension can see the benefit, but it's strange to tell them to download an unfamiliar desktop application. With all pro features being inside the extension, it really encourages people to upgrade to unlock the features they want.

In the free version you can run desktop resolutions, but the Pro version you can run mobile and desktop resolutions to get all media query styles. You can also select multiple elements in one run, and export clean HTML code.

I have a few more small features and some website updates I need to do, but after that I plan to start working on templating exports and the automation to build a snippet directory on the website. Those will be the killer features that make it an indispensable tool for developers. Especially for backend developers like me who aren't strong at design... if I can take any design I see on the web and repurpose it to my own, export it to a React/Twig/Smarty/Vue template I can supercharge my own development. If nothing else this product is going to be extremely useful to me. So I can't wait to keep building it.

Comment

January 1, 2020 Released the SnipCSS Extension and application

I released an extension called SnipCSS that extracts the css rules from a subset of the DOM. It's very useful for myself when I want to build something that looks similar to something else on the web.

I tried selling the extension but didn't get anyone interested in buying it. The free version still has about 200 active users so some people are using it.

The project is on hold while I make ScrapeHawk into a product I can sell - but I do have plans to keep on updating SnipCSS this year.

The main thing I want to do is get rid of the desktop application and bring those Pro features to the Chrome extension. It would just be easier to manage one codebase. I also have a lot of other plans but right now the focus is on ScrapeHawk.

Comment

About

Ever copy/paste html from the devtools inspector on the web? Then copy/paste the styles for that element, then click it's subelements to copy/paste too. It's tedious, and SnipCSS fixes that and gets all styles!