Home
Softono
pdf.ai

pdf.ai

Open source TypeScript
32
Stars
13
Forks
0
Issues
1
Watchers
1 month
Last Commit

About pdf.ai

Edge compatible PDF.ai Chat with any PDF document You can ask questions, get summaries, find information, and more. Built with Pinecone, OpenAI, Langchain, Nextjs13, TypeScript, Clerk Auth, Drizzle ORM for edge runtime environment, Shadcn UI.

Platforms

Web Self-hosted

Languages

TypeScript

πŸ“„ pdf.ai

AI-powered PDF Assistant built with cutting-edge web technologies and deployed using Vercel Edge Functions.

Easily query, summarize, and interact with PDFs in real time using AI.


πŸš€ Features

  • ✨ Chat with your PDF using AI
  • ⚑ Fast responses via Edge Functions (Vercel)
  • 🧠 Embedding + context retrieval for smarter answers
  • πŸ”’ Local development runs smoothly

πŸ›  Tech Stack

  • Next.js
  • Vercel Edge Functions
  • OpenAI GPT
  • LangChain
  • Pinecone Vector DB

πŸ‘· All contributions are welcome!


πŸ§‘β€πŸ’» Getting Started

# 1. Clone the repository
git clone https://github.com/Srijan-D/pdf.ai
cd pdf.ai

# 2. Install dependencies
npm install
# or
yarn

# 3. Set up environment variables
cp .env.example .env.local .env
Add your API keys (OpenAI, etc.)

npm run dev
# or
yarn dev