Dynamic Form & Document Builder

Design forms visually, collect responses and produce documents from filled data. Quickly share a tokenized session with users so they can complete forms without signing in.

Forms
Create fields, groups and validation
Sessions
Share token links to collect data
Documents
Export filled data to documents (JSON, PDF)
Live quick-demo
Build a field and download data
Interactive
No fields yet — add a field to begin.
What is this?

This system lets administrators design configuration-driven forms and present them in tokenized sessions. End users open a token link, fill fields, and the server runs business logic to produce documents or update session state.

  • Create forms visually or import JSON.
  • Share sessions using a token URL.
  • Collect data and generate documents programmatically.
How users interact

Users can fill tokenized sessions without creating accounts. Admins design controls, mark them required/readonly/visible, and attach logic that runs when controls change.

  1. Admin builds a form (groups, controls, validations).
  2. System creates a session and issues a token URL.
  3. Visitor opens token link, fills form, submits or autosaves.
  4. Server updates session and optionally returns updated controls.
Generating documents

From filled data you can create documents — e.g., JSON export, templated PDFs or dynamic reports. The demo below generates a downloadable JSON "document".

How to use: intro
How to use: expressions
How to use: templates