Your intelligent writing companion for professional LinkedIn interactions
An intelligent Chrome extension that enhances your LinkedIn experience with AI-powered reply suggestions, running entirely locally for privacy and security.
- Download from Releases or install from Chrome Web Store (coming soon)
- Follow the User Guide for complete setup instructions
git clone https://github.com/mrviduus/ReplyMate.git
cd ReplyMate
npm install && npm run build| Guide | Description |
|---|---|
| 🎯 User Guide | Installation and usage instructions |
| 👩💻 Development Guide | Building, testing, and contributing |
| 🏗️ Architecture Guide | How ReplyMate works (explained simply) |
| 🔧 CI/CD Pipeline | Automated building and deployment |
| � Full Documentation | Complete documentation index |
| 🛠️ Troubleshooting | Common issues and solutions |
- Smart Post Detection: Automatically finds LinkedIn posts as you scroll
- One-Click Suggestions: Generate professional replies with a single click
- Multiple Options: Regenerate if you want different suggestions
- Seamless Integration: Copy to clipboard or insert directly into comment boxes
- 100% Local Processing: AI runs on your device, no data sent to external servers
- No Account Required: Works without login or data collection
- Open Source: Full transparency with public code
- Native LinkedIn Styling: Blends perfectly with LinkedIn's interface
- Accessibility Ready: Full keyboard navigation and screen reader support
- Performance Optimized: Minimal impact on page loading
- Visit LinkedIn → ReplyMate automatically detects posts
- Click "Generate Reply" → AI analyzes the post content
- Review & Use → Choose to regenerate, copy, or insert the suggestion
- Stay Authentic → Always review and personalize before posting
./install.sh # Installs dependencies, builds, and validates everythingnpm install # Install dependencies
npm run build # Build the extensionThen load in Chrome:
- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" → Select
dist/folder - Pin ReplyMate to your toolbar
npm run dev # Development mode with hot reload
npm run test # Run test suite
npm run build # Production build
npm run package # Create distribution packages
npm run lint # Code quality checksProfessional Use Guidelines: ReplyMate provides AI-generated suggestions to enhance your LinkedIn interactions. Please:
- ✅ Always review suggestions before posting
- ✅ Personalize content to match your voice
- ✅ Ensure compliance with LinkedIn's Terms of Service
- ✅ Use responsibly and authentically
Architecture: Chrome Extension (Manifest V3) with local AI processing AI Engine: WebLLM with Qwen2/Llama models Languages: TypeScript, JavaScript, HTML, CSS Testing: Jest with comprehensive test coverage Build: Parcel with custom scripts
For detailed technical information, see the Architecture Guide.
| Aspect | Status |
|---|---|
| ✅ Tests | All passing (132 tests) |
| ✅ Build | Automated with CI/CD |
| ✅ Code Quality | ESLint, Prettier, TypeScript |
| ✅ Security | Local processing, no data collection |
| 🔄 Chrome Store | Preparing for submission |
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Make your changes and add tests
- Ensure all tests pass:
npm test - Submit a pull request
See the Development Guide for detailed contributing instructions.
This project is licensed under the ISC License - see the LICENSE file for details.
- WebLLM for local AI inference
- The open-source community for tools and inspiration
- LinkedIn for providing a platform for professional networking
Made with ❤️ for the professional community