A simple, interactive web-based tool for summarizing notes into concise, exam-friendly markdown-format outputs. Paste your notes, click "Summarize," and receive a formatted summary with headings, bullet points, tables, and more. Export your summary as PDF or Markdown.
- Paste & Summarize: Enter large blocks of text and generate a structured summary in markdown style.
- Clean Interface: Minimal, user-friendly design for distraction-free usage.
- Markdown Formatting: Summaries include headings, bullet points, tables, horizontal rules, and emphasis for quick revision.
- Collapsible Sections: Headings become collapsible for tidier, more navigable summaries.
- Export Options: Download your summary as a PDF or Markdown file for offline use.
- Spinner Feedback: Visual loading indicator while summaries are generated.
- Paste your text into the textarea.
- Click the Summarize button.
- The app calls the DeepSeek summarizer API to generate a markdown-style summary.
- The formatted summary appears below, with collapsible sections for easy navigation.
- Export your summary to PDF or Markdown as needed.
- Open
index.htmlin your browser. - Paste the notes or content you wish to summarize.
- Click Summarize.
- Wait for the summary to appear.
- Use the provided buttons to export your summary.
Note: You need to provide your own API key for OpenRouter/DeepSeek in the script section.
- HTML, CSS, JavaScript
- jsPDF for PDF export
- html2canvas for rendering HTML to canvas/PDF
- DeepSeek via OpenRouter API
- No frameworks required
Replace the placeholder in the fetch headers:
"Authorization": "Bearer //Api key from openrouter"with your actual OpenRouter API key.