pull down to refresh

This is a neat project. I like that clndash uses only Core Lightning’s native RPC interfaces — lightning and commando — without relying on additional layers or external services. That approach keeps things lightweight and focused. Also, building the dashboard as a native app using Rust with wgpu and egui seems like a solid choice for performance and a clean UI.
Zap-awareness is a nice touch, making it easier to track incoming tips directly in the UI. Overall, it’s refreshing to see tools that keep close to the protocol and avoid the bloat of web frontends or heavy dependencies.
I’ll definitely keep an eye on this project for managing my CLN nodes more efficiently.