Gisty is a lightweight web app that summarizes text instantly using Chrome’s Built-in AI (Gemini Nano). It provides fast, privacy-friendly summaries directly in your browser, and gracefully falls back to a local summarizer if the AI API isn’t available. This project is my submission to Google Chrome Built-in AI Challenge 2025.
- Try it out here: Gisty-Instant Text Summarizer
- Watch Demo Video: Gisty Demo Video
- View Devpost Blog: Gisty Devpost Blog
- Summarizes any text in 3–5 sentences
- Uses Chrome’s Built-In AI for local AI summarization
- Dummy/local fallback for unsupported browsers
- Copy summary to clipboard with one click
- Lightweight and beginner-friendly
- Open
index.htmlin a browser (Chrome Canary recommended) - Paste or type the text you want summarized
- Click Summarize
- View the summary below and click Copy Summary if needed
- or click the deployed link to preview its working
- HTML
- CSS
- JavaScript
- Chrome Built-in AI (Gemini Nano)
text-summarizer/
│
├── index.html # Main HTML page
├── style.css # Styles
├── script.js # JavaScript logic
├── LICENSE
└── README.md # This file- Complete integration with Gemini Nano once Early Preview access is approved
- Build a Chrome Extension version that summarizes selected webpage text
- Add multi-language summarization using the upcoming Translator API
- Explore Writer and Rewriter APIs for improved context-aware summaries
- Name: Pranav M S Krishnan
- Github Profile: Pranav-MSK
Contributions, issues, and feature requests are welcome!
Feel free to fork this repository and submit a pull request.
- Fork the project
- Create your feature branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature/new-feature) - Open a Pull Request
This project is licensed under the MIT LICENSE.
- Google Chrome Built-in AI Challenge 2025
- Gemini Nano Documentation (Early Preview)
- Inspiration drawn from the idea of making AI summarization accessible directly in the browser.
- Google Chrome Developers – Built-in AI Overview
- Chrome Canary Documentation
- Devpost: Google Chrome Built-in AI Challenge 2025
- GitHub Docs (Pages, Licensing, Version Control)