Code Q&A
Ask questions about your codebase and get instant, accurate answers.
You
How does user authentication work in this project?
AI
Authentication is handled in lib/auth.ts using JWT tokens. The flow starts in pages/api/auth/login.tswhich validates credentials and returns a signed token...
Try asking:
How do I add a new API endpoint?Where are database migrations defined?What is the authentication flow?How does caching work in this project?
Natural Language Queries
Ask questions in plain English. "Where is user authentication handled?" or "How does the payment flow work?"
Semantic Search
Go beyond keyword matching. Find code by intent and functionality, not just text patterns.
Conversation History
Pick up where you left off. Your questions and answers are saved for easy reference.
Team Sharing
Share useful Q&A threads with your team. Build a knowledge base organically.