Hacker News new | ask | show | jobs
Show HN: Narev – Open-Source FinOps for AI and Cloud Spend (github.com)
3 points by osquar 327 days ago
Hey HN,

I've been working on unifying SaaS billing data using FOCUS 1.2 from the FinOps Foundation. Started with cloud providers (AWS, Azure, GCP) and OpenAI.

Narev ingests billing data, normalizes it with FOCUS 1.2, and gives you one dashboard for everything. Self-hosted so your data stays private.

Try it:

docker run -d \ --name narev \ -p 8000:8000 \ -v $(pwd)/data:/app/data \ -e DEMO="true" \ ghcr.io/narevai/narev:latest

Then hit http://localhost:8000

This is v0.1.0—stage, early but functional. Looking for feedback on which SaaS integrations to prioritize next, bug reports, and contributors.

GitHub: https://github.com/narevai/narev

1 comments

any saas service?
Which one should we implement first?