I think the comments criticising the pricing are wrong, you can't compare one generalist tool to another highly specialised tool. But on top of that comparing to Figma, Framer or other VC backed products is a mistake, these products are priced to capture market share and grow rabidly. They are clearly underpriced. I may be wrong but CSS Pro looks like a small bootstrapped product, pricing for market growth doesn't ne…
Show HN: I made CSS Pro, a re-imagined Devtools for web design
31–40 of 299 posts
Re: Show HN: I made CSS Pro, a re-imagined Devtools for web design
#32Looking at the code, you can indeed run it as a bookmarklet. I went to https://www.example.com and typed this in the browser console:
s1=document.createElement('script'); s1.src='https://code.jquery.com/jquery-3.7.0.slim.min.js'; document.head.appendChild(s1); s2=document.createElement('script'); s2.onload=()=>window.cssProReady(); s2.src='https://csspro.com/demo-build/mainnewnew.js'; document.head.appendChild(s2);
Boom! The tool is running.So prefixing that line with "javascript:" and putting it into a bookmark would let you use it on any site you wish, simply by clicking the bookmark. Without having to install an extension.
Would be a good alternative the author could offer imho.
Re: Show HN: I made CSS Pro, a re-imagined Devtools for web design
#33The killer feature here would be hooking this up to Netlify/Vercel etc. and having a 2-way-write. Every time you update something in the CSSPro editor, your codebase is actually updated and the site is rebuilt in the background. This would let you essentially design in the browser and avoid the tedious copy/paste, rebuild, reload cycle.
Re: Show HN: I made CSS Pro, a re-imagined Devtools for web design
#34- Build MVP
- Raise funding
- Build pricing structure
- Eventually die and open source anything for many reason. Pricing is one such reason.
Without free pricing tier, how can you get new users to play with your product ? (if it's not open source).
Re: Show HN: I made CSS Pro, a re-imagined Devtools for web design
#35The killer feature here would be hooking this up to Netlify/Vercel etc. and having a 2-way-write. Every time you update something in the CSSPro editor, your codebase is actually updated and the site is rebuilt in the background. This would let you essentially design in the browser and avoid the tedious copy/paste, rebuild, reload cycle.
Re: Show HN: I made CSS Pro, a re-imagined Devtools for web design
#36Re: Show HN: I made CSS Pro, a re-imagined Devtools for web design
#37I think the comments criticising the pricing are wrong, you can't compare one generalist tool to another highly specialised tool. But on top of that comparing to Figma, Framer or other VC backed products is a mistake, these products are priced to capture market share and grow rabidly. They are clearly underpriced. I may be wrong but CSS Pro looks like a small bootstrapped product, pricing for market growth doesn't ne…
Re: Show HN: I made CSS Pro, a re-imagined Devtools for web design
#38There's some neat things in here - the gradient editor showing the stops on the element is pretty nice. But overall the design of this tool is very difficult for me to use. It's trying too hard to be pretty, at the expensive of utility. I found the Typography section to be really difficult to grok with a complete lack of labels and borders around text boxes. It's neat that you have the same flexbox controls that Webf…
Not only is it easy to use (IMO), but it's also more powerful than what design tools offered today, with new color spaces being one of my favorite features.
Intro: https://twitter.com/argyleink/status/1649124742463623169
Re: Show HN: I made CSS Pro, a re-imagined Devtools for web design
#39I might just buy it anyway...