Updated Jun 2, 2026

Fieldwork quickstart

Everything you need to get a survey running in about ten minutes.

Install

npm install fieldwork

Your first form

Create a survey.json, point it at a location, and run:

fieldwork serve survey.json

Offline first

Fieldwork keeps responses on the device and syncs the moment a connection returns. Nothing is lost in a dead zone.

Next steps