Frontend interface for ChatPDF, a web application that lets users upload PDF files and chat with them using AI.
Built with Next.js 15, React Query, and Tailwind CSS, and connected to a FastAPI backend.
- 📄 Upload and manage PDF documents
- 💬 Chat with your PDF using AI
- 🔐 Authentication integrated with FastAPI (JWT via cookies)
- ⚡ Real-time updates with React Query
- 🎨 Styled with Tailwind CSS + shadcn/ui
- 🧱 Built with the latest Next.js 16 App Router
git clone git@github.com:robbype/Ask-PDF.git
cd Ask-PDFUsing pnpm (recommended):
pnpm installpnpm devThen open your browser at:
http://localhost:3000