A modern, highly-responsive, and blazing-fast web application for browsing the comprehensive Garena Free Fire items catalog.
Live Website: Arsenal Free Fire Community
- Comprehensive Database: Detailed views of every Free Fire item, weapon, character, and cosmetic collection.
- Lightning Fast Search Engine: Instant filtering across Item IDs, descriptions, and names with debounced execution. Let users find items smoothly among massive datasets.
- Premium UI/UX: State-of-the-art dark mode design enhanced by glassmorphism, fluid micro-animations, and dynamic glow effects (using
framer-motionand Tailwind CSS v4). - SEO Optimized: Fully leverages Next.js App Router metadata features generating standard
<title>, Description, Twitter Cards, and rich Open Graph components natively. - Native Sharing API: Integration of the Web Share API ensuring seamless sharing experiences across iOS, Android, and Web with a beautiful clipping fallback utilizing toast animations.
- Google AdSense Enabled: Smart ad placements integrated without layout shifting.
- Framework: Next.js 15 (App Router)
- Core Library: React 19
- Styling: Tailwind CSS v4
- Animations: Framer Motion
- Icons: Lucide React
- Type Safety: TypeScript Strict Mode
/src/app/- Core routing, layout (layout.tsx), page (page.tsx), and globals (globals.css)./src/components/- Interactive components likeItemExplorer.tsx./src/types/- TypeScript interface definitions for robust API mapping./data/- Contains all historically harvested static data files (ItemData.json,OB51-Items.json, etc.) related to Free Fire content drops. The frontend actively hydrates from remote datasets as requested but retains offline dumps here for backup purposes./index.old.html- The legacy application architecture preserved for historical reference and backup fallback.
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
This project is fully optimized and ready for production on Vercel or any Next.js runtime.
npm run build
npm startAll game assets, item data, names, images, and related content are the exclusive property of Garena International and Sea Limited. We do not claim ownership of any game-related content. This site operates under fair use principles for educational research and reference by the Free Fire Community.