PCBWeb is a free CAD application for designing and manufacturing electronics hardware. It is a full-service Design and Manufacturing application where you can design multi-sheet schematics with its fast and easy-to-use wiring tool. Make PCB Layout where you can route multi-layer boards with support for copper pours and DRC checking.
- Our goal is to create a free PCB tool with lots of great manufacturing services. Our business model is to not charge for the license, but instead make revenue through our manufacture partners. But don't worry, your data is open (XML) and we always export to standard gerber files so you can use the data however you like. Our goal is make the ordering process so cheap and efficient that it makes sense to use the built-in-ordering.
- We actually started this project out as a web tool using silverlight, back when Silverlight 5 was still in beta and they were promising XNA graphics (which blows away traditional webgl style graphics). Microsoft released Silverlight 5 in a half-baked form and announced an end-of-life for Silverlight. So this left us in a position to take our code and port it to a WPF app using our .Net codebase. Also, a lot of our users didn't really want a web app for performance and security issues - so we've had much better response with a desktop app.
- We decided to keep the name "PCBWeb" because this tool still includes a lot of web-based features and because we already established the domain and branding from the SL version. You can easily publish your design to the web with a full interactive viewer. Component libraries are also stored on the cloud so you don't have to manage libraries locally.
- We'd love to support more platforms and we're exploring making a mac and linux version using Mono.
- We'd love to support 3rd party libraries and other CAD tool files, but our focus now is to add more features to the tool.