DocuNote is a Next.js 15 application that turns documents into conversations. Upload files, scrape websites, and chat with AI about your content.
- 💬 Chat with PDFs and text files
- 🌐 Scrape and analyze websites
- 🎨 AI-powered theme generation
- 🌙 Dark/Light mode toggle (Ctrl+Shift+T)
- 📱 Responsive design
-
Clone and install
git clone https://github.com/flegaspi700/DocuNote.git cd DocuNote npm install -
Create .env.local with your Google Gemini API key
GOOGLE_GENERATIVE_AI_API_KEY=your_key_here
-
Run the dev server
npm run dev
Check Installation Warnings for troubleshooting.
- Run tests: See TESTING-README.md
- Read blueprint: blueprint.md for project vision
- Start developing: Development Guide