{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "asciistudio",
  "homepage": "https://asciistudio.space",
  "items": [
    {
      "name": "red-fire",
      "type": "registry:block",
      "title": "Red Fire",
      "description": "ASCII flame animation in a red terminal style.",
      "files": [
        {
          "path": "src/components/ascii/red-fire.tsx",
          "type": "registry:component",
          "target": "components/ascii/red-fire.tsx"
        }
      ]
    },
    {
      "name": "pitstop",
      "type": "registry:block",
      "title": "Pit Stop",
      "description": "ASCII flame animation in a red terminal style. (Pitstop version)",
      "files": [
        {
          "path": "src/components/ascii/pitstop.tsx",
          "type": "registry:component",
          "target": "components/ascii/pitstop.tsx"
        }
      ]
    },
    {
      "name": "cd",
      "type": "registry:block",
      "title": "CD Animation",
      "description": "ASCII animation of a CD spinning.",
      "files": [
        {
          "path": "src/components/ascii/cd.tsx",
          "type": "registry:component",
          "target": "components/ascii/cd.tsx"
        }
      ]
    },
    {
      "name": "rocket-blast",
      "type": "registry:block",
      "title": "Rocket Blast",
      "description": "ASCII rocket blasting off with animated flames and smoke.",
      "files": [
        {
          "path": "src/components/ascii/rocket-blast.tsx",
          "type": "registry:component",
          "target": "components/ascii/rocket-blast.tsx"
        }
      ]
    },
    {
      "name": "rocket-blast-2",
      "type": "registry:block",
      "title": "Rocket Blast 2",
      "description": "ASCII rocket blasting off with animated flames and smoke (variant 2).",
      "files": [
        {
          "path": "src/components/ascii/rocket-blast.tsx",
          "type": "registry:component",
          "target": "components/ascii/rocket-blast.tsx"
        }
      ]
    },
    {
      "name": "sea-lines",
      "type": "registry:block",
      "title": "Sea Lines",
      "description": "ASCII animation of a Formula 1 pitstop with cars and crew.",
      "files": [
        {
          "path": "src/components/ascii/sea-lines.tsx",
          "type": "registry:component",
          "target": "components/ascii/sea-lines.tsx"
        }
      ]
    }
  ]
}
