[{"data":1,"prerenderedAt":111},["ShallowReactive",2],{"$f3ddm17mwotlvh":3},{"site":4,"app":16,"alternatives":65,"compose":106,"log":107,"changelog":108},{"hourly_rate_usd":5,"break_even_window_mo":6,"reference_env":7,"attribution":8},20,18,"Fresh Debian 12, Docker + Compose preinstalled, 2 GB RAM \u002F 2 vCPU ($5-class VPS)",{"caniselfhostit":9},{"name":10,"url":11,"repo":12,"license":13,"author":14,"note":15},"caniselfhostit.com","https:\u002F\u002Fcaniselfhostit.com","https:\u002F\u002Fgithub.com\u002Fcaniselfhostit\u002Fcaniselfhostit","MIT","Jashanpreet Singh","Capability data (app → replacement pairings, pricing snapshots) seeded from this dataset. They answer 'can you run it, and how' — go there for guided installs.",{"id":17,"name":18,"domain":19,"category":20,"price_usd_mo":21,"price_plan":22,"price_unit":23,"price_source":24,"price_checked":25,"links":26,"jobs":28,"verdict":33,"alternatives":34,"provenance":37,"verdict_reason":40,"what_you_lose":41,"economics":44,"hardware_tier":48,"verified":49,"compose":57,"derived":58},"activecampaign","ActiveCampaign","activecampaign.com","marketing-content",19,"Starter","flat","https:\u002F\u002Fwww.activecampaign.com\u002Fpricing","2026-08-06",{"caniselfhostit":27},"https:\u002F\u002Fcaniselfhostit.com\u002Factivecampaign",[29,30,31,32],"email marketing","drip automations","CRM-lite","segmentation","KINDA",[35,36],"mautic","listmonk",{"capability_seed":38,"decision_layer":39},"caniselfhostit","original","The email+automation core moves to listmonk (newsletters) or Mautic (drip logic) — but ActiveCampaign is genuinely an automation suite, and Mautic is the ops-heaviest thing in this category. Worth it if your flows are simple; if you live in their journey builder, the migration will hurt.",[42,43],"Journey-builder depth Mautic approximates but doesn't match","Deliverability babysitting becomes your job",{"vps_share_usd_mo":45,"storage_usd_mo":46,"maint_min_mo":47},1,0,45,"vps",{"by":50,"at":51,"protocol":52,"setup_min":53,"assistant":54,"evidence":55},"zernonia","2026-08-10","v1",60,"claude-code",[56,57],"logs\u002Factivecampaign.md","compose\u002Fmailchimp-listmonk.yml",{"hourly_rate_usd":5,"self_host_cost_usd_mo":59,"net_saving_usd_mo":60,"setup_cost_usd":5,"break_even_months":61,"break_even_date":62,"markup_index":63,"primary_abandoned":64,"verdict_stale":64},16,3,6.67,"2027-03-01",1.19,false,[66,87],{"id":35,"name":67,"tagline":68,"repo":69,"site":70,"license":71,"category":20,"resources":72,"provenance":76,"metrics":77},"Mautic","Contacts, segments, drip campaigns, forms and site tracking on your own hostname, with the sending handed to a relay you pick.","mautic\u002Fmautic","https:\u002F\u002Fwww.mautic.org","GPL-3.0-or-later",{"ram_min_mb":73,"disk_gb":74,"arm64":75,"containers":60,"external_db":75},2048,10,true,{"capability_seed":38,"decision_layer":39},{"id":35,"stars":78,"last_commit":79,"latest_release":80,"docker_pulls":84,"open_issues":85,"fetched_at":86},10312,"2026-08-10T21:25:14Z",{"tag":81,"published_at":82,"url":83},"7.1.3","2026-07-07T14:49:18Z","https:\u002F\u002Fgithub.com\u002Fmautic\u002Fmautic\u002Freleases\u002Ftag\u002F7.1.3",null,209,"2026-08-11T03:55:27.134Z",{"id":36,"name":36,"tagline":88,"repo":89,"site":90,"license":91,"category":20,"resources":92,"provenance":96,"metrics":97},"Your mailing list, your campaigns and your click stats out of one Go binary, with the sending handed to an SMTP relay you pick.","knadh\u002Flistmonk","https:\u002F\u002Flistmonk.app","AGPL-3.0",{"ram_min_mb":93,"disk_gb":94,"arm64":75,"containers":95,"external_db":75},1024,5,2,{"capability_seed":38,"decision_layer":39},{"id":36,"stars":98,"last_commit":99,"latest_release":100,"docker_pulls":84,"open_issues":104,"fetched_at":105},22699,"2026-08-10T19:03:55Z",{"tag":101,"published_at":102,"url":103},"v6.2.0","2026-06-26T10:24:34Z","https:\u002F\u002Fgithub.com\u002Fknadh\u002Flistmonk\u002Freleases\u002Ftag\u002Fv6.2.0",107,"2026-08-11T03:55:26.535Z","# listmonk — newsletter + mailing lists (replaces Mailchimp's list half; you still need an\n# SMTP relay like SES\u002FPostmark for deliverability — that cost is in the verdict math notes)\nservices:\n  listmonk:\n    image: listmonk\u002Flistmonk:latest\n    container_name: listmonk\n    restart: unless-stopped\n    depends_on:\n      listmonk-db:\n        condition: service_healthy\n    command: [sh, -c, \".\u002Flistmonk --install --idempotent --yes && .\u002Flistmonk\"]\n    environment:\n      LISTMONK_app__address: 0.0.0.0:9000\n      LISTMONK_db__host: listmonk-db\n      LISTMONK_db__port: \"5432\"\n      LISTMONK_db__user: listmonk\n      LISTMONK_db__password: listmonk\n      LISTMONK_db__database: listmonk\n      LISTMONK_db__ssl_mode: disable\n    ports:\n      - \"9000:9000\"\n    healthcheck:\n      test: [\"CMD-SHELL\", \"wget -qO- http:\u002F\u002Flocalhost:9000\u002Fhealth >\u002Fdev\u002Fnull || exit 1\"]\n      interval: 5s\n      timeout: 5s\n      retries: 24\n      start_period: 20s\n\n  listmonk-db:\n    image: postgres:16-alpine\n    restart: unless-stopped\n    environment:\n      POSTGRES_USER: listmonk\n      POSTGRES_PASSWORD: listmonk\n      POSTGRES_DB: listmonk\n    volumes:\n      - listmonk-pg:\u002Fvar\u002Flib\u002Fpostgresql\u002Fdata\n    healthcheck:\n      test: [\"CMD-SHELL\", \"pg_isready -U listmonk\"]\n      interval: 5s\n      timeout: 5s\n      retries: 12\n\nvolumes:\n  listmonk-pg:\n","# ActiveCampaign — verdict log\n\n- **Date:** 2026-08-10\n- **Verdict:** KINDA — worth it if…\n- **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code)\n\n## Setup evidence (shared)\n\n- This verdict rides on the same replacement verified for `mailchimp-listmonk` — see `compose\u002Fmailchimp-listmonk.yml` and its log.\n\n## The call\n\nThe email+automation core moves to listmonk (newsletters) or Mautic (drip logic) — but ActiveCampaign is genuinely an automation suite, and Mautic is the ops-heaviest thing in this category. Worth it if your flows are simple; if you live in their journey builder, the migration will hurt.\n",[109],{"date":51,"app":17,"from":84,"to":33,"reason":110},"Initial verdict: The email+automation core moves to listmonk (newsletters) or Mautic (drip logic) — but ActiveCampaign is genui.",1786459421609]