Open Issues Need Help
View All on GitHub Web Development • Next.js Templates
Build `/api/ask` endpoint about 2 months ago
AI Summary: Create a Next.js API route (`pages/api/ask.ts`) that accepts POST requests containing a `question` parameter, validates the input, handles potential errors, and likely integrates with the existing RAG pipeline to return an answer.
Complexity:
3/5
enhancement good first issue Backend Day-2
Web Development • Next.js Templates
Create Next.js app scaffold about 2 months ago
AI Summary: Create a Next.js application scaffold using the create-next-app command, integrating Tailwind CSS for styling, and setting up a basic `_app.tsx` layout. This is a foundational step for building the AvenAI project, a voice- and chat-enabled AI customer support agent.
Complexity:
2/5
enhancement good first issue Frontend Day-3