Grammarly Clone (Privacy-First)
📌 Overview
This project is a privacy-first offline grammar and spell checker Chrome extension powered by: - Harper.js - Chrome’s built-in Gemini Nano AI
It is designed to work locally without sending user data to external servers.
🚀 Features
- ✅ Offline grammar checking
- ✅ Spell correction
- ✅ Privacy-first (no external API calls)
- ✅ Lightweight and fast
- ✅ Chrome extension support
🛠️ Tech Stack
- JavaScript (ES Modules)
- Harper.js
- Esbuild (for bundling)
📦 Installation
npm install
🏗️ Build Project
npm run build
👀 Watch Mode (Development)
npm run watch
📁 Project Structure
grammarly-clone/
│── src/
│── dist/
│── esbuild.config.mjs
│── package.json
⚙️ Scripts
Command Description
npm run build Build the project npm run watch Watch and rebuild on changes
📜 License
MIT License
🙌 Acknowledgements
- Harper.js for grammar checking engine
- Chrome Gemini Nano AI
💡 Future Improvements
- UI improvements for suggestions
- Multi-language support
- Better AI-based corrections
- Integration with web apps