Design in admin
Create surveys, order questions, add choices, and control publishing windows from Django admin.
{% load static %}
Django survey API service
Build surveys in Django admin, publish them when ready, and collect anonymous JSON responses from any website or client application.
Workflow
Create surveys, order questions, add choices, and control publishing windows from Django admin.
Clients fetch published surveys and render forms using stable question slugs and choice values.
Anyone can submit responses through the API while the service validates required answers and question types.