A Pokémon TCG deck strategist specific to the mobile game.
- Frontend: React, TailwindCSS
- Backend: Next.js API routes
- AI: OpenAI GPT-4o via AI SDK
- Data: TCGdex API for Pokémon card data
- Deployment: Vercel
- Install dependencies:
npm install- Create
.env.localwith your OpenAI API key:
OPENAI_API_KEY=your_openai_api_key_here- Run development server:
npm run devOpen http://localhost:3000 to view the app.
- Chat Interface: AI deck strategy advice
- Card Data: Updated Pokémon TCG card information via TCGdex API
- Deck Builder Interface: Drag-and-drop card selection for building decks
- Mobile Optimized: Responsive design for mobile devices
- Deck Strategy: Focus on balance and competitive strategies for TCG Mobile
npm run dev # Start development server
npm run build # Build for production
npm run start # Start production server
npm run lint # Run ESLint