SAAS AI Smart Document Assistant
SAAS for processing and understanding large documents quickly.

Summit is a simple SaaS tool that uses AI to turn long, complex PDFs into clear summaries. Its a huge time-saver and also allows you to save the summaries and download them if you wish. This has been a personal project to utilise different AI tools and integrate the offering into Stripe payments, providing different levels of service for tiered pricing levels.
1. Upload Your PDF
- Simply drag and drop your PDF file or click to upload
- Documents are handled securely and privately
2. Let AI Work For You
- Advanced artificial intelligence reads through your document
- It identifies key points and important information
- The AI creates a well-structured summary with proper formatting
3. Get Your Summary
- Receive a clear, concise summary of your document
- Download your summary for future reference
- Access your summaries anytime through your personal dashboard
The application uses Langchain to strip the content from the pdf. The content is then sent to OpenAI for summarising and if there is an issue with OpenAI perhaps not available at that time, it will fallback to Google Gemini.
Uploaded pdfs and the final summaries are stored in uploadthing, which is a tool that acts as a wrapper around Amazon S3, adding features like caching and callbacks to simplify file uploads.
Payments are handled by Stripe.
