Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.09 KB

File metadata and controls

44 lines (31 loc) · 1.09 KB

Getting Started with DocuNote

🎯 What is DocuNote?

DocuNote is a Next.js 15 application that turns documents into conversations. Upload files, scrape websites, and chat with AI about your content.

✨ Key Features

  • 💬 Chat with PDFs and text files
  • 🌐 Scrape and analyze websites
  • 🎨 AI-powered theme generation
  • 🌙 Dark/Light mode toggle (Ctrl+Shift+T)
  • 📱 Responsive design

🚀 Quick Start

  1. Clone and install

    git clone https://github.com/flegaspi700/DocuNote.git
    cd DocuNote
    npm install
  2. Create .env.local with your Google Gemini API key

    GOOGLE_GENERATIVE_AI_API_KEY=your_key_here
  3. Run the dev server

    npm run dev
  4. Open http://localhost:9002

🛠️ Common Issues

Check Installation Warnings for troubleshooting.

📖 Next Steps