Skip to content

Latest commit

 

History

History
106 lines (86 loc) · 2.63 KB

File metadata and controls

106 lines (86 loc) · 2.63 KB

BugSight Features

🎨 Beautiful UI

  • Neon Theme: Black background with cyan/purple/pink neon accents
  • Dark/Light Mode: Seamless theme switching
  • Smooth Animations: Framer Motion powered transitions
  • Responsive Design: Works on all screen sizes
  • Glassmorphism: Backdrop blur effects for modern look

🔍 Web App Features

Error Analysis

  • Paste error messages or stack traces
  • Upload log files (.log, .txt)
  • AI-powered plain English explanations
  • Step-by-step manual solutions
  • Suggested code fixes with pros/cons

Dashboard

  • View all analyzed errors
  • Track recurring error patterns
  • Visual charts showing error frequency
  • Recent activity timeline
  • Filter by date/type

Extension Hub

  • Download VSCode extension
  • Installation instructions
  • Feature showcase
  • Quick setup guide

Privacy First

  • No user accounts required
  • No server-side storage
  • All history stored in browser localStorage
  • Data never leaves your machine (except API calls)

💻 VSCode Extension Features

Live Error Detection

  • Monitor terminal output in real-time
  • Detect errors from diagnostics
  • Auto-capture stack traces
  • Support for multiple languages

AI Explanations

  • Select error text and get instant explanation
  • Beautiful webview panel with neon styling
  • Copy suggested fixes with one click
  • Apply fixes directly to code (coming soon)

Local History

  • Session-based error tracking
  • View past errors in sidebar
  • Search through error history
  • Export history as JSON

Commands

  • BugSight: Explain Error - Analyze selected text
  • BugSight: Show History - Open history panel
  • BugSight: Clear History - Reset error log

🤖 AI Integration

Gemini AI

  • Fast response times
  • Accurate error analysis
  • Context-aware suggestions
  • Multi-language support

Smart Analysis

  • Detects error type automatically
  • Identifies language/framework
  • Provides relevant solutions
  • Explains technical concepts simply

🎯 Coming Soon

  • Team collaboration features
  • Error knowledge base
  • Custom AI prompts
  • Multi-language UI
  • Browser extension
  • Slack/Discord integration
  • Advanced analytics
  • PDF/Markdown export
  • Code diff viewer
  • One-click fix application

🔒 Security & Privacy

  • API keys stored securely
  • No telemetry or tracking
  • Open source codebase
  • Local-first architecture
  • Optional cloud sync (future)

📊 Technical Stack

  • Frontend: Next.js 14, React, TypeScript
  • Styling: Tailwind CSS, Framer Motion
  • Charts: Recharts
  • Icons: Lucide React
  • Extension: VSCode Extension API
  • AI: Google Gemini API
  • Deployment: Vercel (web), VSCode Marketplace (extension)