Built with Hyperbrowser
A minimal Next.js app that screenshots websites and analyzes UI/UX issues that might cause users to leave. Uses Hyperbrowser for automated browser analysis and OpenAI for detailed UX insights.
- 🤖 Real browser testing using Hyperbrowser's AI agents
- 🔍 AI-powered UI/UX analysis identifying why users leave websites
- ⚡ Automated URL formatting (just type "example.com")
- 📊 Categorized insights: Critical Issues, UX Problems, Performance Concerns, Conversion Barriers
- 💡 Actionable recommendations for improving user experience
- 🎯 Professional YC startup-style interface with minimal design
- Hyperbrowser: Get an API key from https://hyperbrowser.ai
- OpenAI: Get an API key from https://platform.openai.com/api-keys
Copy .env.example to .env.local and add your API keys:
cp .env.example .env.localEdit .env.local:
HYPERBROWSER_API_KEY=your_hyperbrowser_api_key_here
OPENAI_API_KEY=your_openai_api_key_here
npm installnpm run devOpen http://localhost:3000 to use the app.
- Input URL: Enter any website URL you want to analyze
- Screenshot & Analysis: Hyperbrowser takes a full-page screenshot and performs initial UI analysis
- AI Processing: OpenAI analyzes the results to identify specific issues and provide actionable recommendations
- Results: Get categorized insights on critical issues, UX problems, performance concerns, and conversion barriers
- Landing Page Optimization: Identify why visitors aren't converting
- E-commerce Analysis: Find checkout flow issues and product page problems
- SaaS Dashboard Review: Improve user onboarding and feature discovery
- Mobile Experience Audit: Ensure responsive design works properly
- Next.js 15 - React framework
- Hyperbrowser SDK - Browser automation and screenshot capture
- OpenAI GPT-4 - AI-powered analysis and recommendations
- TypeScript - Type safety
- Tailwind CSS - Minimal, utility-first styling
The app uses Hyperbrowser's Browser Use agent with vision capabilities enabled:
useVision: true- Enables screenshot analysisuseVisionForPlanner: true- Provides visual context for planning- Session configured at 1920x1080 for full desktop analysis
Follow @hyperbrowser_ai for updates.