init project with README and PLAN
This commit is contained in:
commit
5b1ec14450
2 changed files with 78 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Balcony Weather Station Dashboard
|
||||
|
||||
This is a real-time, neighborhood-facing weather dashboard that streams sensory data from an MQTT broker (Home Assistant) to a web interface.
|
||||
|
||||
## Tech Stack Overview
|
||||
- **Backend:** Gleam (Target: Erlang/OTP)
|
||||
- **Web Server:** Mist (HTTP & WebSockets)
|
||||
- **Database:** SQLite (via `sqlight`) for persistent uptime tracking
|
||||
- **Frontend:** SolidJS (Signals-based reactivity) + Tailwind CSS
|
||||
- **Infrastructure:** Nomad (Docker-based deployment)
|
||||
Loading…
Add table
Add a link
Reference in a new issue