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.
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.
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.
Survey logic lives in a plain .srp file. Any researcher can read it at a glance — no training required.
Load the survey URL once. From that point, the client operates without connectivity. No degraded mode, no workarounds.
Validation, required fields, and branching logic are enforced at collection time — not patched up during analysis.
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
Every question format you encounter in serious research — from simple yes/no screens to multi-row grids — readable by anyone on your team.
From writing the instrument to synced, analysis-ready responses — the workflow is end-to-end.
Write your instrument as a .srp file. Plain text, version-controlled, readable by anyone on your team.
Load the survey URL once. Interviewers work fully offline — no signal, no problem. Each response queues securely on-device.
When connectivity returns, responses sync automatically. Structured, validated, ready for analysis — no manual cleanup.
Free early access for research teams operating in low-connectivity environments — clinics, rural communities, events.
Request Early Access