Show HN: Intent Bus – SQLite job bus for coordinating scripts across devices
Category: infrastructure
Tags: job-bus, sqlite, flask
Score: 4.8/10 (Innovation: 4, Technical: 4, Documentation: 6, Utility: 5)
Intent Bus is a lightweight SQLite-backed job bus using Flask that enables cross-device script coordination with atomic locking and topic routing. It fills a niche between simple cron jobs and complex message queues, making it interesting for developers wanting reliable automation without infrastructure overhead.
Target audience: backend devs
Repository: https://github.com/dsecurity49/Intent-Bus · Python · MIT
View on Hacker News