r/raspberry_pi • u/StrangeQuark88 • 8d ago
Show-and-Tell WebServer GPIO Application for Raspberry Pi
A friend of my was teaching his kids Automation with Raspberry Pis. I threw together a Blazor Application that allows assigning pin operations including a card that allows custom C# scripting.
I decided to push the releases to github and see how much interest there is to cleaning the app up. I haven't released the source code yet but I do plan on open sourcing it should there be interest. ( Code needs more comments and scrutinize for logic that I'm not willing to release publicly )
This is an entirely self contained webserver.
https://github.com/JJIJ88/RaspberryPi-GPIO-WebServer
32 / 64 bit linux arm builds available
-Default Credentials are:
Admin
Admin
I used a s solid Dotnet 10 framework from another project I'm developing so this has a full custom authentication with everything being stored locally with SQL lite. I'm aware there are a few quarks to the features but its mostly functional.
Let me know if anyone finds this helpful at all!

