This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Open-source DDI platform — unified DNS, DHCP, and IP Address Management. Runs its own BIND9 / PowerDNS / Kea service containers, with a FastAPI control plane and React UI. - spatiumddi/spatiumddi
A little digging into the GitHub readme would help a lot, especially around database setup and how to actually switch DNS or DHCP backends without nuking your existing leases. A quick start guide plus some example docker-compose snippets for MySQL or Postgres would save a ton of trial and error for first time users like me.
love that you ship the actual service containers alongside the control plane instead of just bolting on a UI over external DDI tools, basically a self-contained stack you can actually stand up and trust.
Shipping your own BIND9 and Kea containers instead of just shelling out to a cloud API shows real respect for the people who actually run networks. The FastAPI plus React split also keeps the control plane feeling snappy without making you dig through CLI flags.
finally a self-hosted ddi that doesn't feel like a relic from 2008, the react ui actually makes sense and deploying the bind9 container through the fastapi side was way smoother than i expected
finally a self-hosted option that bundles bind, kea, and ipam without making me glue it all together manually. spun it up locally and the api docs actually made sense, which is rarer than it should be.
honestly love that it runs its own service containers, saves so much setup hassle. one thing that would be really useful is a built-in DNS zone diff tool so you can preview changes before applying them to BIND, that would have saved me from a couple of oops moments already
Spun up the BIND container in a couple of minutes and the React UI made it easy to add reverse zones without digging through config files. Nice to see IPAM actually tied into the DNS workflows instead of bolted on.
Spun it up in a lab last weekend and was surprised how clean the React UI feels for an open-source DDI tool. Spent more time on actual DNS config than fighting the platform, which is rare.
About SpatiumDDI on Product Hunt
“Open Source DDI Solution (DHCP, DNS, IPAM)”
SpatiumDDI was submitted on Product Hunt and earned 11 upvotes and 8 comments, placing #135 on the daily leaderboard. Open-source DDI platform — unified DNS, DHCP, and IP Address Management. Runs its own BIND9 / PowerDNS / Kea service containers, with a FastAPI control plane and React UI. - spatiumddi/spatiumddi
SpatiumDDI was featured in Open Source (68.6k followers) and GitHub (41.3k followers) on Product Hunt. Together, these topics include over 39k products, making this a competitive space to launch in.
Who hunted SpatiumDDI?
SpatiumDDI was hunted by mzac. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how SpatiumDDI stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
A little digging into the GitHub readme would help a lot, especially around database setup and how to actually switch DNS or DHCP backends without nuking your existing leases. A quick start guide plus some example docker-compose snippets for MySQL or Postgres would save a ton of trial and error for first time users like me.