Skip to content

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

License

Notifications You must be signed in to change notification settings

errorproofdev/truestar-evaluation-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
yarn install

# Start development server
yarn dev

# Build extension
yarn build

# Run tests
yarn test

# Type checking
yarn check

# Linting
yarn lint

Building for Production

# Build the extension
yarn 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

Languages

  • TypeScript 87.4%
  • Svelte 5.5%
  • CSS 4.2%
  • JavaScript 2.7%
  • HTML 0.2%