'They can kill you': Immigrants fear a surge in xenophobic violence in South Africa (Vibe Mill 2026-06-25)
> Generated by Vibe Mill. This repository was produced by an automated pipeline. No human wrote this code. It is not a product and should not be treated as one.
# ๐ก๏ธ Xenophobia Tracker
> *Tracking, mapping, and raising awareness of xenophobic violence in South Africa โ one incident at a time.*
## ๐ Overview
I built this app over a single weekend after reading the harrowing reports of immigrants being attacked, driven from their homes, and killed in South Africa. The phrase *"They can kill you"* stuck with me, and I wanted to create something that could help document these incidents and give a voice to those who are silenced. This is my small attempt to turn outrage into a tool for visibility and advocacy.
## ๐ฆ Installation
```bash
git clone
github.com
cd xenophobia-tracker
npm install
npm run dev
```
The app should now be running on `
localhost`! ๐
## ๐ ๏ธ Tech Stack
- **Next.js** (App Router) โ for fast, server-rendered pages
- **TypeScript** โ because type safety saves weekends
- **Tailwind CSS** โ for styling that doesn't get in the way
- **Mapbox GL JS** โ interactive map to visualize incident locations
- **Supabase** โ real-time database for storing reports with geolocation
- **Chart.js** โ lightweight charts for trend analysis
## ๐ Features
- ๐บ๏ธ **Interactive Map** โ see every reported xenophobic incident plotted in real-time
- ๐ **Report an Incident** โ submit details (location, description, date) with a simple form
- ๐ **Trend Dashboard** โ view incident frequency over weeks and months
- ๐ **Filter by Region** โ zoom in on hotspots like Gauteng or Western Cape
- ๐ฐ **News Feed** โ auto-fetched headlines from trusted South African outlets
- ๐ท๏ธ **Incident Tags** โ categorize as "physical attack", "property damage", "threat", or "displacement"
- ๐ **Export Data** โ download incident reports as CSV for researchers and journalists
## ๐ฎ Future Work
- ๐ AI-powered moderation to detect duplicate report โฆ