AI Summary is a modern SAAS web application that lets you upload PDF files and receive concise, AI-generated summaries. Built with Next.js, it leverages the latest AI and cloud technologies for a seamless user experience.
Check out the live app: https://ai-summary-nu.vercel.app/
- 🚀 Upload PDF files and get instant AI-powered summaries
- 📋 Save and manage your summaries in your dashboard
- 🔒 Secure authentication with Clerk
- 💳 Stripe integration for paid plans
- ⚡ Built with Next.js 15, React 19, Tailwind CSS, and more
git clone https://github.com/your-username/ai-summary.git
cd ai-summarynpm install
# or
yarn install
# or
pnpm installCreate a .env.local file in the root directory and add the following (replace with your actual keys):
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key
CLERK_SECRET_KEY=your_clerk_secret_key
STRIPE_SECRET_API_KEY=sk_test_...
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_...
STRIPE_WEBHOOK_SECRET=whsec_...
UPLOADTHING_SECRET=your_uploadthing_secret
UPLOADTHING_APP_ID=your_uploadthing_app_idnpm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 in your browser to see the app.