Log in Get Started

Your data, moving freely

Bring a survey in, take one out, and invite your contact list without retyping it - all built on plain, inspectable file formats.

Take a full survey definition out, any time

Export any survey you own as a single JSON file - title, description, thank-you message, and every question with its type, options, and required flag. Open it in a text editor, back it up, or hand it to a teammate.

  • One click from the survey edit page - no plan restriction
  • Includes every question type your survey uses
  • The file format is documented so you can generate one by hand if you want to
customer-feedback-q3.jsonDownloaded
{ "title": "Customer Feedback Q3",
"questions": [
{ "type": "nps", ... },
{ "type": "long_text", ... }
]
}

Bring a survey back in as a new draft

Upload a previously exported JSON file (or one built to match the same shape) to create a brand-new draft survey from it. Malformed or unrecognized files are rejected with a clear message instead of silently creating an empty survey.

  • Works across accounts - export from one, import into another
  • Respects your plan's question-count and file-upload-question limits, trimming rather than failing outright
  • The new survey always lands as a draft - nothing publishes automatically
Drop a .json file to import
or click to browse

Invite your list without typing every address

Upload almost any CSV export of your contacts - with or without a header row, with a name column or without one - and every valid email address in the file gets picked up automatically, deduplicated against addresses you've already invited.

  • No fixed column layout required - every cell in every row is checked for a valid address
  • Combine a pasted list and an uploaded CSV in the same batch
  • Capped at 100 recipients per send, same as manual invitations
contacts.csv · 3 rows detectedValid
jane@example.com
john@example.com
priya@example.com

Automate it entirely

Everything here also has a REST equivalent for creators on API-access plans - create and publish surveys programmatically, pull responses, and queue an async CSV or Excel export you can poll for completion. See the developer docs for the full reference.

Move your first survey

Every plan starts free - no card required.

Create your first survey