What's New

Recent updates

2026-07-31

  • The auto layouter now produces much straighter wiring: a second solver pass trades a little board space for fewer slanted and crossing wires, and its result is only kept when it actually is tidier. It is on by default and can be turned off in the auto-layout settings. Cuts also line up on shared columns where possible, like a human would place them. Solving is also several times faster than before, especially on big boards.
  • Board editing: wires can now run in parallel on the same column or row (hold Shift to click through a wire to the holes underneath), and right-clicking a row or column number inserts or deletes a board line.

2026-07-24

  • Big changes to the auto layouter. Much more user settings and it also performs much better overall. Thats why I also removed the 'alpha' tag as I think its quite capable at this point.

2026-07-23

  • Netlist export. Export a design to an EDA tool as a KiCad-compatible netlist (.net): components, values, pin numbers and nets all are included, so you can turn a stripboard prototype into a PCB without redesigning the Schematic in another tool.
  • Auto-align polarity. Drop or move a 2-legged part like a resistor onto the board with its legs reversed and it flips itself 180 degrees automatically, so each pin lands on its correct net.
  • Fixed rotating 2-legged components: parts spanning an even number of holes now rotate in place instead of slowly wandering across the board, and four rotations return to the exact starting position.
  • Floating menu for schematic wires. Select a wire to delete just that segment or the whole wire in one go (or press Alt+Del for the whole wire). A whole wire is everything connected up to the component pins it runs between.
  • New built-in component: a fuse.

2026-07-17

  • Placed components now show their orientation on the stripboard: a pin-1 notch on ICs, and a flat-belly (TO-92 style) outline on 3-legged parts like transistors and voltage regulators.
  • New built-in components: a potentiometer and trimmer, a push button, ESP32 dev boards (30, 36 and 38-pin) and the Arduino Nano.

2026-07-16

  • New auto-layout router (alpha). Click Auto-layout and the program will try to find an good layout of all components. It works but please consider it the first version I felt comfortable releasing. I plan to further improve on it in the future.

If you are interested in how it works, here is a look under the hood.

2026-07-07

  • You can now reset your account's password by email by adding an optional recovery email to your account.

2026-07-06

  • Exclude a schematic component from the stripboard (select it and press E, or use Exclude in the floating menu). Excluded parts stay in the schematic but are ignored by the board and its net checks, so you can draw a full circuit while only building part of it on the stripboard.

2026-07-03

  • Saving unsafed projects in local storage with the option to restore them when opening a new project again.
  • Move a whole multi-selection of components at once by dragging it, on both the schematic and the stripboard (previously only possible with the arrow keys).

2026-06-26

  • Copy and paste schematic components with Ctrl+C and Ctrl+V.
  • The site has moved to dedicated, professional hosting (coming from being hosted on my old PC over my residential ISP)(I got really lucky that this site was up 100% over the last 4 months with this old setup).

2026-06-22

  • Added this What's New page, so you can follow recent changes and what is planned.
  • Added a feedback box. Send a message any time, and when logged in you can read replies and keep a conversation going right on the site.

2026-06-16

  • Place cuts directly on a hole by holding Alt, in addition to cutting between holes.
  • Confirmation prompt before deleting a custom component.
  • Fixed selection and wire-drawing glitches near flexible 2-pin components.

2026-06-04

  • Website and landing page redesign.

2026-05-20

  • Printable 1:1 assembly guide with a mirrored copper-side cut sheet and a bill of materials (BOM).
  • Redesigned and unified the built-in component library.

2026-05-19

  • Separate value field for parts like resistors and capacitors.
  • Project import is now validated and can be undone.

Planned

  • Net list import, the other half of the KiCad compatibility: bring a circuit in from an EDA tool and lay it out on stripboard. Export is already available.
  • A big custom-component overhaul, including a searchable library of both your own and shared community components. Including a better custom component editor.
  • Off-board components: place parts next to the board (for example a panel-mounted switch) and wire them directly to it, even when they are not mounted on the stripboard itself.
  • Placing a cut directly underneath a component, without having to move the part out of the way first.
  • Smoother wire handling on the board: start a new wire from a hole that already has one, instead of having to remove the existing wire first.

planned but no firm dates yet.

Leave me a message →

Have an idea or a question, or found a bug? Feel free to write me a message.

a hobby project by Karl Funke (because somehow an editor with live strip coloring like this didnt exist before)