AntiRaidAntiRaid

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

PackagePurpose
Next.jsFramework, routing, server components
Tailwind CSSStyling
Framer MotionAnimations
react-iconsIcon library
RechartsCharts and data visualizations
AxiosHTTP 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.

Getting started