Built for AXIS Foils to provide an official, brand-controlled comparison tool with anti-counterfeit features.
- ✅ Official AXIS product data scraping (120 products)
- ✅ Multi-foil comparison (2-4 foils side-by-side)
- ✅ Series-based browsing (ARTPRO, ART, HPS, BSC, PNG, SP, etc.)
- ✅ Price & specs display
- ✅ Direct links to axisfoils.com
- ✅ Radar chart performance metrics
- ✅ Smart recommendation wizard
- ✅ Filter & search functionality
- ✅ Anti-Counterfeit Center (
/verify)- Interactive authenticity checklist (17 checks across physical, listing & seller categories)
- Real-time verdict engine (LIKELY COUNTERFEIT → LIKELY AUTHENTIC)
- Price Reality Check against all 120+ official AXIS retail prices
- Authorized dealer directory
- Suspicious listing report form
- Threat intelligence: known counterfeit manufacturers & how fakes are made
- Safety warnings about counterfeit structural failure risks
- Framework: Next.js 14 (React)
- Language: TypeScript
- Styling: Tailwind CSS
- Data: Static JSON (no database needed)
- Hosting: Vercel / Netlify (recommended)
axis-advisor/
├── app/
│ ├── components/
│ │ ├── Header.tsx
│ │ ├── FoilSelector.tsx
│ │ └── FoilComparison.tsx
│ ├── layout.tsx
│ ├── page.tsx
│ └── globals.css
├── data/
│ └── axis-products.json (120 products)
├── scripts/
│ └── scrape-axis-data.py (data scraper)
└── public/
└── data/
└── axis-products.json
npm installnpm run devpython3 scripts/scrape-axis-data.py
cp data/axis-products.json public/data/npm install -g vercel
vercelnpm run build
# Deploy the `.next` folder to any static hostinterface Product {
id: number;
handle: string;
title: string;
description: string;
image: string;
price: string;
specs: {
area?: number;
series?: string;
};
}Run the scraper weekly to keep product data fresh:
python3 scripts/scrape-axis-data.py- Smart Recommendations - "I weigh X, want to Y" → suggested foils
- Radar Charts - Visual performance comparison
- Anti-Counterfeit Hub - Spot fakes, find authorized dealers
- Verified Reviews - Require proof of purchase
- Analytics - Track which foils get compared most
- Admin panel for AXIS team
- User accounts (save favorites)
- Mobile app
- API for retailers
Built for AXIS Foils. All product data © AXIS Foils.
- AXIS Foils: https://axisfoils.com
- Support: info@axisfoils.com