What is Lighthouse?
Google's open-source auditing tool that scores Performance, Accessibility, Best Practices, SEO, and PWA quality of a webpage.
Lighthouse runs in Chrome DevTools, as a CLI tool, and inside Google's PageSpeed Insights. It loads a page, runs ~150 audits, and gives you a 0–100 score in each of five categories. Performance includes Core Web Vitals; SEO checks for meta tags, robots.txt, mobile-friendly viewport, and similar; Accessibility checks for color contrast, alt text, ARIA usage; Best Practices flags console errors, deprecated APIs, mixed-content warnings; PWA validates manifest and service worker. A Lighthouse score of 90+ on Performance + SEO + Accessibility is the bar for a modern marketing site. InBuild's generated and exported sites use font preloading and static rendering by default — images render as plain `<img>` tags rather than `next/image`, so add that yourself in the export if it matters for your Lighthouse score — and InBuild has not published Lighthouse numbers of its own to back a specific score claim.