{
  "name": "url-import-form",
  "kind": "block",
  "primary": "form",
  "page": "/apps/user-flow/app/registration/brand-scrape/brand-scrape.contents.html",
  "slots": [],
  "nested": [
    "reg-step-header",
    "reg-brand-scrape",
    "reg-step-footer",
    "reg-step-progress"
  ],
  "attrs": {
    "data-reg-input": "",
    "action": "/site/examples/registration/support",
    "method": "get"
  },
  "html": "<form data-reg-input action=\"/site/examples/registration/support\" method=\"get\">\n        <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n        <section data-reg-form><!-- nested: reg-brand-scrape --></section>\n\n        <footer><!-- nested: reg-step-footer --></footer>\n      </form>",
  "source": "apps/user-flow/app/registration/brand-scrape/brand-scrape.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Complete URL-import form — heading, a single company-URL input, a found-status row with a re-scan button, then a column of result cards (logo, brand colors) each with an Edit action, and a submit footer. The full auto-fill / scrape form composition with header and footer. Use for 'url import form', 'auto-fill from website form', 'form with a single URL field and review cards'.",
    "keywords": [
      "url",
      "import",
      "form",
      "auto-fill",
      "scrape",
      "website",
      "company",
      "logo",
      "brand",
      "colors",
      "review",
      "edit",
      "single-field",
      "status",
      "complete",
      "card",
      "heading",
      "footer",
      "submit",
      "continue",
      "full-form"
    ],
    "related": [
      "reg-brand-scrape",
      "reg-step-footer"
    ],
    "tags": {
      "complexity": "moderate",
      "form": "url-import"
    }
  },
  "captured_at": "2026-06-10T14:28:57.979Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "Pull your brand from your website"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "Paste your company URL and we'll auto-fill what we find. Review and edit before saving."
    },
    {
      "id": "header-2",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "header-2"
      ]
    },
    {
      "id": "url",
      "component": "Input",
      "type": "url",
      "autocomplete": "url",
      "name": "url",
      "placeholder": "https://acme.com",
      "value": "https://acme.com"
    },
    {
      "id": "field",
      "component": "Field",
      "inline": true,
      "label": "Company URL",
      "children": [
        "url"
      ]
    },
    {
      "id": "check-circle",
      "component": "Icon",
      "name": "check-circle"
    },
    {
      "id": "text-4",
      "component": "Text",
      "variant": "body",
      "textContent": "Found 4 things"
    },
    {
      "id": "text-3",
      "component": "Text",
      "textContent": "on acme.com — review each below, then continue.",
      "children": [
        "text-4"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "type": "button",
      "size": "sm",
      "text": "Re-scan",
      "variant": "ghost"
    },
    {
      "id": "column",
      "component": "Column",
      "data-reg-found-status": "",
      "children": [
        "check-circle",
        "text-3",
        "button"
      ]
    },
    {
      "id": "avatar",
      "component": "Avatar",
      "icon": "image-square"
    },
    {
      "id": "text-5",
      "component": "Text",
      "variant": "body",
      "slot": "icon",
      "children": [
        "avatar"
      ]
    },
    {
      "id": "text-7",
      "component": "Text",
      "strong": true,
      "textContent": "Logo"
    },
    {
      "id": "badge",
      "component": "Badge",
      "text": "Found",
      "variant": "success"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "text-7",
        "badge"
      ]
    },
    {
      "id": "text-6",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "row"
      ]
    },
    {
      "id": "code",
      "component": "Code",
      "textContent": "acme-logo-dark.svg"
    },
    {
      "id": "text-9",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Pulled at 240×80 from the site header. Light variant inferred via auto-invert.",
      "children": [
        "code"
      ]
    },
    {
      "id": "text-8",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-9"
      ]
    },
    {
      "id": "button-2",
      "component": "Button",
      "slot": "action",
      "type": "button",
      "icon": "pencil-simple",
      "text": "Edit",
      "variant": "ghost",
      "data-edit": "logo"
    },
    {
      "id": "header-3",
      "component": "Header",
      "children": [
        "text-5",
        "text-6",
        "text-8",
        "button-2"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header-3"
      ]
    },
    {
      "id": "avatar-2",
      "component": "Avatar",
      "icon": "palette"
    },
    {
      "id": "text-10",
      "component": "Text",
      "variant": "body",
      "slot": "icon",
      "children": [
        "avatar-2"
      ]
    },
    {
      "id": "text-12",
      "component": "Text",
      "strong": true,
      "textContent": "Brand colors"
    },
    {
      "id": "badge-2",
      "component": "Badge",
      "text": "Found",
      "variant": "success"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "text-12",
        "badge-2"
      ]
    },
    {
      "id": "text-11",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "row-2"
      ]
    },
    {
      "id": "code-2",
      "component": "Code",
      "textContent": "#1B5BFA"
    },
    {
      "id": "code-3",
      "component": "Code",
      "textContent": "#FFC857"
    },
    {
      "id": "code-4",
      "component": "Code",
      "textContent": "#0E1116"
    },
    {
      "id": "text-14",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Primary , accent , surface . Sampled from your hero, CTAs, and footer.",
      "children": [
        "code-2",
        "code-3",
        "code-4"
      ]
    },
    {
      "id": "text-13",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-14"
      ]
    },
    {
      "id": "button-3",
      "component": "Button",
      "slot": "action",
      "type": "button",
      "icon": "pencil-simple",
      "text": "Edit",
      "variant": "ghost",
      "data-edit": "colors"
    },
    {
      "id": "header-4",
      "component": "Header",
      "children": [
        "text-10",
        "text-11",
        "text-13",
        "button-3"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "header-4"
      ]
    },
    {
      "id": "avatar-3",
      "component": "Avatar",
      "icon": "quotes"
    },
    {
      "id": "text-15",
      "component": "Text",
      "variant": "body",
      "slot": "icon",
      "children": [
        "avatar-3"
      ]
    },
    {
      "id": "text-17",
      "component": "Text",
      "strong": true,
      "textContent": "Tagline"
    },
    {
      "id": "badge-3",
      "component": "Badge",
      "text": "AI generated",
      "variant": "warning"
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "text-17",
        "badge-3"
      ]
    },
    {
      "id": "text-16",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "row-3"
      ]
    },
    {
      "id": "text-19",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "\"Acme is the fastest way to ship infrastructure for modern teams.\" — distilled from your homepage hero + about copy."
    },
    {
      "id": "text-18",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-19"
      ]
    },
    {
      "id": "button-4",
      "component": "Button",
      "slot": "action",
      "type": "button",
      "icon": "pencil-simple",
      "text": "Edit",
      "variant": "ghost",
      "data-edit": "tagline"
    },
    {
      "id": "header-5",
      "component": "Header",
      "children": [
        "text-15",
        "text-16",
        "text-18",
        "button-4"
      ]
    },
    {
      "id": "card-3",
      "component": "Card",
      "children": [
        "header-5"
      ]
    },
    {
      "id": "avatar-4",
      "component": "Avatar",
      "icon": "link"
    },
    {
      "id": "text-20",
      "component": "Text",
      "variant": "body",
      "slot": "icon",
      "children": [
        "avatar-4"
      ]
    },
    {
      "id": "text-22",
      "component": "Text",
      "strong": true,
      "textContent": "Social &amp; presence"
    },
    {
      "id": "badge-4",
      "component": "Badge",
      "text": "Found",
      "variant": "success"
    },
    {
      "id": "row-4",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "text-22",
        "badge-4"
      ]
    },
    {
      "id": "text-21",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "row-4"
      ]
    },
    {
      "id": "text-24",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "LinkedIn · Twitter · GitHub · YouTube — 4 official handles found. Slack and Discord links not detected."
    },
    {
      "id": "text-23",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-24"
      ]
    },
    {
      "id": "button-5",
      "component": "Button",
      "slot": "action",
      "type": "button",
      "icon": "pencil-simple",
      "text": "Edit",
      "variant": "ghost",
      "data-edit": "social"
    },
    {
      "id": "header-6",
      "component": "Header",
      "children": [
        "text-20",
        "text-21",
        "text-23",
        "button-5"
      ]
    },
    {
      "id": "card-4",
      "component": "Card",
      "children": [
        "header-6"
      ]
    },
    {
      "id": "avatar-5",
      "component": "Avatar",
      "icon": "text-aa"
    },
    {
      "id": "text-25",
      "component": "Text",
      "variant": "body",
      "slot": "icon",
      "children": [
        "avatar-5"
      ]
    },
    {
      "id": "text-27",
      "component": "Text",
      "strong": true,
      "textContent": "Typography"
    },
    {
      "id": "badge-5",
      "component": "Badge",
      "text": "Couldn't infer",
      "variant": "muted"
    },
    {
      "id": "row-5",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "text-27",
        "badge-5"
      ]
    },
    {
      "id": "text-26",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "row-5"
      ]
    },
    {
      "id": "text-29",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Site uses a custom hosted font. Pick a library family or upload your brand font from admin → workspace → branding."
    },
    {
      "id": "text-28",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-29"
      ]
    },
    {
      "id": "button-6",
      "component": "Button",
      "slot": "action",
      "type": "button",
      "icon": "arrow-right",
      "text": "Set up",
      "variant": "ghost",
      "data-edit": "typography"
    },
    {
      "id": "header-7",
      "component": "Header",
      "children": [
        "text-25",
        "text-26",
        "text-28",
        "button-6"
      ]
    },
    {
      "id": "card-5",
      "component": "Card",
      "children": [
        "header-7"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "2",
      "children": [
        "card",
        "card-2",
        "card-3",
        "card-4",
        "card-5"
      ]
    },
    {
      "id": "defer",
      "component": "CheckBox",
      "label": "I'll do this later from admin → workspace → branding",
      "name": "defer"
    },
    {
      "id": "text-30",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Workspace will use a generic logo and accent palette until you complete branding.",
      "data-reg-defer-hint": ""
    },
    {
      "id": "column-3",
      "component": "Column",
      "data-reg-defer-row": "",
      "children": [
        "defer",
        "text-30"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "field",
        "column",
        "column-2",
        "column-3"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "column-4",
      "component": "Column"
    },
    {
      "id": "text-31",
      "component": "Text",
      "textContent": "Back",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "/site/examples/registration/address",
      "text": "Back",
      "data-reg-back": "",
      "children": [
        "text-31"
      ]
    },
    {
      "id": "button-7",
      "component": "Button",
      "type": "submit",
      "text": "Continue",
      "variant": "primary"
    },
    {
      "id": "column-5",
      "component": "Column",
      "data-reg-actions": "",
      "children": [
        "link",
        "button-7"
      ]
    },
    {
      "id": "footer-2",
      "component": "Footer",
      "children": [
        "column-4",
        "column-5"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "footer-2"
      ]
    },
    {
      "id": "root",
      "component": "FormContainer",
      "data-reg-input": "",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
