Skip to content

lsgrep/overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overlay

Watch the video

Overlay is a powerful Chrome extension that transforms your browsing experience through advanced AI capabilities. It leverages large language models (LLMs) to provide context-aware assistance, content analysis, and task automation as you browse the web. The extension supports multiple models including OpenAI, Anthropic Claude, Google Gemini, and local Ollama models, giving users flexibility in their AI interactions.

Features

Core Features

  • ✅ Chrome Manifest V3 compatible
  • ✅ Firefox compatible build pipeline
  • ✅ Dark/Light theme support
  • ✅ Sidepanel integration for easy access
  • ✅ Responsive and modern UI design with Tailwind CSS

AI Integration & LLM-Enhanced Browsing

  • ✅ Multi-model support
    • OpenAI integration
    • Anthropic Claude integration
    • Gemini Pro integration
    • Local model execution via Ollama
    • Automatic model switching and persistence
  • ✅ Custom model configuration
    • Default model selection in options
    • Dynamic model discovery
    • Automatic retry mechanism for API rate limits
  • ✅ Context-aware browsing assistance
    • Interactive and conversational modes
    • Context menu integration for quick actions
    • Webpage content analysis and summarization
    • Task extraction and planning from web content
  • ✅ Advanced LLM capabilities
    • Intelligent response generation based on web context
    • Custom prompting system for targeted assistance
    • Structured data extraction from webpages
    • Semantic understanding of page content
  • 📝 Chat history and conversation management

Content Features

  • ✅ Inspirational quotes on new tab
  • ✅ Quote categorization and attribution
  • 🚧 Customizable new tab layout
  • ✅ Task identification and planning
    • Automatic task detection from page content
    • Step-by-step task breakdown for complex topics
    • Progress tracking for identified tasks
  • 🚧 Personalized content recommendations

Privacy & Security

  • ✅ Local model execution via Ollama
  • ✅ Secure API key storage
  • ✅ No data collection or tracking

Getting Started

  1. Install dependencies:
pnpm install
  1. Configure AI Models:

    a. For Ollama (Local Models):

    # Install recommended models
    ollama pull mistral    # Great for general tasks
    ollama pull codellama  # Specialized for code
    ollama pull phi        # Fast and lightweight

    b. For Cloud Models:

  2. Start Ollama service with Chrome extension permissions:

OLLAMA_ORIGINS=chrome-extension://* ollama serve

Note: The extension will automatically discover available models from all providers.

  1. Start development:
pnpm dev
  1. Build for production:
pnpm build        # For Chrome
pnpm build:firefox # For Firefox

Development

Project Structure

overlay/
├── chrome-extension/     # Chrome extension core
├── packages/             # Shared packages
│   ├── dev-utils/        # Development utilities
│   ├── hmr/              # Hot module replacement
│   ├── shared/           # Shared components and utilities
│   ├── storage/          # Storage management
│   ├── ui/               # UI components
│   └── ... 
└── pages/                # Extension pages
    ├── content/          # Content scripts
    ├── popup/            # Popup UI
    ├── side-panel/       # Sidepanel UI
    ├── options/          # Options page
    └── ...

Commands

  • pnpm dev - Start development server
  • pnpm dev:firefox - Start development server for Firefox
  • pnpm build - Build for Chrome production
  • pnpm build:firefox - Build for Firefox production
  • pnpm zip - Build and package Chrome extension
  • pnpm zip:firefox - Build and package Firefox extension
  • pnpm lint - Run linting
  • pnpm type-check - Type check all TypeScript files
  • pnpm e2e - Run end-to-end tests

Installation

  1. Open Chrome and navigate to chrome://extensions/
  2. Enable "Developer mode" in the top right
  3. Click "Load unpacked" and select the dist directory from this project

Requirements

  • Node.js >= 22.12.0
  • pnpm 9.15.1+
  • Chrome browser or Firefox

Project Vision & Roadmap

Overlay aims to fundamentally transform how users interact with web content by leveraging the power of large language models. Our vision is to create an intelligent companion that understands user intent, provides contextual assistance, and automates repetitive tasks across the browsing experience.

Future Development Plans

  • 🔮 Advanced webpage analysis with semantic understanding
  • 🔮 Personalized assistance based on browsing patterns and preferences
  • 🔮 Proactive information discovery and curation
  • 🔮 Cross-page content correlation and knowledge synthesis
  • 🔮 Fine-tuned domain-specific assistance for specialized workflows
  • 🔮 Enhanced privacy-preserving local model integration

We believe LLMs have the potential to create a more intuitive, efficient, and personalized web browsing experience that adapts to each user's unique needs and interests.

Based on

License

MIT