π A minimal, AI-powered meeting notes summarizer built with React, Node.js, and Express. Upload transcripts, generate smart summaries with Groq AI, edit them, and share seamlessly via email.
π Transcript Upload β Upload .txt files or paste raw text
π€ AI Summarization β Powered by Groq LLM API
π― Custom Prompts β Tailor summaries with your own instructions
π Editable Summaries β Edit AI output before sharing
π§ Email Sharing β Send summaries to multiple recipients
π¨ Minimal UI/UX β Luxury white space, deep navy palette, responsive design
π± Mobile-First β Works smoothly on all devices
π Summary History β Save and revisit previous transcripts/summaries
βοΈ React (Vite) β Modern UI π¨ Tailwind CSS β Utility-first styling π¦ React Router β Navigation π Framer Motion β Smooth animations π₯ React Hot Toast β Notifications β° Moment.js β Date/time formatting
π’ Node.js β Runtime π Express.js β Backend framework π CORS β Cross-origin access π Multer β File uploads
π€ Groq AI β Summarization engine π§ Resend API β Email delivery βοΈ Vercel β Deployment platform
- Node.js (v16 or higher)
- Groq API key
- Resend API key
POST /api/uploadβ Upload transcript (.txtor raw text)POST /api/summarizeβ Generate summary with Groq AI{ transcript, instruction }
POST /api/email/sendβ Send edited summary via Resend
π€ AI-Powered Summarization
- Converts transcripts into structured, actionable summaries
- Custom prompts for different audiences (executives, technical teams, etc.)
π§ Email Sharing
- Send summaries to individuals or groups
- Powered by Resend API
π¨ Minimal, Elegant UI
- Deep navy background
#0F172A - Accent blue
#3B82F6 - Clean typography (Inter / Poppins)
- Mobile-first layout
- Connect GitHub repo β Deploy
client/ - Add env vars in Vercel dashboard
- Deploy
server/ - Add env vars in deployment platform
- Ensure frontend API calls point to backend URL
π¨βπ» Surya Prakash Kahar
- π§ Email: sp2002rk@gmail.com
- πΌ LinkedIn: www.linkedin.com/in/surya--prakash--kahar
- π¨ Design inspiration from modern summary platforms
- π€ Groq ai for content generation capabilities
- π Open source community for amazing libraries and tools
β Star this repo if you found it helpful!
Made with β€οΈ by Surya Prakash Kahar