BugZero is a premium SaaS application designed for developers to audit websites instantly. Using Firecrawl for scraping and advanced AI (Gemini, OpenAI, Anthropic) for analysis, it detects bugs, performance bottlenecks, and SEO issues with deep root-cause analysis.
- AI-Driven Diagnostics: Strategic analysis of HTML, metadata, and console logs.
- Deep Insight Panel: Systematic breakdown of issues with "Fix Advisor" protocols.
- Developer Command Center: Personal dashboard with scan history and health trends.
- Manual Authentication: secure email/password registration and session management.
- Admin Revenue Dashboard: Platform-wide analytics for growth and system health.
- Frontend: Next.js 15 (App Router), React 19, TailwindCSS, Framer Motion.
- Backend: Next.js API Routes, MongoDB (Mongoose), JWT Auth.
- Agents/Scraping: Firecrawl, AI SDK.
- Icons: Lucide React.
Create a .env file in the root directory and add the following keys:
NEXT_PUBLIC_API_URL=http://localhost:5001/api
pnpm installpnpm run devBugZero uses HttpOnly Cookies and JWT for manual authentication, ensuring sessions are secure and protected against XSS. Passwords are encrypted using Bcrypt with salt rounds for maximum security.
Built by Developers, for Developers. © 2026 BugZero Systems.