
The Feed Your cloud's activity stream. Log in and immediately see what changed: flags we found, savings we applied, spend spikes worth knowing. No digging through dashboards, no alerts buried in email
Updated daily, so nothing slips through. Here's what it covers today: Cost overview - Daily cost summary with your top 5 spend drivers Savings - Weekly savings summary so you know exactly what we saved you Outdated - Instances and volumes running on old generations that should be upgraded Unencrypted - Clusters that need encryption flagged automatically Unused - Volumes sitting there costing money that nobody's touching Activation - Savings ready to activate, one click away This is just the start. We're adding more notification types based on what you need. If there's something you want to see in your feed, let us know

🔧 Feed Kit (open source) We built a scheduling engine to power the feed and we're releasing it as an open-source Rails gem.
Feed Kit handles periodic data snapshots (cost reports, usage digests, analytics rollups) with a clean DSL for scheduling, automatic deduplication, and owner-based organization.
If you've ever scattered cron jobs and service objects across your app to generate recurring reports, this replaces all of that.
It's on GitHub: https://github.com/milkstrawai/feedkit.
MIT licensed.
Works with PostgreSQL.
Drop it into any Rails app