Lighthouse Insight is a Next.js application designed to streamline the process of generating and comparing Lighthouse reports for multiple webpages. By simply providing a list of URLs, users can quickly obtain detailed Lighthouse reports and compare their scores using intuitive histogram charts.
- Automated Lighthouse Reports: Generate comprehensive Lighthouse reports for multiple URLs without manual intervention.
- Comparison Tool: Compare the performance, SEO, accessibility, and other scores of different webpages through clear and concise histogram charts.
- User-Friendly Interface: Easily input URLs and view the generated reports in a structured and accessible manner.
- Incremental Updates: Reports are updated incrementally as each URL is processed, ensuring a smooth user experience.
- Node.js (version 14 or higher)
- npm or yarn
Clone the repository:
git clone https://github.com/nirajgiriXD/lighthouse-insight.git
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
We welcome contributions from the community! Whether you're a developer, designer or user your input is valuable.
-
If you'd like to contribute, fork the repository, make your changes, and create a pull request. We appreciate your efforts in improving the project!
-
If you have any ideas or suggestions, feel free to share them in the discussions section. We appreciate your feedback and are open to collaborative discussions to enhance the project!