{
  "id": "unit-converter",
  "slug": "unit-converter",
  "title": "Unit Converter",
  "description": "Convert between common units of length, mass, temperature, time and digital storage.",
  "category": "converters",
  "tags": ["unit", "convert", "length", "mass", "temperature", "data", "time"],
  "icon": "ruler",
  "needsBackend": false,
  "relatedModules": ["base64"],
  "seoIntro": "A simple, fast unit converter for everyday measurements: meters and feet, kilograms and pounds, Celsius and Fahrenheit, seconds, minutes, hours, and digital storage units from bytes to terabytes. All conversions run in your browser using exact factor tables.",
  "seoFaq": [
    { "q": "Are conversions accurate?", "a": "Conversions use IEEE-754 double precision and exact SI factors where applicable; rounding errors at extreme magnitudes are inherent to floating-point math." }
  ]
}
