Arc Raiders Database is a comprehensive, fan-made web application providing detailed information about all items in Arc Raiders. Explore 485+ items with full statistics, crafting recipes, recycling guides, and more.
- Advanced Search & Filtering - Find items by name, type, or rarity
- Detailed Statistics - Complete stat blocks for every item
- Crafting Recipes - Full crafting and recycling information
- Recycling System - Discover which items can be recycled to obtain others
- Multilingual Support - Available in 18 languages (EN, FR, DE, ES, PT, PL, NO, DA, IT, RU, JA, ZH-TW, UK, ZH-CN, KR, TR, HR, SR)
- Responsive Design - Optimized for desktop, tablet, and mobile
- Authentic Design - Follows Arc Raiders brand guidelines
- Lightning Fast - Built with Next.js 16 and optimized performance
- Node.js 18.x or higher
- npm or yarn
-
Clone the repository
git clone https://github.com/Teyk0o/ARDB.git cd ARDB -
Install dependencies
npm install # or yarn install -
Run the development server
npm run dev # or yarn dev -
Open your browser
http://localhost:3000
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Font: Barlow (Official Arc Raiders font)
- Deployment: Vercel
- Data Source: RaidTheory/arcraiders-data
ARDB/
├── app/
│ ├── icon.png # Favicon
│ ├── layout.tsx # Root layout with SEO metadata
│ ├── page.tsx # Home page
│ ├── globals.css # Global styles
│ └── sitemap.ts # Dynamic sitemap
├── components/
│ ├── ItemsPage.tsx # Main items page component
│ ├── ItemCard.tsx # Individual item card
│ ├── ItemDetailModal.tsx # Item detail modal
│ └── CustomSelect.tsx # Custom dropdown component
├── lib/
│ └── translations.ts # i18n translations
├── types/
│ └── item.ts # TypeScript interfaces
├── data/
│ └── items.json # Complete items dataset (485+ items)
├── public/
│ ├── banner.png # Repository banner
│ ├── favicon.png # Favicon
│ └── ARC_Raider_Stacked_White_Color.png # Arc Raiders logo
└── README.md
The project follows the official Arc Raiders brand guidelines:
| Element | Value |
|---|---|
| Primary Color | #f1aa1c (Arc Yellow) |
| Background | #130918 (Deep Blue) |
| Secondary BG | #1a1120 (Arc Blue Light) |
| Text | #ece2d0 (Off White) |
| Font | Barlow (400, 500, 700) |
This project uses data from the RaidTheory/arcraiders-data repository:
- Complete Item Database - 485+ items with full stats and recipes
- Daily Synchronization - Data updates aligned with game patches
- Community-Driven - Maintained by the Arc Raiders community
The application uses a local JSON file (data/items.json) for optimal performance and offline access.
The database supports 18 languages thanks to the RaidTheory community data project:
| Language | Code | Status |
|---|---|---|
| English | en |
Complete |
| French | fr |
Complete |
| German | de |
Complete |
| Spanish | es |
Complete |
| Portuguese | pt |
Complete |
| Polish | pl |
Complete |
| Norwegian | no |
Complete |
| Danish | da |
Complete |
| Italian | it |
Complete |
| Russian | ru |
Complete |
| Japanese | ja |
Complete |
| Traditional Chinese | zh-TW |
Complete |
| Ukrainian | uk |
Complete |
| Simplified Chinese | zh-CN |
Complete |
| Korean | kr |
Complete |
| Turkish | tr |
Complete |
| Croatian | hr |
Complete |
| Serbian | sr |
Complete |
Users can switch languages in real-time using the language selector in the top navigation bar. Language preference is saved to local storage for a consistent experience across visits.
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch
git checkout -b feat/amazing-feature
- Commit your changes (follow Conventional Commits)
git commit -m "feat: add amazing feature" - Push to the branch
git push origin feat/amazing-feature
- Open a Pull Request
We follow Conventional Commits:
feat:- New featuresfix:- Bug fixesdocs:- Documentation changesstyle:- Code style changes (formatting, etc.)refactor:- Code refactoringtest:- Adding or updating testschore:- Maintenance tasks
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0).
- You can: View, fork, and contribute to the code
- You cannot: Use this project for commercial purposes
- You cannot: Redistribute or redeploy modified versions
- You must: Give appropriate credit to the original author
For the full license text, see LICENSE.
This is a fan-made project and is not affiliated with, endorsed by, or associated with Embark Studios or Nexon.
- Arc Raiders is a trademark of Embark Studios and Nexon
- All game content, assets, and materials are property of their respective owners
- This project is for educational and informational purposes only
Théo (Teyk0o)
- GitHub: @Teyk0o
- Website: arcraidersdatabase.com
- Embark Studios - For creating Arc Raiders
- Metaforge - For providing the API
- Arc Raiders Community - For feedback and support
- Next.js Team - For the amazing framework
- Complete item database (485+ items)
- Crafting & recycling system
- Multilingual support (18 languages)
- Responsive design
- SEO optimization
- Continuous updates with game patches
- Community-driven translations
Made by the Arc Raiders community
