Implement rate limiting for public endpoints
Fix hydration mismatch in navigation
Update button hover states to match new spec
Database connection pooling optimization
Add loading skeletons to dashboard
Migrate to new routing system
We need to implement rate limiting on all /api/v1/public/* endpoints to prevent abuse and ensure service stability.
Requirements:
429 Too Many Requests when the limit is exceeded.X-RateLimit-Limit and X-RateLimit-Remaining headers in the response.Please refer to the architecture doc for the Redis connection details.
REDIS_URL_RATE_LIMIT environment variable.