Badgerfang
The AntiRaid website and dashboard — built with Next.js and Tailwind CSS.
Updated April 11, 2026
Badgerfang is the AntiRaid website and dashboard. It replaced an older SvelteKit-based site and is built on Next.js with the App Router.
Tech stack
| Package | Purpose |
|---|---|
| Next.js | Framework, routing, server components |
| Tailwind CSS | Styling |
| Framer Motion | Animations |
| react-icons | Icon library |
| Recharts | Charts and data visualizations |
| Axios | HTTP client for API calls |
Structure
Badgerfang uses the Next.js App Router for file-system routing. The site fetches data from the AntiRaid HTTP API at runtime — there is no separate backend for the website itself.
All static image assets live in the public/ folder. All component-level metadata (site title, keywords, nav links) is in src/components/common.ts.