https://github.com/parasss19/instantly_ai_summary
Turn Long Reads Into Key Insights with your personal AI Reading Assistant ✨ Whether you’re browsing news, researching for work, or catching up on blogs, Instantly gives you concise summaries in seconds helping you save hours every week without missing the key details.
https://github.com/parasss19/instantly_ai_summary
Last synced: 4 months ago
JSON representation
Turn Long Reads Into Key Insights with your personal AI Reading Assistant ✨ Whether you’re browsing news, researching for work, or catching up on blogs, Instantly gives you concise summaries in seconds helping you save hours every week without missing the key details.
- Host: GitHub
- URL: https://github.com/parasss19/instantly_ai_summary
- Owner: parasss19
- Created: 2025-04-20T16:52:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T15:21:57.000Z (4 months ago)
- Last Synced: 2025-10-07T17:35:27.872Z (4 months ago)
- Language: JavaScript
- Homepage: https://instantly-one.vercel.app/
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AI SUMMARIZER ✨
## 🧠 AI Summary for Blogs and Articles - Chrome Extension
### 🎯 Aim:
- To provide users with **instant AI-powered summaries** of any webpage content in various formats — brief, detailed, or bullet-point — directly from the Chrome toolbar.
### 🥅 Goals:
- 🧠 Help users digest large articles in seconds.
- ⚡ Eliminate the need to read full content for key insights.
- 🔒 Let users use their own Gemini API key for full control and privacy.
- 📚 Provide customizable summary formats to suit every reader.
## 🚀 Features
- 🔍 **One-click summarization** of any webpage content
- 📝 Choose summary type: Brief, Detailed, or Bullet Points
- 🔐 API key stored securely via Chrome Storage
- 🧩 Simple Options Page to set your Gemini API key
- 📋 Copy summary to clipboard
- ✨ Auto-scroll output area with rich formatting support via markdown
## 🧑💻 Tech Stack
| Tech | Description |
|-------------|---------------------------------------|
| **React** | Modern Frontend library |
| **Vite**| Build Tool |
| **Tailwind Css** | For Styling |
| **Gemini Pro API** | For AI summaries |
| **Chrome's `storage.sync`** | for saving API keys |
> **Note**: If you are new to open source contributions, you can refer to [this](https://opensource.guide/how-to-contribute/) guide by GitHub.
## 📁 Folder Structure
```text
AI Chrome Extension
├── public
│ ├── icon.png
│ ├── ai.png
│ ├── manifest.json
│ └── scripts
│ ├── background.js
│ └── content.js
├── src
│ ├── options
│ │ └── Options.jsx
│ ├── popup
│ │ └── Popup.jsx
│ ├── App.css
│ ├── App.jsx
│ ├── index.css
│ └── main.jsx
├── .gitignore
├── index.html
├── package.json
├── package-lock.json
├── README.md
└── vite.config.js
```
## Installation
1. **Clone the repository**
```sh
git clone https://github.com/yourusername/AI-summarizer-Extension.git
cd AI-summarizer-Extension
```
2. **Install dependencies**:
```sh
npm install
```
3. **Build the extension**
```sh
npm run build
```
``` This generates a dist/ folder with the compiled extension.```
4. **Load it into Chrome**
- Open Chrome and go to chrome://extensions
- Enable Developer Mode
- Click "Load unpacked"
- Select the dist/ folder
## 📜 License
This project is licensed under the MIT License.
## 🤠 Project Admin
