A high-performance, Bento-styled game completion board designed for focused gamers. Built with the latest Next.js App Router and integrated with Google Gemini for intelligent achievement roadmaps.
- Framework: Next.js 16 (App Router)
- AI: Gemini 2.5 Flash Lite
- Animations: Framer Motion (Hardware-accelerated)
- Database: PostgreSQL via Prisma 7
- Styling: Tailwind CSS v4 (Bento Grid Design)
- State: React Server Actions & Custom Browser Events
git clone [your-repo-url]
cd nexus-boardnpm installCreate a .env.local file in the root directory:
DATABASE_URL="file:./dev.db"
GEMINI_API_KEY="your_api_key"npx prisma db pushnpm run devOpen http://localhost:3000 in your browser.
- Smart Fill: AI roadmaps sent directly to your tracker via custom events
- Bento UI: Optimized 3-column desktop layout with locked viewport
- Fast Search: Debounced game art fetching via CheapShark API