Skip to content
leve.devEnterprise·Case Study 2 / 2
Enterprise·2026

Solago CI Dashboard

For Germany's largest online solar retailer, I built a competitive-intelligence platform that watches 34,000+ reviews across nine companies, runs a hallucination-proof RAG product advisor, tracks competitor prices, and turns it all into alerts the team acts on.

Next.js 16SupabaseClaudeTypeScript
34K+
reviews monitored
9
companies tracked
~4,000
RAG chunks
50
golden eval queries
3
review platforms
Solago Competitive Intelligence login screen with the Solago wordmark on a dithered gradient
An internal enterprise tool — this is as far as the login lets you see.
01 — The Scope

One dashboard for the whole competitive picture.

Solago is Germany's largest online photovoltaics retailer, and they needed to see the whole battlefield in one place: what customers say about them and eight competitors, how their product catalog stacks up, and where prices are moving. The platform pulls reviews from three sources twice a day and turns them into monitoring, sentiment analysis, a knowledge bot and a price tool.

02 — The RAG That Doesn't Lie

Grounding, hybrid search, and an eval harness.

The product advisor had to be trustworthy in a domain where a wrong price or a made-up product is a real problem — so most of the engineering went into making it faithful:

  • Hybrid search fuses dense vectors (Pinecone) with Postgres full-text via reciprocal-rank fusion, with a score threshold and a low-confidence flag instead of a confident guess.
  • A strict grounding prompt only lets the model use product names and prices that appear verbatim in tool results — "every extra product is a serious error."
  • Answers render as generative UI — product cards, comparison tables — not markdown, and the grounding rules apply to the components too.
  • A RAG eval harness with 50 golden queries and an LLM-as-judge measures hit-rate and faithfulness, so quality is a number, not a vibe.
03 — Beyond the Bot

Sentiment, fake-review detection, price tracking.

The platform goes well past search:

  • Incremental sentiment analysis extracts topics, pros and cons, and a fake-review probability from every review.
  • A price tool detects the shop platform (Shopify, Shopware, JTL, WooCommerce) and matches products across competitors by model number and EAN.
  • Alerts run on a schedule with an email digest, and a documented false-positive analysis turned a messy matching problem into a repeatable playbook.
  • Full observability via Langfuse, with a user feedback loop wired straight into the traces.

Planning something similar?

I design and ship AI agent systems, data platforms and full-stack products — from first idea to production.

Get in touch