Smart Research Assistant is an AI-powered tool that helps users analyze and summarize research papers, PDFs, and documents efficiently.
✨ Features Upload PDFs and extract text AI-powered summarization and key insights Search and analyze research content Simple and minimal UI for a seamless experience
🚀 Tech Stack Frontend: Next.js, TypeScript, Tailwind CSS (ShadCN) Backend: Next.js API routes Storage: Vercel Blob Database: Neon Postgres Deployment: Vercel
📂 Installation & Setup 1️⃣ Clone the repository
git clone https://github.com/nummi-ai/smart-research-assistant.git
cd smart-research-assistant
2️⃣ Install dependencies
npm install
3️⃣ Set up environment variables Create a .env.local file in the root directory and add:
DATABASE_URL=your-neon-db-url
BLOB_STORAGE_URL=your-vercel-blob-url
NEXT_PUBLIC_API_KEY=your-api-key
4️⃣ Run locally
npm run dev
App will be live at http://localhost:3000
🎯 Contributing We welcome contributions! Feel free to fork the repo, open issues, and submit pull requests.
📜 License MIT License