Show HN: BambooGrid – Open-source web UI for power grid modeling and power flow

Hacker News Top Tools

Summary

BambooGrid is an MIT-licensed, open-source web UI for power grid modeling and power flow analysis built on pandapower, with a React frontend and Python backend, offering drag-and-drop editing and real-time visualization.

Hi HN, I am co-founder of Kickstage, a software company specializing in solutions for the electrical industry and lately grid operators.<p>We are hiring engineers from different backgrounds, a lot of them software developers with limited experience in the sectors. Deep domain knowledge is key in our industry however, so we are constantly teaching the basics of power flow analysis, active vs reactive power, transmission line properties etc.<p>With Jupyter notebooks and the Python console only, that&#x27;s a tedious task and hardly ever led to a deep understanding of the topics.<p>So we built BambooGrid: a web-based editor on top of pandapower, a popular simulation library in our industry. You drag elements like buses, lines, loads generators and transformers onto a canvas, wire them up, set parameters and run power flow. It will print results directly on the canvas, color buses according to their voltages, even allows you to see an interactive admittance matrix.<p>You can try it out without installing anything on <a href="https:&#x2F;&#x2F;bamboo.kickstage.com" rel="nofollow">https:&#x2F;&#x2F;bamboo.kickstage.com</a> (thanks to our friends at Hostzero who sponsored hosting). Start with one of the included samples or draw your own. Just don&#x27;t forget to add a slack element.<p>Built on a Python backend (driven by the choice of pandapower mainly) and a React frontend. Fully MIT licensed, so feel free to use and modify to your liking. Even better: Give us feedback - we&#x27;re extremely open to suggestions how to improve the tool and are glad about every user who learns a bit more about power systems through it.<p>Šime, who built most of this, is also in the thread. We are both happy to answer anything about the implementation or power systems in general.
Original Article

Similar Articles

@aigclink: Microsoft open-sourced an AI foundation model for power systems: GridSFM, designed to accelerate research on AC optimal power flow in the power industry. GridSFM uses graph neural networks to approximate AC-OPF solving, treating the power grid as a graph, directly predicting near-optimal operating points, and then using them as warm-start initial values for traditional exact solvers to speed up convergence...

X AI KOLs Timeline

Microsoft open-sourced GridSFM, an AI foundation model for power systems. It uses graph neural networks to approximate AC-OPF solving, is topology-agnostic, and can serve as a warm start for exact solvers achieving a 1.45x speedup, while also providing feasibility classification capabilities.

Show HN: Free Mermaid Diagram Editor

Hacker News Top

A free, no-signup Mermaid diagram editor with live preview, instant SVG/PNG export, and shareable links that run entirely in the browser. Optionally connects to GitHub to auto-generate architecture diagrams from source code.

Bonsai: Janestreet's UI Library

Hacker News Top

Bonsai is Jane Street's open-source UI library for building reactive web applications in OCaml, featuring composable state, incremental rendering, and a templating language.