Live data from Hacker News

Show HN: Narev – Open-Source FinOps for AI and Cloud Spend

github.com

1–3 of 3 posts

Show HN: Narev – Open-Source FinOps for AI and Cloud Spend

#1
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

Show HN: Narev – Open-Source FinOps for AI and Cloud Spend
github.com