Open Egypt

The "Shadow" Open Data Infrastructure for Egypt.

🚗 Car Prices API

A public, transparent API for automotive pricing in Egypt. Aggregated from major market sources.

  • Real-time market data
  • Historical price tracking
  • Brand & Model aggregation
GET /functions/v1/get-car-prices

🏗️ Architecture

Built on a "Supabase Native" stack to ensure zero maintenance and infinite scalability.

DatabasePostgreSQL (Open Egypt Schema)
LogicEdge Functions (Deno)
FrontendNext.js App Router

Documentation

Project Philosophy

"If the data doesn't exist, we build it." Open Egypt is an initiative to digitize the missing public infrastructure. We do not wait for official APIs. We scrape, aggregate, and normalize data into a public good.

For Developers

This project enforces strict Zero Technical Debt policies.

  • Monorepo
    Managed with PNPM Workspaces.
  • Type Safety
    100% TypeScript. Shared types between DB and Web.
  • Migrations
    Manual SQL review process. No automatic schema drifts.