openclaw
← All products
SMB Toolkit

survey-gen

Generate UX research / NPS / CSAT surveys with debiased question wording. Output: 8-15 questions matched to research goals.

Get startedSource on GitHub

Launch kit

survey-gen — launch kit

1-liner

Generate UX research / NPS / CSAT surveys with debiased question wording. Output: 8-15 questions matched to research goals.

Tweet hook

Most "AI survey generators" produce leading questions, double-barrels, and 30-question monsters.

Built one that enforces best practices: 5/7-point Likert with neutral, max 1 open per 5 closed, demographics last.

$19/survey 🧵

Reddit

  • r/userexperience
  • r/ProductManagement

Cold-email ICP

  • PMs at $1-50M ARR SaaS
  • Solo UX researchers

SEO content

  1. "Debiased survey design — patterns"
  2. "Likert vs NPS vs MaxDiff — when to use each"

Documentation

survey-gen

Generate UX research / NPS / CSAT surveys with debiased question wording. Sells to PMs, researchers, agencies that don't have a research methodologist on staff.

Pricing

  • $19 one-shot survey
  • $99/mo (unlimited generation, multi-goal)

Run

cd C:\openclaw-products\survey-gen
python -m venv .venv
.\.venv\Scripts\activate
pip install -e .

surveygen build \
  --goals "understand churn drivers,measure feature adoption,gauge willingness to pay" \
  --audience "B2B SaaS users at $1-50M ARR companies" \
  --max-q 12 \
  --out churn-survey.json