A web application that helps users check if their system meets the requirements to run a specific game.
- Game Search — Find any game and view its requirements
- Hardware Detection — Automatic or manual hardware spec input
- Requirements Comparison — See exactly what you're missing (if anything)
- FPS Estimation — Get an estimated FPS range based on your hardware's performance scores
- Cross-Platform — Works on Windows, macOS, and Linux
- Frontend — Next.js + TypeScript + React + Tailwind CSS
- Hardware Scanner — Go (Windows/macOS/Linux)
- Deployment — Vercel
- Node.js 18+
- Go 1.21+ (for building the hardware scanner)
npm install
npm run devOpen http://localhost:3000 in your browser.
See scanner/README.md for hardware scanner build instructions.
src/— Next.js app (pages, components, API routes)scanner/— Go hardware detection toolpublic/— Static files and scanner downloadspublic/downloads/— Pre-built scanner executables