Changelog
What’s new.
Recent releases. Subscribe for updates soon.
- v0.4LATEST
Conversational delivery hits GA.
- Any form can flip to chat delivery without schema changes — answers extract into the same field IDs.
- Streamed token-by-token, with a visible caret and intent detection for skips, edits, and mid-answer corrections.
- Conversational + classic share a single analytics view now; the split chart in the dashboard tells you which mode each cohort prefers.
- Rate-limited per respondent to keep AI spend predictable. New org-level budget guardrail available on Creator and up.
- v0.3
AI analysis dashboard.
- Open-text answers cluster into themes with representative quotes and a sentiment histogram per theme.
- Results cache per form and refresh hourly — or on demand with a button if you’re in a rush.
- Export themes and quotes as CSV, or pipe them into Slack with the new digest integration.
- v0.2
Public API + HMAC webhooks.
- REST endpoints for form metadata and response submission, scoped by workspace API key.
- Per-form webhook endpoints with HMAC-SHA256 signed deliveries and 24-hour retry backoff.
- OpenAPI spec published at /api/v1/openapi.json — import into Postman, Insomnia, or anything that speaks it.
- v0.1
Prompt-to-form generator.
- Describe the form in one sentence, get a polished schema with sensible field types, labels, and validation.
- Re-prompt at any time to refine — field edits preserve historical response mappings.
- Field library now includes rating, multi-select, file upload, date, phone, and a lightweight Likert scale.
- v0.0.9
Form builder + classic delivery.
- Visual builder with drag-to-reorder, conditional logic, and a live preview pane.
- Public share links, custom close dates, and a no-login anonymous mode.
- First-pass response dashboard with filter, search, and CSV export.
- v0.0.5
Closed beta opens.
- First 50 workspaces onboarded across creators, ops teams, and developer tooling.
- Workspaces, members, roles, and invitations land with sensible defaults.
- Postgres-backed multi-tenant schema with per-workspace data isolation from day one.