← Blog

How to design and order your first PCB

July 8, 2026 · 8 min read

There's a moment every electronics hobbyist remembers: opening a padded envelope and holding a board you designed. Getting there is cheaper and easier than most beginners expect — a small batch of professionally made two-layer boards often costs less than a coffee, plus shipping. Here's the whole path, start to finish.

1. Lay out the board

You don't need a full EDA suite for a first board. In Protoboard Designer (it runs in the browser, free to start) the flow is direct:

If you've never done this before, the five-step guide walks through each of these with more detail.

2. Run DRC before anything else

A fab will happily manufacture your mistakes. The Design Rule Check catches the classics before you pay for them: traces that almost touch, pads left unconnected, copper too close to the board edge. Run it, fix every warning, run it again. Thirty seconds here saves a two-week round trip.

3. Export Gerber files

Gerber is the universal language of PCB manufacturing — every fab on earth accepts it. Export your Gerber set from the Export tool and you'll get a .zip archive. Don't unzip it; fabs want the archive as-is. (Details in the Gerber export guide.)

4. Pick a manufacturer

For a simple two-layer hobby board there is genuinely no wrong choice:

FabWhy pick it
JLCPCBCheapest small batches, very fast turnaround — the default first order.
PCBWayWide options and strong support; very hobby-friendly.
OSH ParkUS-based, premium purple boards, per-square-inch pricing.

5. Upload and check the preview

Create a free account, start a new PCB order, and upload your Gerber zip. The site renders an online preview of your layers — this is your last chance to catch problems. Confirm three things:

  1. Your traces are all there and look right.
  2. The silkscreen labels render where you expect.
  3. The board outline and size match what you designed.
If anything looks wrong: fix it in the editor and re-export before paying. Never order a board whose preview you haven't examined.

6. Choose the order options

The order form looks intimidating; it isn't. Safe beginner defaults:

OptionPickWhy
Layers2Matches a standard two-layer design
Quantity5Most fabs' minimum — often the same price as one
Thickness1.6 mmThe sturdy industry default
Copper weight1 ozWhat standard trace-width guidance assumes
SoldermaskGreenCheapest and fastest; colors cost a little more
Surface finishHASLCheapest, fine for hand soldering

Anything you don't recognize: leave it at the default. The defaults exist for exactly this situation.

7. Pay, wait, solder

Pick the slow shipping (a hobby board is never urgent, and express shipping often costs more than the boards). Typical turnaround is a few days of manufacturing plus transit. Then: envelope, boards, soldering iron, joy.

Design yours today

Protoboard Designer runs in your browser — free to start, no credit card, no EDA experience needed.

Open the Web App