Skip to content

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!

License

Notifications You must be signed in to change notification settings

yash-sangwan/DocQ-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocQ-UI

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

Tech Stack

Frontend

  • Next.js - React framework with App Router
  • TypeScript - Type-safe development
  • Tailwind CSS - Utility-first styling
  • Lucide React - Beautiful icons

Installation

  1. Clone the repository:
git clone <repository-url>
cd DocQ-UI
  1. Navigate to the frontend directory:
cd frontend
  1. Install dependencies:
pnpm install
  1. Set up environment variables:
cp .env.example .env

Configure your API keys and settings in the .env file.

  1. Run the development server:
pnpm dev
  1. Open http://localhost:3000 in your browser.

Development

Code Style

  • ESLint configuration with Next.js rules
  • TypeScript for type safety
  • Conventional component structure

Contributing

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a Pull Request

Support

If you have any questions or need help, please open an issue on GitHub.


DocQ-UI - Making document Q&A fast and effortless!

About

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!

Resources

License

Stars

Watchers

Forks