TriStar
SaaS · Web App · 2026

Solara Egypt

Solar asset intelligence for Egypt's commercial real estate operators.

Solara Egypt hero, "Your solar portfolio, one intelligent dashboard" with a live signal widget showing 142 monitored sites
Role
Design + Engineering
Timeline
Ongoing · 2026
Stack
Next.js 16 · Tailwind 4 · Recharts · React Three Fiber
Problem

A solar plant in Egypt generates megawatts of data. Most operators see none of it.

Mall operators and commercial landlords installing solar across Egypt had no unified instrument to track what their plants were actually producing, or losing.

Inverter logs sat on separate vendor portals, performance ratio was a spreadsheet exercise run once a month, and anomalies surfaced only when a tenant complained about a power cut. The brief was to replace all of that with one platform: real-time monitoring, automated alerting, and financials in the same view.

Live plant dashboard for El Sokhna Plant showing 31,011 kWh generated today, EGP 22.7M lifetime savings, energy flow diagram, and recent alerts
The plant view at a glance: generation, lifetime savings, energy flow, and active alerts on one screen.
Decisions

One dashboard per plant, not one chart per metric.

The temptation in monitoring products is to build a reporting tool: export a CSV, generate a monthly PDF. We made the opposite call. The dashboard is always live: generation versus consumption plotted across the last 24 hours, energy flow broken into solar array, facility demand, and grid export, weather data (irradiance, module temperature, wind) surfaced alongside the performance numbers. The decision to show all of this in a single unscrolled viewport meant ruthless information hierarchy: the four KPI cards at the top tell you if today is fine; everything below explains why it isn't.

Marketing site hero with headline 'Your solar portfolio, one intelligent dashboard' and live signal widget
Landing: the pitch in one sentence and three live numbers.
ROI calculator with sliders for roof area and monthly bill, showing total ROI, break-even point, and carbon offset
ROI calculator: roof area and bill in, break-even and carbon offset out.
Portfolio page listing Cairo Festival City, Mall of Egypt, and Mall of Arabia as monitored plants
Portfolio: real commercial sites currently monitored on the platform.
Three-stage process page: Site Assessment & Design, Engineering & Installation, Monitoring & Optimization
Process: the three-stage journey from assessment to live monitoring.
Engineering

A product built for two audiences at once.

The public marketing site and the operator dashboard share the same Next.js codebase, split by a locale-aware middleware that routes unauthenticated visitors to the landing pages and authenticated operators to their organisation's plant views. The ROI calculator runs entirely client-side against Egyptian market tariff data embedded at build time. No API round-trip means it works reliably even on slow mobile connections. Three.js powers a subtle solar panel visualisation in the hero; Recharts drives the performance charts in the dashboard. Internationalisation (English and Arabic with right-to-left support) is handled via i18next with per-locale MDX content for the blog.

Outcome
Live
Monitoring real plants
3
Commercial sites on platform
EN + AR
Bilingual, RTL-ready

Solara Egypt is live and monitoring commercial solar installations across Egypt. The platform consolidates data that previously lived across vendor silos into a single operator view: generation, savings, anomalies, and alerts in one place. The ROI calculator on the public site gives prospective clients a quantified answer before they ever speak to a salesperson.