# SerpentRace Frontend Developer Guide ## Quick Start Base URL: http://localhost:3000/api ## Authentication JWT-based authentication with role-based access control. ## API Endpoints - Users: /api/users - Games: /api/games - Decks: /api/decks - Organizations: /api/organizations ## WebSocket Events - Game namespace: /game - Chat namespace: / ## Key Features - Real-time game mechanics - Field effect system - Private game approval flow - Comprehensive error handling For complete documentation, see the full implementation guide.