A React / Vite web-app that turns any public article URL into a concise summary powered by AI.
-
AI Generated Summaries - Provides a one paragraph synopsis for any reachable article URL.
-
One Click History & Copy – Summarized URLs are saved for later preview, article revisit, and quick URL copy.
-
Quick News Access – Available easy access to trending news articles to explore and select for summarization.
Layer | Technology |
---|---|
Front-End | React, Vite |
State / Data | Redux |
Styling | Tailwind CSS |
Animations | Motion |
AI Summarisation | Article Extractor and Summarizer - RapidAPI |
Persistence | Browser localStorage |
- Node.js ≥ 18
- A RapidAPI key with access to
https://rapidapi.com/restyler/api/article-extractor-and-summarizer
git clone https://github.com/vasilev17/ai-summerize.git
cd ai-summerize
npm install
The web app is fully deployed and accessible here: https://aisummerizing.netlify.app/
☀️ Feel free to explore and try summerizing your favorite articles!