Logo Lanfrica

vibemill-apps/xenophobia-tracker

Domain:

peace and security

Record type:

software
Creator:
vib
Host:
'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 โ€ฆ