№ thread
← Atelier
v1.0.0
Mapped
Mappedreact-17+

buttondown.email

buttondown.email Thread. Authored by weaver-auto. License: open.

Claim this domain · earn 75% open bounty
Forever
Free updatesWhen the author ships a patch, your copy updates automatically. Yours to keep.
1-click
Drift reportsBroken? Hit the report button. Enough reports flag the Thread publicly and alert the author.
Live
Health scorePreflight pass rate shown on every card. You see the real uptime before buying.
Always
Pre-run haltweaver check runs before every recipe — drift detected means zero wasted clicks.
№ 02 — preflight

Drift detection.

These checks run before every recipe. Any failure halts execution and notifies you.

name
kind
probe
framework_react-17+
framework_marker
react-17+
framework_radix
framework_marker
radix
input_yourname
selector_exists
#yourname
input_youremail
selector_exists
#youremail
input_abouttopic
selector_exists
#abouttopic
input_about
selector_exists
#about
button_features
button_text
features
button_resources
button_text
resources
button_send_us_a_message
button_text
send us a message
№ 05 — raw thread

The file.

This is what installs to ~/.webloom/threads/. No magic. Just JSON.

buttondown.email.thread.json3.3 KB
{
  "domain": "buttondown.email",
  "name": "buttondown.email Thread",
  "version": "1.0.0",
  "author": "weaver-auto",
  "license": "open",
  "created_at": 1779179787,
  "seed_url": "https://buttondown.email/",
  "anti_bot": {
    "verdict": "normal",
    "signals": [],
    "page": {
      "title": "Buttondown — Newsletter software for people like you",
      "url": "https://buttondown.com/",
      "bodyLen": 4388,
      "interactiveCount": 53,
      "ready": "complete"
    }
  },
  "framework": {
    "frameworks": [
      "react-17+",
      "radix"
    ],
    "raw": {
      "frameworks": [
        "react-17+",
        "radix"
      ],
      "primary": "react-17+",
      "indicators": {
        "has_password_input": false,
        "has_file_input": false,
        "has_label_wrapped_file": false,
        "has_drop_zone": false,
        "iframe_count": 0
      },
      "page": {
        "title": "Buttondown — Newsletter software for people like you",
        "url": "https://buttondown.com/",
        "ready": "complete"
      }
    }
  },
  "fingerprints": {
    "body_class": "bg-background text-foreground h-full flex flex-col flex-1",
    "title": "Buttondown — Newsletter software for people like you",
    "url": "https://buttondown.com/",
    "a_declarative_count": 0,
    "a_button_count": 0,
    "forms_count": 1,
    "next_data": false,
    "nuxt": false,
    "react": false,
    "redux": false
  },
  "pacing": {
    "signals": {
      "cloudflare": false,
      "hcaptcha": false,
      "recaptcha": false,
      "akamai": false,
      "datadome": false,
      "kasada": false,
      "perimeter": false
    },
    "profile": "fast"
  },
  "inputs": [
    {
      "tag": "input",
      "id": "yourname",
      "name": "yourname",
      "type": "text",
      "placeholder": "Justin Duke",
      "aria_label": null,
      "role": null,
      "content_editable": false,
      "fill_strategy": "react_setter"
    },
    {
      "tag": "input",
      "id": "youremail",
      "name": "youremail",
      "type": "email",
      "placeholder": "support@buttondown.com",
      "aria_label": null,
      "role": null,
      "content_editable": false,
      "fill_strategy": "react_setter"
    },
    {
      "tag": "input",
      "id": "abouttopic",
      "name": "abouttopic",
      "type": "text",
      "placeholder": "Billing question",
      "aria_label": null,
      "role": null,
      "content_editable": false,
      "fill_strategy": "react_setter"
    },
    {
      "tag": "textarea",
      "id": "about",
      "name": "about",
      "type": "textarea",
      "placeholder": "Describe your question or issue...",
      "aria_label": null,
      "role": null,
      "content_editable": false,
      "fill_strategy": "react_setter"
    }
  ],
  "buttons": [
    {
      "tag": "button",
      "id": "radix-_R_d32nqbqtb_-trigger-radix-_R_5t32nqbqtb_",
      "text": "Features",
      "aria_label": null,
      "click_strategy": "radix_portal"
    },
    {
      "tag": "button",
      "id": "radix-_R_d32nqbqtb_-trigger-radix-_R_9t32nqbqtb_",
      "text": "Resources",
      "aria_label": null,
      "click_strategy": "radix_portal"
    },
    {
      "tag": "button",
      "id": null,
      "text": "Send us a message",
      "aria_label": null,
      "click_strategy": "js_dispatch"
    }
  ],
  "priors": {
    "sources": [],
    "candidate_selectors": []
  },
  "preflight": [
    {
      "name": "framework_react-17+",
      "kind": "framework_marker",
      "probe": "react-17+",
      "expected": "react-17+ detected"
    },
    {
      "name": "framework_radix",
      "kind": "framework_marker",
      "probe": "radix",
      "expected": "radix detected"
    },
    {
      "name": "input_yourname",
      "kind": "selector_exists",
      "probe": "#yourname",
      "expected": "input #yourname"
    },
    {
      "name": "input_youremail",
      "kind": "selector_exists",
      "probe": "#youremail",
      "expected": "input #youremail"
    },
    {
      "name": "input_abouttopic",
      "kind": "selector_exists",
      "probe": "#abouttopic",
      "expected": "input #abouttopic"
    },
    {
      "name": "input_about",
      "kind": "selector_exists",
      "probe": "#about",
      "expected": "input #about"
    },
    {
      "name": "button_features",
      "kind": "button_text",
      "probe": "features",
      "expected": "button 'features'"
    },
    {
      "name": "button_resources",
      "kind": "button_text",
      "probe": "resources",
      "expected": "button 'resources'"
    },
    {
      "name": "button_send_us_a_message",
      "kind": "button_text",
      "probe": "send us a message",
      "expected": "button 'send us a message'"
    }
  ],
  "states": []
}