A mobile-first, GTA HUD-inspired map application showcasing Southern California drives and locations.
- Map: MapLibre GL JS + OpenFreeMap (vector tiles)
- Frontend: HTML + CSS + Vanilla JS
- Hosting: Vercel
- Database: Supabase (or static JSON)
- Cost: $0/month
- Fullscreen map centered on SoCal (LA, Inland Empire, San Diego)
- GTA-style HUD overlay
- Custom neon icons for POI categories
- Mobile-first responsive design
- No API keys required
- Los Angeles
- Inland Empire
- San Diego
| Icon | Category | Color |
|---|---|---|
| Airport | LAX/SAN locations | Cyan |
| Beach | Coastal routes | Yellow |
| Downtown | Urban drives | Magenta |
| Route | GPS waypoints | Green |
| Camera | Filming locations | Orange |
| POI | Points of interest | White |
# Clone the repo
git clone <your-repo-url>
# Open in browser
# Just open index.html or use a local server
npx serve .Connected to Vercel for automatic deployment on push to main.
MIT