init project with README and PLAN

This commit is contained in:
Travis Shears 2026-03-23 12:14:17 +01:00
commit 5b1ec14450
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
2 changed files with 78 additions and 0 deletions

10
README.md Normal file
View 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)