Comments, bugs reports, or feature requests? You can get in touch with me on my Discord Server!
Yes! Hi!
So this is a thing I made!

This is the current in-development version of my Starbound Wire Planner, or SWP for short, that I made because I couldn't find one.

FIRST, A DISCLAIMER! I'm not associated with Chucklefish in any way! The assets for the components are from the game, used with no permissions what-so-ever, but with no harm intended!
There are no ads on any of my sites.
This should be in a usable state but there may be missing features and probably bugs.

Now, someone asked "What's the point" (paraphrased), and I can sort of see it since wiring in Starbound is relatively accessible.
But there are still some advantages to be had with an external tool, like say, having unlimited components, and unlimited reach makes experimenting faster and allows trying out different combinations of components quicker.

It's also a fun challenge for me.

Now then, this program thingy works like this currently:

You have before you a grid of tiles (as they are referred to internally), and each tile can be assigned a component.
There are currently three components added: the Small Wall Switch, Bulb and the Persistent Switch.

Interraction is simple, grab a component and drop it on a tile.

To connect components click the "Toggle Connection Mode" button above the grid, click and hold on a red connection point and drag to a purple connection point.

Toggle the connection mode off again to enable activating components again.

Currently you cannot disconnect components.

The source code is here should you want to take a look: https://github.com/Forecaster/Starbound-wire-planner

Although since 80% of it is Javascript it can be inspected in the browser anyway.