DocQ-UI is a fast, open-source Q&A bot with UI that finds answers from your PDFs in seconds. Just upload your documents and ask questions, no more scrolling!
DocQ.mp4
- Next.js - React framework with App Router
- TypeScript - Type-safe development
- Tailwind CSS - Utility-first styling
- Lucide React - Beautiful icons
- Clone the repository:
git clone <repository-url>
cd DocQ-UI
- Navigate to the frontend directory:
cd frontend
- Install dependencies:
pnpm install
- Set up environment variables:
cp .env.example .env
Configure your API keys and settings in the .env
file.
- Run the development server:
pnpm dev
- Open http://localhost:3000 in your browser.
- ESLint configuration with Next.js rules
- TypeScript for type safety
- Conventional component structure
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add amazing feature'
- Push to the branch:
git push origin feature/amazing-feature
- Open a Pull Request
If you have any questions or need help, please open an issue on GitHub.
DocQ-UI - Making document Q&A fast and effortless!