{
  "name": "Nyx Dev Tools",
  "description": "Free online developer tools that run entirely in your browser. No tracking, no signup, just tools.",
  "url": "https://nyx-development.uk",
  "tools": [
    {
      "id": "json-formatter",
      "name": "JSON Formatter",
      "description": "Format, validate, and minify JSON data instantly",
      "url": "https://nyx-development.uk/dev-tools/tools/json-formatter/",
      "category": "Text & Data",
      "tags": ["json", "formatter", "validator", "minifier"]
    },
    {
      "id": "base64",
      "name": "Base64 Encoder/Decoder",
      "description": "Encode and decode Base64 strings",
      "url": "https://nyx-development.uk/dev-tools/tools/base64/",
      "category": "Encoding",
      "tags": ["base64", "encoder", "decoder", "encoding"]
    },
    {
      "id": "uuid-generator",
      "name": "UUID Generator",
      "description": "Generate random UUIDs (v4)",
      "url": "https://nyx-development.uk/dev-tools/tools/uuid-generator/",
      "category": "Generators",
      "tags": ["uuid", "guid", "generator", "random"]
    },
    {
      "id": "hash-generator",
      "name": "Hash Generator",
      "description": "Generate MD5, SHA1, SHA256 hashes",
      "url": "https://nyx-development.uk/dev-tools/tools/hash-generator/",
      "category": "Security",
      "tags": ["hash", "md5", "sha1", "sha256", "checksum"]
    },
    {
      "id": "regex-tester",
      "name": "Regex Tester",
      "description": "Test regular expressions in real-time with JavaScript regex flavor",
      "url": "https://nyx-development.uk/dev-tools/tools/regex-tester/",
      "category": "Text & Data",
      "tags": ["regex", "regular expression", "tester", "pattern matching"]
    },
    {
      "id": "jwt-decoder",
      "name": "JWT Decoder",
      "description": "Decode and inspect JSON Web Tokens",
      "url": "https://nyx-development.uk/dev-tools/tools/jwt-decoder/",
      "category": "Security",
      "tags": ["jwt", "json web token", "decoder", "auth"]
    },
    {
      "id": "timestamp",
      "name": "Unix Timestamp Converter",
      "description": "Convert between Unix timestamps and human-readable dates",
      "url": "https://nyx-development.uk/dev-tools/tools/timestamp/",
      "category": "Date & Time",
      "tags": ["unix", "timestamp", "epoch", "date converter"]
    },
    {
      "id": "url-encoder",
      "name": "URL Encoder/Decoder",
      "description": "Encode and decode URL strings with percent encoding",
      "url": "https://nyx-development.uk/dev-tools/tools/url-encoder/",
      "category": "Encoding",
      "tags": ["url", "encoder", "decoder", "percent encoding"]
    },
    {
      "id": "color-converter",
      "name": "Color Converter",
      "description": "Convert between HEX, RGB, and HSL color formats with live preview",
      "url": "https://nyx-development.uk/dev-tools/tools/color-converter/",
      "category": "Design",
      "tags": ["color", "hex", "rgb", "hsl", "converter"]
    },
    {
      "id": "markdown-preview",
      "name": "Markdown Preview",
      "description": "Preview markdown in real-time with live editor",
      "url": "https://nyx-development.uk/dev-tools/tools/markdown-preview/",
      "category": "Text & Data",
      "tags": ["markdown", "preview", "editor", "renderer"]
    },
    {
      "id": "password-generator",
      "name": "Password Generator",
      "description": "Generate strong, cryptographically random passwords",
      "url": "https://nyx-development.uk/dev-tools/tools/password-generator/",
      "category": "Security",
      "tags": ["password", "generator", "random", "security"]
    },
    {
      "id": "lorem-ipsum",
      "name": "Lorem Ipsum Generator",
      "description": "Generate placeholder text for mockups and designs",
      "url": "https://nyx-development.uk/dev-tools/tools/lorem-ipsum/",
      "category": "Generators",
      "tags": ["lorem ipsum", "placeholder", "dummy text", "generator"]
    },
    {
      "id": "css-minifier",
      "name": "CSS Minifier",
      "description": "Minify and beautify CSS code",
      "url": "https://nyx-development.uk/dev-tools/tools/css-minifier/",
      "category": "Code Tools",
      "tags": ["css", "minifier", "beautifier", "formatter"]
    },
    {
      "id": "html-formatter",
      "name": "HTML Formatter",
      "description": "Format and minify HTML code",
      "url": "https://nyx-development.uk/dev-tools/tools/html-formatter/",
      "category": "Code Tools",
      "tags": ["html", "formatter", "minifier", "beautifier"]
    }
  ],
  "categories": [
    "Text & Data",
    "Encoding",
    "Generators",
    "Security",
    "Date & Time",
    "Design",
    "Code Tools"
  ],
  "features": {
    "free": true,
    "noSignup": true,
    "clientSide": true,
    "noTracking": true,
    "openSource": false
  }
}
