{% load static %} Survey Studio

Django survey API service

Survey Studio

Build surveys in Django admin, publish them when ready, and collect anonymous JSON responses from any website or client application.

Survey publishing and response workflow
Admin /admin/
Published Surveys /api/surveys/
Documentation /docs/

Workflow

Create, publish, collect

01

Design in admin

Create surveys, order questions, add choices, and control publishing windows from Django admin.

02

Expose JSON schema

Clients fetch published surveys and render forms using stable question slugs and choice values.

03

Accept public responses

Anyone can submit responses through the API while the service validates required answers and question types.