[{"data":1,"prerenderedAt":108},["ShallowReactive",2],{"$f18lyi9xxmy07s":3},{"site":4,"app":16,"alternatives":65,"compose":103,"log":104,"changelog":105},{"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":47,"verified":48,"compose":56,"derived":57},"surveymonkey","SurveyMonkey","surveymonkey.com","marketing-content",30,"Team Advantage","per-seat","https:\u002F\u002Fwww.surveymonkey.com\u002Fpricing\u002F","2026-08-06",{"caniselfhostit":27},"https:\u002F\u002Fcaniselfhostit.com\u002Fsurveymonkey",[29,30,31,32],"surveys","question logic","response analysis","panels & sharing","YES",[35,36],"limesurvey","formbricks",{"capability_seed":38,"decision_layer":39},"caniselfhostit","original","SurveyMonkey's $30\u002Fmo Advantage plan is the same job Formbricks does for a database's rent — and LimeSurvey exists when you need academic-grade question logic. Response caps stop being a pricing lever.",[42,43],"Benchmark datasets and SurveyMonkey's audience-buying panel","Brand familiarity for external respondents",{"vps_share_usd_mo":45,"storage_usd_mo":46,"maint_min_mo":5},0.5,0,"vps",{"by":49,"at":50,"protocol":51,"setup_min":52,"assistant":53,"evidence":54},"zernonia","2026-08-10","v1",40,"claude-code",[55,56],"logs\u002Fsurveymonkey.md","compose\u002Ftypeform-formbricks.yml",{"hourly_rate_usd":5,"self_host_cost_usd_mo":58,"net_saving_usd_mo":59,"setup_cost_usd":60,"break_even_months":61,"break_even_date":62,"markup_index":63,"primary_abandoned":64,"verdict_stale":64},7.17,22.83,13.33,0.58,"2026-08-28",4.19,false,[66,84],{"id":35,"name":67,"tagline":68,"repo":69,"site":70,"license":71,"category":20,"resources":72,"provenance":77,"metrics":78},"LimeSurvey","Research-grade questionnaires on a hostname you own, with branching logic, quotas and no monthly response meter.","LimeSurvey\u002FLimeSurvey","https:\u002F\u002Fwww.limesurvey.org","GPL-2.0-or-later",{"ram_min_mb":73,"disk_gb":74,"arm64":75,"containers":76,"external_db":75},1024,5,true,2,{"capability_seed":38,"decision_layer":39},{"id":35,"stars":79,"last_commit":80,"latest_release":81,"docker_pulls":81,"open_issues":82,"fetched_at":83},3689,"2026-08-10T16:37:42Z",null,108,"2026-08-11T03:55:25.721Z",{"id":36,"name":85,"tagline":86,"repo":87,"site":88,"license":89,"category":20,"resources":90,"provenance":93,"metrics":94},"Formbricks","Link surveys and in-product feedback on your own domain, with no monthly response cap deciding your bill.","formbricks\u002Fformbricks","https:\u002F\u002Fformbricks.com","AGPL-3.0",{"ram_min_mb":91,"disk_gb":5,"arm64":75,"containers":92,"external_db":75},4096,7,{"capability_seed":38,"decision_layer":39},{"id":36,"stars":95,"last_commit":96,"latest_release":97,"docker_pulls":81,"open_issues":101,"fetched_at":102},12757,"2026-08-10T16:57:09Z",{"tag":98,"published_at":99,"url":100},"5.3.3","2026-08-10T10:12:36Z","https:\u002F\u002Fgithub.com\u002Fformbricks\u002Fformbricks\u002Freleases\u002Ftag\u002F5.3.3",236,"2026-08-11T03:55:21.310Z","# Formbricks — surveys; node app + postgres. Sidecar probe, generous first-boot window (migrations).\nservices:\n  formbricks:\n    image: formbricks\u002Fformbricks:latest\n    container_name: formbricks\n    restart: unless-stopped\n    depends_on:\n      formbricks-db:\n        condition: service_healthy\n    environment:\n      WEBAPP_URL: http:\u002F\u002Flocalhost:3005\n      DATABASE_URL: postgresql:\u002F\u002Fformbricks:formbricks@formbricks-db:5432\u002Fformbricks\n      NEXTAUTH_URL: http:\u002F\u002Flocalhost:3005\n      NEXTAUTH_SECRET: 0123456789abcdef0123456789abcdef\n      ENCRYPTION_KEY: 0123456789abcdef0123456789abcdef\n      CRON_SECRET: 0123456789abcdef0123456789abcdef\n    ports:\n      - \"3005:3000\"\n\n  probe:\n    image: busybox:stable\n    network_mode: \"service:formbricks\"\n    depends_on:\n      - formbricks\n    command: sh -c 'while true; do sleep 30; done'\n    healthcheck:\n      test: [\"CMD-SHELL\", \"nc -z localhost 3000 || exit 1\"]\n      interval: 5s\n      timeout: 5s\n      retries: 90\n      start_period: 60s\n  formbricks-db:\n    image: postgres:16-alpine\n    restart: unless-stopped\n    environment:\n      POSTGRES_USER: formbricks\n      POSTGRES_PASSWORD: formbricks\n      POSTGRES_DB: formbricks\n    volumes:\n      - formbricks-db:\u002Fvar\u002Flib\u002Fpostgresql\u002Fdata\n    healthcheck:\n      test: [\"CMD-SHELL\", \"pg_isready -U formbricks\"]\n      interval: 5s\n      timeout: 5s\n      retries: 12\nvolumes:\n  formbricks-db:\n","# SurveyMonkey — verdict log\n\n- **Date:** 2026-08-10\n- **Verdict:** YES — worth it\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 `typeform-formbricks` — see `compose\u002Ftypeform-formbricks.yml` and its log.\n\n## The call\n\nSurveyMonkey's $30\u002Fmo Advantage plan is the same job Formbricks does for a database's rent — and LimeSurvey exists when you need academic-grade question logic. Response caps stop being a pricing lever.\n",[106],{"date":50,"app":17,"from":81,"to":33,"reason":107},"Initial verdict: SurveyMonkey's $30\u002Fmo Advantage plan is the same job Formbricks does for a database's rent — and LimeSurvey ex.",1786459422177]