Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Join
3
Likes
1
Comment
Show IH: We built a container-first platform for IoT devices
by
Karolis Rusenas
https://synpse.net/
Hi IndieHackers,
My friend and I have been working on an IoT device management platform Synpse (https://synpse.net/) that would make your devices feel like they are part of a cloud platform that's simple to manage, debug and deploy applications to. We designed it in a way so it's super easy to self-host it (we run it on Kubernetes but Docker Compose would be fine too) and that can run containers, configure networks, etc.
Primary use case was another project that required us to deploy software to ~1200 devices (public transport company) and have over-the-air software updates. Since we have been working with Docker for many years, naturally we thought it's the right way to deploy software :) The end result is pretty great, the instance that managed 1200 devices is actually a 1 CPU container connected to a developer type shared Postgres instance on Google Cloud. The whole thing costs less than $100 per month to run.
A couple of key features:
As you can see from our blog post, we are having quite a lot of fun with it https://synpse.net/blog/ :D It's a joy to use, our intel NUCs and Raspberries are working overtime now :D