An enterprise-grade, open-core software platform designed to automate Scope 1, Scope 2, and Scope 3 greenhouse gas calculations, streamline mandatory SEBI BRSR Core disclosures, and optimize supply chain decarbonization.
Platform Overview » · Documentation » · Schedule Enterprise Demo »
ZeroCarbon is an autonomous corporate carbon accounting and regulatory ESG reporting platform built for enterprise supply chains, sustainability officers, and compliance leads. Designed to eliminate manual data entry and fragmented spreadsheets, ZeroCarbon integrates directly with enterprise ERP systems (SAP, Oracle, NetSuite), smart utility meters, and vendor logistics channels to generate real-time, audit-grade carbon inventories.
Engineered with complete alignment to GHG Protocol, SEBI BRSR Core, GRI, CSRD, and ISO 14064 frameworks, ZeroCarbon enables organizations to measure, track, and report Scope 1, 2, and 3 emissions with continuous mathematical precision.
- Mission: Deliver seamless, audit-ready carbon intelligence software that enables enterprises to quantify, track, and lower their global carbon footprint automatically.
- Vision: Serve as the core software infrastructure powering net-zero transformation and regulatory ESG compliance across global supply chains.
| Feature / Metric | Legacy Manual Spreadsheets | Generic ESG Dashboards | ZeroCarbon Engine |
|---|---|---|---|
| Data Ingestion | Manual CSV & batch entry | Static file uploads | Real-time REST APIs & ERP Connectors |
| Scope 3 Decarbonization | Spend-based rough estimates | Basic static surveys | AI Factor Mapping & Multi-Tier Vendor Portals |
| Audit Compliance | High risk of human error | Black-box calculations | Auditable calculation ledger & SOC2 governance |
| Regulatory Frameworks | Disconnected manual templates | Rigid annual templates | Dynamic BRSR Core, GRI, TCFD, & XBRL reporting |
| Architecture | Proprietary static files | Proprietary lock-in | Open-core, self-hostable microservice ecosystem |
| ⚡ 99.8% | 🍃 0M+ tCO₂e | 🏢 0+ | 🔒 100% |
|---|---|---|---|
| Automated Factor Matching Accuracy | Enterprise Carbon Quantified | Connected Supply Chains | SOC2 & Audit Compliant |
- Scope 1 (Direct Emissions): Fleet tracking, stationary fuel combustion, process emissions, and fugitive refrigerant monitoring.
- Scope 2 (Indirect Energy Emissions): Dual-reporting calculation engine supporting location-based and market-based power grid metrics (including CEA India grid intensity factors).
- Scope 3 (Value Chain Emissions): Full coverage across Purchased Goods & Services, Freight & Logistics, Waste Management, Business Travel, and Employee Commute.
- SEBI BRSR Core: Pre-configured calculation pipelines mapped directly to mandatory Indian market regulatory guidelines.
- Global Standard Cross-Walk: Automatically maps environmental metrics across GRI, TCFD, CDP, and EU CSRD reporting frameworks.
- One-Click Audit Exports: Instantly generate verified PDF calculation sheets, structured Excel ledgers, and digital XBRL reporting outputs.
- Automated Document Parsing: Advanced OCR parses vendor invoices, utility receipts, and freight bills to extract energy and activity data (kWh, liters, metric tons).
- Dynamic Factor Matching: Machine learning engine maps unstructured line items to validated global emission factor databases (DEFRA, IPCC, US EPA, CEA).
- Anomaly & Leakage Detection: Automated monitoring alerts sustainability managers to missing receipts, data input spikes, and potential accounting gaps.
graph TD
subgraph Ingestion["Data Integration Layer"]
A["ERP Systems<br/>SAP /Oracle / NetSuite"]
B["IoT Utility Meters & Gateways"]
C["Vendor Invoices, Bills & Logistics PDFs"]
end
subgraph Core["ZeroCarbon Calculation Core"]
D["API Gateway"]
E["Data Parser"]
F["AI Emission Factor Matcher"]
G["Carbon Calculation Engine"]
H["Auditable Database"]
end
subgraph Outputs["Enterprise Outputs"]
I["BRSR Reports"]
J["Analytics Dashboard"]
K["Audit Logs"]
end
A --> D
B --> D
C --> D
D --> E
E --> F
F --> G
G --> H
H --> I
H --> J
H --> K
- zerocarbon-core — Main application server, calculation engine, user authentication, and Postgres schema.
- zerocarbon-ai — OCR invoice extraction service, emission factor vector search, and anomaly detection services.
- zerocarbon-docs — Enterprise documentation site, API integration guides, and developer tutorials.
| Layer | Technologies |
|---|---|
| Frontend | Next.js (TypeScript), TailwindCSS, Shadcn UI, Recharts |
| Backend Services | Node.js / Express, Python (FastAPI Engine) |
| Database & Storage | PostgreSQL (Prisma ORM), Redis, Qdrant Vector Search |
| AI & Machine Learning | PyTorch, OCR Vision Pipeline, LangChain |
| Infrastructure & CI/CD | Docker, Kubernetes, Helm, GitHub Actions |
- Multi-Tenant Data Isolation: Logical and schema-level data segregation ensures tenant isolation.
- Enterprise Encryption: AES-256 encryption at rest and TLS 1.3 data transfer protocols.
- Role-Based Access Control (RBAC): Configurable permissions across data entry operators, sustainability managers, executive leadership, and independent third-party auditors.
- Compliance Standards: Built to align with SOC2 Type II security principles and ISO 27001 data governance practices.
- Core GHG Engine: Scope 1 & Scope 2 calculation engine setup with regional grid emission factor libraries.
- BRSR Compliance: Pre-built SEBI BRSR Core regulatory reporting templates and export tools.
- AI Ingestion: Invoice OCR parsing pipeline & multi-tenant Scope 3 vendor engagement portal.
- IoT & Carbon Offset Ledger: Real-time IoT meter connectors and carbon offset verification ledger.
We welcome contributions from software developers, climate tech researchers, and environmental engineers!
- Fork the Repository
- Create a Feature Branch:
git checkout -b feature/cea-grid-factors - Commit Your Changes:
git commit -m 'feat: Update CEA grid emission factors' - Push to the Branch:
git push origin feature/cea-grid-factors - Open a Pull Request: Submit your PR against the
mainbranch with detailed implementation notes.