SamAI is a powerful browser extension that brings intelligent AI assistance directly into your browsing experience. With seamless integration and privacy-focused design, it enhances your productivity across various web activities.
- Intelligent analysis of search results
- Contextual insights and summaries
- Rich markdown formatting for better readability
- Chat with AI about any webpage content
- Smart context understanding
- Code-aware responses with syntax highlighting
- Help with writing and editing
- Context-aware suggestions
- Multiple writing styles support
- Fast and responsive
- Privacy-focused design
- Seamless browser integration
- Rich markdown support
- Smart context awareness
- Install Dependencies
bun install
- Development
bun dev # Chrome development
bun dev:firefox # Firefox development
- Build
bun build # Build for Chrome
bun build:firefox # Build for Firefox
- Create Release Package
bun zip # Create zip for Chrome
bun zip:firefox # Create zip for Firefox
- React 19
- TypeScript
- Tailwind CSS
- WXT (Web Extension Tools)
- Advanced Markdown Support
- Real-time AI Processing
SamAI is designed with user privacy as a core principle:
- No data collection or tracking
- All processing happens locally
- Secure AI interactions
- No personal data storage
- Open-source transparency
src/
├── components/ # Reusable UI components
├── content/ # Content script implementations
├── utils/ # Utility functions and helpers
│ ├── ai/ # AI integration logic
│ └── store/ # State management
└── entrypoints/ # Extension entry points
├── popup/ # Extension popup
├── chat/ # Chat interface
└── context/ # Context menu functionality
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with WXT
- UI components inspired by modern design principles
- Special thanks to all contributors
Made with ❤️ by the SamAI Team