Silo's back Friday and I had to sit and genuinely think about where Season 2 even left off. Loved it, remembered almost none of it. That feeling — "I know I cared about this show" — is exactly what we built https://t.co/QzUfOviNOB for.
We started Studio81 to build the opposite of most modern software — small tools that do one job well, then get out of your way. No feeds, no streaks, no noise.
Here's why 👇 https://t.co/Kvh51VrYRh
One decision that saved me multiple times:
Making everything plugin-based.
In my smart home system:
- plugins can fail
- system keeps running
No hard dependencies.
More work upfront, way less pain later.
@jaiinn20 This is insane.
The fact that you can pull real data directly from satellites with such a simple setup is wild.
Raspberry Pi projects keep getting more impressive every year.
@rob_qd I ran into the same issue while building my own smart home system.
Most MQTT tools felt way too heavy for simple use cases.
Love the idea of keeping it minimal 👌
One thing I underestimated:
Smart home “real-time” is unreliable.
WebSockets drop.
Devices go offline.
States get out of sync.
So I built:
- WebSocket as primary
- HTTP fallback sync
Hybrid > pure real-time
I’ve been quietly building my own smart home system from scratch.
Not just a dashboard.
A full ecosystem:
- backend
- admin UI
- wall panel app
Trying to keep it simple, fast, and actually usable.
More soon 👀