UI/UX
Backend
Frontend
Sun Mar 23 2025
As a fun side project, I decided to build a website that allows you to plan out your guitar/bass pedal board.
The biggest challenge I faced while building the site was handling power supplies with outputs that provide different voltages and currents. Some power supplies even have outputs that can switch between multiple voltages using a physical switch, adding another layer of complexity to my database structure.
My function calculates the suitable power supplies like this:
Beyond power management, I also focused on making the site visually appealing and user-friendly. Pedals can be dragged and arranged freely on the board and you can zoom in, zoom out and pan the view. After spending a lot of time making the pedal canvas work with touch input, I was even able to make it usable on mobile.