Early Access — Limited Spots Available

Works where your research takes you.

Syrup Field Surveys is an offline-first solution for collecting research data — in clinics, in rural communities, at events, anywhere signal is unreliable. Data queues on the device and syncs at your convenience. Nothing lost.

No signal required

Online surveys for offline research.

Most platforms treat offline as an afterthought. Our platform is built around it from the start — the client runs entirely on the device, responses accumulate locally, and you control when data syncs to the server.

Typical survey platform
  • Requires live internet to submit each response
  • Offline “mode” costs extra or doesn’t exist
  • Lost responses on network drop
  • Interviewers resort to paper fallback
  • Manual data entry and reconciliation
  • Complex setup for field teams
Syrup Field Surveys
  • One setup, then works without any internet connection
  • Offline-first by design, not add-on
  • Responses queue on-device indefinitely
  • Sync when connectivity returns
  • Clean, structured data every time
  • One URL — load once, go anywhere

Simple enough for anyone.
Programmable enough for everyone.

Drag-and-drop builders are quick to learn but hit walls when you need conditional logic. Proprietary survey languages unlock power but require specialized staff. SRP threads that needle — readable by anyone on your team, parseable by software.

01

Readable language

Survey logic lives in a plain .srp file. Any researcher can read it at a glance — no training required.

02

Offline-first process

Load the survey URL once. From that point, the client operates without connectivity. No degraded mode, no workarounds.

03

Clean data collection

Validation, required fields, and branching logic are enforced at collection time — not patched up during analysis.

household_survey.srp
page "demographics" do
  title "Household Information"

  Number "respondent_age" do
    text       "How old are you?"
    required
    min_value  18
    max_value  120
    unit_label "years"
  end

  SingleSelect "household_size" do
    text     "How many people live in your household?"
    required
    option   "1 person"
    option   "2–4 people"
    option   "5 or more"
  end

  OpenEnded "primary_concern" do
    text "What is your household's primary concern this month?"
    # Collected offline — syncs when connectivity returns
  end
end
Try it now See your survey as you write it. The Playground renders a live HTML preview as you type — validate question flow, check branching logic, and see exactly what your field reps will see, all before deployment.

A full vocabulary for field research.

Every question format you encounter in serious research — from simple yes/no screens to multi-row grids — readable by anyone on your team.

Multiple choice Pick one, pick many, or choose from a dropdown — any list-based question
Text responses Short answers for facts, or long-form fields for qualitative narratives
Rating scales Stars, numbered scales, or labeled Likert-style buttons
Grid questions Rate multiple items at once, or select across rows and columns
Numbers & dates Validated numeric entry, age capture, and calendar date selection
Instructions Display messages or guidance to interviewers between questions

Built for the field.
Ready for the desk.

From writing the instrument to synced, analysis-ready responses — the workflow is end-to-end.

01

Author your survey

Write your instrument as a .srp file. Plain text, version-controlled, readable by anyone on your team.

02

Go to the field

Load the survey URL once. Interviewers work fully offline — no signal, no problem. Each response queues securely on-device.

03

Data flows home

When connectivity returns, responses sync automatically. Structured, validated, ready for analysis — no manual cleanup.

Collect anywhere. Lose nothing.

Free early access for research teams operating in low-connectivity environments — clinics, rural communities, events.

Request Early Access