This simulator is based on the latest studies and we built it to:
- simply compare carbon emissions through their lifecycle of most common types of cars.
- break down misconceptions about the electric car.
- help you estimate if you should switch to an electric vehicle.
This simulator was originally created as a side project by team members of Tennaxia. At Tennaxia, we help companies to effectively manage their sustainability, ESG, Carbon and EHS operations, measure their impact and achieve concrete progress.
Yes. We believe that trust and transparency go together, and we want the model and the hypotheses to be as transparent as possible.
Just open an issue in the project and describe the issue that you are facing or the feature request that your suggest. The project administrators will discuss it with you.
Built with Next.js 14 (App Router), Ant Design 5, Tailwind CSS, and Chart.js. Pages are in app/, components and simulator logic in src/.
npm install
npm run dev # Development at http://localhost:3000
npm run build # Production build (static export to ./out)Configured for GitHub Pages with static export. Push to main triggers automatic deployment via GitHub Actions.