// DIGITAL_PRODUCT_PASSPORT
EVERY PRODUCT.
FULLY AUDITABLE.
Every ByteWear product ships with a Digital Product Passport — a live record of materials, manufacturing, carbon footprint, and certifications pulled directly from our supply chain database. Not marketing copy. Actual data you can read and verify.
// HOW_IT_WORKS
01
SCAN_QR
Each garment ships with a QR code on the care label. Scan it from any device — no app required.
02
READ_DATA
See carbon footprint (kg CO₂e), materials composition, factory location, and certifications.
03
VERIFY
Data is pulled live from our Supabase database — not static HTML, not a marketing badge.
// WHY_WE_BUILT_THIS
The EU Ecodesign for Sustainable Products Regulation (ESPR) entered into force in July 2024 and mandates Digital Product Passports for priority product categories — textiles and apparel are among the first in scope.
We built DPPs in 2026 because transparency should be the default, not something bolted on for compliance. Every claim we make about materials, manufacturing, and carbon footprint is machine-readable and verifiable. Think of it as open-sourcing the supply chain.
No vague “eco” badges. No offsetting without evidence. Just data.
// LIVE_PASSPORTS
apparel
Bug Hunter
ID: 29 · v1.0.0
apparel
WHILE (HUMAN.ASLEEP) | Unisex Developer T-Shirt
ID: 25 · v1.0.0
apparel
Just Ship It
ID: 24 · v1.0.0
apparel
Autonomous Execution Mode
ID: 23 · v1.0.0
accessories
POWERED BY CLAUDE
ID: 30 · v1.0.0
accessories
Command Center Desk Mat — Developer Desk Mat
ID: 28 · v1.0.0
accessories
sudo brew coffee Mug
ID: 18 · v1.0.0
// API_ACCESS
GET /api/v1/products/29
{
"id": "29",
"name": "Bug Hunter",
"version": "1.0.0",
"category": "apparel",
"passport": "/passport/29",
"dpp": {
"carbon_footprint_kg": 2.3,
"certifications": ["GOTS"],
"factory_location": "EU",
"recyclability_rating": "A"
}
}Machine-readable · /api/v1/products
// FAQ