Ask PDF allows you to have conversations with any PDF document. Simply upload your file and start asking questions right away.
- Framework: Next.js
- Styling: Tailwind CSS
- Authentication: Auth.js
- Database: SQLite/Turso
- ORM: Drizzle ORM
- UI Components: shadcn/ui
- File Uploads: uploadthing
- Payments infrastructure: Stripe
-
Clone the repository
git clone https://github.com/devSaifur/ask-pdf.git
-
Install dependencies using pnpm
pnpm install
-
Copy the
.env.example
to.env
and update the variables.cp .env.example .env
-
Start the development server
pnpm run dev
-
Push the database schema
pnpm run db:push
-
Start the development server
pnpm run dev