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

- Role
- Design + Engineering
- Timeline
- Ongoing · 2026
- Stack
- Next.js 16 · Tailwind 4 · Recharts · React Three Fiber
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.

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.




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.
- 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.