Describe the circuit you want. Get a KiCad schematic that already passes ERC.

pcbkit asks the questions an engineer would, then generates a real .kicad_sch file — checked by an actual validation stack (KiCad's native ERC, rule-based electrical checks, and a semantic review pass), not emitted and hoped-for.

First access and occasional progress updates. No spam; unsubscribe any time.

How it works

01

Describe

You explain the project in plain language. pcbkit asks targeted questions about power, interfaces, and parts — the things that actually determine the design — instead of guessing at your intent.

02

Design

It composes the schematic from a library of proven, parameterized circuit blocks: regulators, MCU support circuits, interfaces, drivers. Component values are calculated from your requirements, not guessed.

03

Validate

The schematic is checked against KiCad's own ERC plus additional electrical rules. Problems get fixed and re-checked before you ever see the file.

04

Export

You get a standard .kicad_sch you own, with every assumption the tool made documented alongside it — what it chose, why, and what it didn't check.

VIN3V3INOUTGNDU1AMS1117-3.3C110µFC222µF
A regulator stage in the style pcbkit composes. Illustration — not tool output; we'll swap in a real render when the compiler produces one worth showing.

Where we are

pcbkit is in development. The pipeline above is being built and tested against real KiCad tooling right now — no product has shipped yet, and we won't pretend otherwise.

We publish our engineering findings as we go in the notes. Waitlist members get first access and progress updates.