polar.sh Starter. Authored by manual_seed. License: cc-by.
This Thread is actively running in buyer engines + learning from every session.
12 proven actions captured from real MarStudio runs. Open for community claim.
2d ago
Each row is a real action successfully driven through WebLoom on this site — recorded automatically when an author ran the engine. Strategy tells the engine which click path works here.
These checks run before every recipe. Any failure halts execution and notifies you.
Open bounty. Seeded from real usage by MarStudio. Author can claim and perfect.
Polar.sh is the open-source merchant-of-record alternative to Stripe — REST API for products + checkouts, but ONBOARDING (legal entity, payout setup, dashboard creation) is web-only.
Onboarding flow: /onboarding/business -> /onboarding/product. Both required before first checkout.
Dashboard slug pattern: /dashboard/<org-slug>/...
Radix dropdowns use #radix-_R_<hash>_ — IDs rotate per session, prefer text-based selectors.
This is what installs to ~/.webloom/threads/. No magic. Just JSON.
{
"domain": "polar.sh",
"name": "polar.sh Starter",
"version": "0.1.0",
"author": "manual_seed",
"license": "cc-by",
"tier": "starter",
"source_url": "https://polar.sh",
"framework": "react+radix+next",
"frameworks_detected": [
"react",
"next",
"radix",
"tailwind"
],
"anti_bot_verdict": "normal",
"anti_bot_signals": [],
"default_strategy": "cdp",
"category_hint": "commerce",
"use_cases": [
"Onboard a new Polar organization",
"Create products + checkout links",
"Configure API tokens + payout settings"
],
"notes": [
"Open bounty. Seeded from real usage by MarStudio. Author can claim and perfect.",
"Polar.sh is the open-source merchant-of-record alternative to Stripe — REST API for products + checkouts, but ONBOARDING (legal entity, payout setup, dashboard creation) is web-only.",
"Onboarding flow: /onboarding/business -> /onboarding/product. Both required before first checkout.",
"Dashboard slug pattern: /dashboard/<org-slug>/...",
"Radix dropdowns use #radix-_R_<hash>_ — IDs rotate per session, prefer text-based selectors."
],
"quirks": {
"react_controlled_inputs": "use react_force_change escape hatch if normal fill fails",
"radix_triggers": "Radix dropdowns listen for mousedown + click — engine handles via Stage 1 actionability"
},
"preflight": [
{
"name": "logged_in",
"kind": "dom",
"probe": "[data-user], .user-menu, [aria-label*=\"account\" i]",
"expected": "present"
}
],
"proven_actions": [
{
"descriptor": "Navigate to /dashboard/webloom-hq/settings",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://polar.sh/dashboard/webloom-hq/settings",
"successes": 5,
"last_at": 1779279749
},
{
"descriptor": "Get for free",
"kind": "click",
"strategy": "vision",
"selector_pattern": "",
"successes": 3,
"last_at": 1779472490
},
{
"descriptor": "div.x78zum5:nth-of-type(2) > div.xyoebbz:nth-of-type(1) > div.flex > div.xvx62db > form.xvx62db > button.gap-2",
"kind": "click",
"strategy": "cdp",
"selector_pattern": "",
"successes": 2,
"last_at": 1779277446
},
{
"descriptor": "Marketplace",
"kind": "click",
"strategy": "js",
"selector_pattern": "",
"successes": 2,
"last_at": 1779277867
},
{
"descriptor": "One-time purchase",
"kind": "click",
"strategy": "js",
"selector_pattern": "",
"successes": 2,
"last_at": 1779277750
},
{
"descriptor": "Navigate to /dashboard/webloom-hq/settings/api",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://polar.sh/dashboard/webloom-hq/settings/api",
"successes": 2,
"last_at": 1779278977
},
{
"descriptor": "Navigate to /settings",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://polar.sh/settings",
"successes": 2,
"last_at": 1779279158
},
{
"descriptor": "Developer",
"kind": "click",
"strategy": "cdp",
"selector_pattern": "",
"successes": 2,
"last_at": 1779279311
},
{
"descriptor": "#radix-_R_9qknpfcnmt5ulb_",
"kind": "click",
"strategy": "cdp",
"selector_pattern": "",
"successes": 1,
"last_at": 1779276857
},
{
"descriptor": "New Organization",
"kind": "click",
"strategy": "cdp",
"selector_pattern": "",
"successes": 1,
"last_at": 1779276927
},
{
"descriptor": "Navigate to /dashboard/create",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://polar.sh/dashboard/create",
"successes": 1,
"last_at": 1779276965
},
{
"descriptor": "Navigate to /dashboard/vibedna",
"kind": "navigate",
"strategy": "navigate",
"selector_pattern": "https://polar.sh/dashboard/vibedna",
"successes": 1,
"last_at": 1779277003
}
],
"states": [],
"pacing": {
"profile": "human",
"signals": {}
},
"created_at": 1781458611,
"created_by": "live_usage_seed",
"authored_by": [
"MarStudio (seed)"
],
"open_for_claim": true,
"patch_log": [
{
"ts": 1781458611,
"kind": "seed_from_live_usage",
"descriptor": "12 proven actions captured from real MarStudio runs. Open for community claim."
}
]
}