Transform your raw meeting transcripts into clean, editable summaries — then share them instantly via email.
-
Objective: Upload a transcript → Add a custom prompt (e.g., “Highlight action items”) → Generate a polished summary → Edit → Share via email.
-
Development Workflow:
- Frontend: Simple React + Vite interface for upload, prompt input, summary display & editing.
- Backend: Node.js/Express API to handle summarization and email delivery.
- AI: Groq API for blazing‑fast, instruction‑driven summarization.
- Email: SMTP via Nodemailer to send summaries directly to recipients.
- Deployment: Hosted on Netlify for smooth updates.
-
Testing: Verified end‑to‑end — uploads, prompt handling, editable summaries, email sharing.
- Frontend: React • Vite • TypeScript • Tailwind CSS • shadcn‑ui
- Backend: Node.js • Express
- AI Service: Groq API (swap‑ready with OpenAI)
- Email Delivery: Nodemailer (SMTP)
- Deployment: Netlify