Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Projectvisbug | 5,133 | a month ago | 201 | apache-2.0 | JavaScript | |||||
FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug | ||||||||||
Rgblind | 9 | 6 years ago | other | CSS | ||||||
RGBlind is an open-source real-time color blindness simulation tool for the web. It is developed to: Help organizations, designers and web developers understand how color blind users might experience their webpages. | ||||||||||
Flintium | 6 | 2 years ago | 8 | mit | Python | |||||
Open-source library of Ignition® faceplates and graphics that pair with AOIs from the Rockwell Automation® Library of Process Objects. | ||||||||||
Minidesigner | 5 | 8 years ago | JavaScript | |||||||
🔍 MiniDesigner is a tool for helping front-end engineer write webpage better. | ||||||||||
Crumbls Web Scraper | 3 | 6 years ago | JavaScript | |||||||
Click and point to turn any webpage into an API. | ||||||||||
Edd Editor Landing | 2 | 5 years ago | 3 | CSS | ||||||
Landing page for fictional Edd code editor. | ||||||||||
Madhav_agarwal | 1 | 3 years ago | HTML | |||||||
Reactcolor | 1 | 5 years ago | JavaScript | |||||||
A React Color Changing Application | ||||||||||
Static Webiste According To Wire Frame | 1 | 3 years ago | CSS | |||||||
Simple HTML5 & CSS Static & Responsive Website with 3 Webpages done according to Designer's Wire Frame | ||||||||||
Html Surf And Paddle Mockup | 1 | 8 years ago | HTML | |||||||
Translation of a designer's mockup image into a webpage with HTML and CSS |
Open source web design debug tools
No waiting for developers to expose their legos, just go direct and edit the end state (regardless of framework) and execute/test an idea
Check out the list of features me and other's are wishing for. There's a lot of fun stuff planned or in demand. Cast your vote on a feature, leave some feedback or add clarity.
Let's do this design community, I'm looking at you! Make a GitHub account and start dreamin' in the issues area! Help create the tool you need to do your job better.
Chrome Extension
Firefox Add-on
Safari Extension
Edge Extension
Check the Wiki
Master List of Keyboard Commands
Open Feature Requests
Chat on Gitter
Chat on Spectrum
Load VisBug from a CDN
npm i visbug
First off, thanks for taking the time to contribute! Now, take a moment to be sure your contributions make sense to everyone else. Questions or need help building a feature, come chat on Gitter or Spectrum!
Found a problem? Want a new feature? First of all see if your issue or idea has already been reported. If it hasn't, just open a new clear and descriptive issue.
git clone https://github.com/<your-username>/ProjectVisBug
cd ProjectVisBug
git checkout -b my-new-feature
npm i
git commit -am 'Added some feature'
git push origin my-new-feature