Skip to content

aumvats/chargegap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChargeGap

Find where EV chargers are missing — before anyone else installs them.

EV charging infrastructure gap analyzer that turns raw charging station data into actionable coverage maps and density scores. Enter any US address or ZIP code to see a Charging Desert Score (0–100) showing how underserved that area is.

Setup

  1. Install dependencies:

    npm install
  2. Configure environment variables:

    Copy .env.example to .env.local and fill in the values:

    cp .env.example .env.local
    • NEXT_PUBLIC_SUPABASE_URL — your Supabase project URL
    • NEXT_PUBLIC_SUPABASE_ANON_KEY — your Supabase anon/public key
    • SUPABASE_SERVICE_ROLE_KEY — your Supabase service role key
    • OPENCHARGEMAP_API_KEY — free API key from openchargemap.org
  3. Create Supabase tables:

    Run the SQL from IMPLEMENTATION-PLAN.md to create profiles, reports, and api_cache tables.

  4. Run the development server:

    npm run dev

    Open http://localhost:3000.

Spec

See PROJECT-1775284123-SPEC.md for the full product specification.

About

ChargeGap is an EV charging infrastructure gap analyzer that turns raw charging station data into actionable insights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors