The ImpactSphere project offers several key features focused on providing insights and metrics related to Environmental, Social, and Governance (ESG) factors. Here are the main features:

-
ESG Metrics and Insights:
- Focuses on environmental impact metrics, particularly waste diversion and water usage.
- Provides users with data to analyze their environmental performance.
-
User-Friendly Interface:
- Built with React, ensuring a responsive and interactive user experience.
- Intuitive design for easy navigation and data interpretation.
-
Local Deployment:
- Designed for easy setup and deployment on local machines.
- Allows users to run the platform without relying on cloud services.
-
Modern Technology Stack:
- Utilizes TypeScript for robust and maintainable code.
- Built with Vite, which enhances development speed and efficiency.
-
Open Source:
- The project is open-source, allowing users to contribute, modify, and customize the platform to meet their needs.
- Licensed under the MIT License, promoting collaboration and sharing.
-
Data Visualization:
- Offers visual representations of data to facilitate understanding and analysis of ESG metrics.
- Helps users identify trends and areas for improvement.
ImpactSphere is a comprehensive tool for organizations looking to enhance their ESG reporting and performance through accessible metrics and insights, all while being built on a modern tech stack for ease of use and deployment.
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1nikBgkKlXKefl4xUe3UjPaDBmtD0qOhe
Prerequisites: Node.js
- Install dependencies:
npm install
- Set the
GEMINI_API_KEY
in .env.local to your Gemini API key - Run the app:
npm run dev