Fast Apple device identifier lookup with direct links to EveryMac, IPSW firmware pages, and FMI checker tools.
iDev Lookup is a clean web tool to resolve Apple identifiers like iPhone18,3, iPad16,10, Watch5,4, and AppleTV5,3.
It helps technicians, enthusiasts, and resellers quickly discover:
- Device name and family
- Model number
- EMC reference (when available)
- Signed iOS and firmware links
- Direct jump links for external checks
- Lookup by Apple identifier format (
PrefixN,M) - Real-time status and result panel
- Built-in quick examples for one-click testing
- EveryMac lookup page
- IPSW firmware page and signed version info
- FMI checker shortcut
- Responsive layout for mobile and desktop
- Light and dark theme toggle
- Clean glass-style card design
- Server-side EveryMac scraping with fallback matching
- Model and EMC extraction hardened for footnote-marked values
- Graceful error handling for unavailable lookups
# Clone repository
git clone https://github.com/zigzag-007/iDev-lookup.git
# Enter project
cd iDev-lookup
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 in your browser.
- Framework: Next.js (App Router)
- Language: TypeScript
- UI: React + Tailwind CSS
- Icons: Lucide React
- Data Sources: EveryMac + ipsw.me
iPhone18,3iPad16,10Watch5,4AppleTV5,3
Contributions are welcome.
- Fork the project
- Create a branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m "Add your feature") - Push (
git push origin feature/your-feature) - Open a pull request
This project is licensed under the AGPL-3.0 License. See LICENSE for details.
Zig Zag - GitHub Profile