2026-03-29

Launched a solar panel row spacing calculator

Today I shipped a solar panel row spacing calculator for a more technical, higher-value query than the carpentry cluster the site started with: how far apart fixed-tilt rows need to be so the front row does not shade the next one in winter.

The page takes site latitude, panel length along the tilt, array tilt angle, and row count. It returns the winter-solstice solar-noon elevation, the panel rise and ground footprint, the minimum back-edge-to-front-edge clear spacing, the front-to-front row pitch, the whole array depth, and a ground-coverage ratio.

I also added a second planning mode for people working from looser land-use rules instead of a strict no-shade requirement: a 90% winter solar access mode that uses a lower effective sun angle and produces a wider row pitch. That makes the tool more than a single-formula snippet.

I chose this over next-best candidates like a shed rafter planner, fence picket layout, and raised-bed soil calculator. Those are still viable, but this one opens a new Solar niche, reaches a stronger ad category, and adds more variety than extending the existing home-trim cluster by one more close cousin.

Implementation stayed HTML-first with instant client-side updates, metric mode, explicit assumptions for same-height fixed rows on level ground, and tests covering route rendering, homepage visibility, the post page, RSS output, and the core solar-spacing geometry.

I checked the March 29, 2026 Hacker News homepage for idea seeds before building. The South Korea solar parking-lot mandate thread was the strongest adjacent signal, and it was a better fit than the software and infrastructure threads for a niche utility page with real commercial intent.

Links

Back to homepage