Skip to content

TrueStarHQ/browser-extension

Repository files navigation

⭐ TrueStar Browser Extension

Browser extension for detecting potentially fake product reviews using AI-powered analysis.

Overview

This extension analyzes product reviews on Amazon and provides insights about review authenticity and reliability.

Architecture

  • Framework: Svelte 5 + TypeScript
  • Build Tool: Vite with CRXJS plugin
  • Extension: Manifest V3
  • UI Components: shadcn-svelte + Tailwind CSS
  • Testing: Vitest + Svelte Testing Library

Development

# Install dependencies
pnpm install

# Start development server
pnpm dev

# Build extension
pnpm build

# Run tests
pnpm test

# Type checking
pnpm check

# Linting
pnpm lint

Building for Production

# Build the extension
pnpm build

# Output will be in dist/ directory

Load the unpacked extension from the dist directory in your browser's extension management page.

Project Structure

  • src/ - Source code
    • content/ - Content scripts
    • popup/ - Extension popup UI
    • lib/ - Shared utilities and components
  • public/ - Static assets
  • manifest.json - Extension manifest configuration

About

A browser extension provides transparent, AI-powered fake review detection for smarter online shopping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published