Demo video is linked in demo below on my demo web
The 65 hour devlog is cause of my unability to contribute to flavortown due to my account not working.
Theme: Web app for managing a server via dashboard or physical MCU input.
Featu…
Demo video is linked in demo below on my demo web
The 65 hour devlog is cause of my unability to contribute to flavortown due to my account not working.
Theme: Web app for managing a server via dashboard or physical MCU input.
Features:
- Command Launcher: triggers server scripts from web or MCU
- Data Monitoring: thresholds + alerts (DHT11 sensor)
- Panel Editing: rotary encoder shortcuts
- MCU Flashing: deploy scripts from dashboard
Stretch Goals:
- Wake-on-LAN
- accidental action prevention
Hardware:
server (backend),
Pico 2W (Wi-Fi/input),
Pico (sensors) DHT11,
OLED, rotary encoder, buttons
Release Github v.1.2.0
Since I am still building on my programming basics, I treat AI like a senior developer looking over my shoulder. It helps me not just with the code, but also with expressing my thoughts clearly. I often draft my ideas or documentation in my native language (Czech), and AI helps me translate and refine them into professional English — this applies to both code comments and the README. This allows me to focus on the logic while ensuring the project is accessible to anyone, without getting stuck on the language barrier.
I used Gemini Pro (free student license) and Claude for assistance. I generate static HTML layouts with AI and write the JavaScript logic myself to make pages dynamic.
In the later staged I heavily used AI to refactor my code and make it simpler.