[{"data":1,"prerenderedAt":110},["ShallowReactive",2],{"$f1e95a8yzwn5ej":3},{"site":4,"app":16,"alternatives":65,"compose":105,"log":106,"changelog":107},{"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},"make","Make","make.com","automation-dev",9,"Core","usage","https:\u002F\u002Fwww.make.com\u002Fen\u002Fpricing","2026-08-07",{"caniselfhostit":27},"https:\u002F\u002Fcaniselfhostit.com\u002Fmake",[29,30,31,32],"visual automation scenarios","app integrations","routers & filters","scheduling","KINDA",[35,36],"automatisch","activepieces",{"capability_seed":38,"decision_layer":39},"caniselfhostit","original","Make's $9\u002Fmo entry is far cheaper than Zapier, which softens the math — but operations pricing still scales with usage. Worth moving to Activepieces if you're past the starter tier or automating anything sensitive; below that, $9 is hard to beat.",[42,43],"Make's visual scenario debugger is best-in-class","The same integration long-tail caveat as Zapier",{"vps_share_usd_mo":45,"storage_usd_mo":46,"maint_min_mo":47},1,0,30,"vps",{"by":50,"at":51,"protocol":52,"setup_min":53,"assistant":54,"evidence":55},"zernonia","2026-08-10","v1",45,"claude-code",[56,57],"logs\u002Fmake.md","compose\u002Fzapier-activepieces.yml",{"hourly_rate_usd":5,"self_host_cost_usd_mo":59,"net_saving_usd_mo":60,"setup_cost_usd":61,"break_even_months":62,"break_even_date":62,"markup_index":63,"primary_abandoned":64,"verdict_stale":64},11,-2,15,null,0.82,false,[66,87],{"id":35,"name":67,"tagline":68,"repo":69,"site":70,"license":71,"category":20,"resources":72,"provenance":77,"metrics":78},"Automatisch","Trigger-and-action flows on your own box, with a connector list you can count and no credit meter.","automatisch\u002Fautomatisch","https:\u002F\u002Fautomatisch.io","AGPL-3.0",{"ram_min_mb":73,"disk_gb":74,"arm64":75,"containers":76,"external_db":75},2048,10,true,4,{"capability_seed":38,"decision_layer":39},{"id":35,"stars":79,"last_commit":80,"latest_release":81,"docker_pulls":62,"open_issues":85,"fetched_at":86},13928,"2026-02-11T19:53:04Z",{"tag":82,"published_at":83,"url":84},"v0.15.0","2025-08-08T13:07:43Z","https:\u002F\u002Fgithub.com\u002Fautomatisch\u002Fautomatisch\u002Freleases\u002Ftag\u002Fv0.15.0",287,"2026-08-11T03:55:16.950Z",{"id":36,"name":88,"tagline":89,"repo":90,"site":91,"license":13,"category":20,"resources":92,"provenance":95,"metrics":96},"Activepieces","Trigger-and-action automation with a visual builder, run on your own box, with no task meter.","activepieces\u002Factivepieces","https:\u002F\u002Fwww.activepieces.com",{"ram_min_mb":93,"disk_gb":5,"arm64":75,"containers":94,"external_db":75},4096,3,{"capability_seed":38,"decision_layer":39},{"id":36,"stars":97,"last_commit":98,"latest_release":99,"docker_pulls":62,"open_issues":103,"fetched_at":104},23710,"2026-08-11T02:32:05Z",{"tag":100,"published_at":101,"url":102},"0.87.0","2026-08-06T11:49:19Z","https:\u002F\u002Fgithub.com\u002Factivepieces\u002Factivepieces\u002Freleases\u002Ftag\u002F0.87.0",440,"2026-08-11T03:55:15.771Z","# Activepieces — workflow automation; app + postgres + redis. Sidecar probe, slow first boot.\nservices:\n  activepieces:\n    image: activepieces\u002Factivepieces:latest\n    container_name: activepieces\n    restart: unless-stopped\n    depends_on:\n      ap-db:\n        condition: service_healthy\n      ap-cache:\n        condition: service_healthy\n    environment:\n      AP_FRONTEND_URL: http:\u002F\u002Flocalhost:8109\n      AP_POSTGRES_DATABASE: activepieces\n      AP_POSTGRES_HOST: ap-db\n      AP_POSTGRES_PORT: \"5432\"\n      AP_POSTGRES_USERNAME: activepieces\n      AP_POSTGRES_PASSWORD: activepieces\n      AP_REDIS_HOST: ap-cache\n      AP_REDIS_PORT: \"6379\"\n      AP_ENCRYPTION_KEY: 0123456789abcdef0123456789abcdef\n      AP_JWT_SECRET: 0123456789abcdef0123456789abcdef\n      AP_ENVIRONMENT: prod\n    ports:\n      - \"8109:80\"\n\n  probe:\n    image: busybox:stable\n    network_mode: \"service:activepieces\"\n    depends_on:\n      - activepieces\n    command: sh -c 'while true; do sleep 30; done'\n    healthcheck:\n      test: [\"CMD-SHELL\", \"nc -z localhost 80 || exit 1\"]\n      interval: 5s\n      timeout: 5s\n      retries: 120\n      start_period: 60s\n  ap-db:\n    image: postgres:16-alpine\n    restart: unless-stopped\n    environment:\n      POSTGRES_USER: activepieces\n      POSTGRES_PASSWORD: activepieces\n      POSTGRES_DB: activepieces\n    volumes:\n      - ap-db:\u002Fvar\u002Flib\u002Fpostgresql\u002Fdata\n    healthcheck:\n      test: [\"CMD-SHELL\", \"pg_isready -U activepieces\"]\n      interval: 5s\n      timeout: 5s\n      retries: 12\n  ap-cache:\n    image: redis:7-alpine\n    restart: unless-stopped\n    healthcheck:\n      test: [\"CMD\", \"redis-cli\", \"ping\"]\n      interval: 5s\n      timeout: 5s\n      retries: 12\nvolumes:\n  ap-db:\n","# Make — 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 `zapier-activepieces` — see `compose\u002Fzapier-activepieces.yml` and its log.\n\n## The call\n\nMake's $9\u002Fmo entry is far cheaper than Zapier, which softens the math — but operations pricing still scales with usage. Worth moving to Activepieces if you're past the starter tier or automating anything sensitive; below that, $9 is hard to beat.\n",[108],{"date":51,"app":17,"from":62,"to":33,"reason":109},"Initial verdict: Make's $9\u002Fmo entry is far cheaper than Zapier, which softens the math — but operations pricing still scales wi.",1786459422000]