🧩
EDA + AI

AI PCB Design

State the requirement in the browser; the AI draws inside your own Altium Designer or KiCad project.

What it actually does

Every item lands in the project you have open — not in an exported picture.

SchematicCreates parts, wires nets, assigns designators and values, and explains the connections as it goes.
PCB layoutPlaces components, sets the board outline and stack-up, and adjusts to the constraints you give.
AutoroutingRuns the autorouter and writes the result back to the project. Overlapping courtyards are cleared first so the optimizer does not die and leave you an empty file.
Design rule checksRuns DRC and lists every violation: fixes what it can, and says why for the rest.
Your project is the deliverableEverything happens inside your own Altium or KiCad project, so you can take over by hand at any moment.

Why a connector instead of remote-controlling your PC

This is a hard design rule, not an implementation shortcut.

🔌

API calls only

Every AI action is an API call executed by the connector inside the EDA tool — testable, replayable and reversible.

🖱️

No simulated input

It never clicks your windows or sends keystrokes. Click-simulation is bound to menu labels and pixel coordinates, and breaks on the next version or machine.

🧰

Your tool stays yours

The EDA tool runs on your machine and your project files stay there. You can take over whenever you want.

Getting started

  1. Create an account on the platform (registration is usable immediately by default).
  2. Download the connector for your EDA tool — Altium Designer or KiCad — and double-click to start it.
  3. Copy the pairing code from the web page; once the connector pairs, the page shows it as connected.
  4. Open your project and describe what this revision has to do.

If the install or the connection fails, the in-app guide spells out the minimum tool version and exactly where to click — no guesswork.

Install one connector and let the AI start drawing

Altium Designer and KiCad each have their own connector. Install the one you use.

Open AI PCB Design