- 🎯 Real-time Stats - Live match data and player statistics
- 🖼️ Dynamic SVG Cards - Beautiful cards with rank badges and profile images
- 🌍 Multi-Region - Supports NA, EU, LATAM, BR, AP, KR
- ⚡ Smart Caching - Fast response times with image and data caching
- 🎨 Modern UI - Clean web interface to generate your card
- 📊 Complete Stats - Winrate, K/D, ADR, Combat Score, Headshot %, Rounds Won
git clone https://github.com/arthantyo/valocards.git
cd valocards
npm installCreate a .env file:
HENRIK_VALORANT_API_KEY=your_api_key_hereGet your API key from Henrik Dev API
npm run build
npm run devOpen http://localhost:3000 and generate your card! 🎉
- Visit
http://localhost:3000 - Enter your username and tag
- Select your region
- Click Generate Card
- Copy the URL and use it anywhere!
http://localhost:3000/card?username=YourName&tag=1234®ion=na
GET /card?username={name}&tag={tag}®ion={region}
GET /card-profile?username={name}&tag={tag}
GET /cache/stats
GET /cache/images/stats
- Henrik Dev API - Valorant API data
- Riot Games - Valorant game and assets
MIT License - feel free to use this project!
⭐ Star this repo if you find it useful! ⭐

