documentation

Docs.

Everything you need to ship your first form and grow into the rest.

Getting started

Voxen Forms lets you ship a real form in under a minute. Create a free account, then click + new form on your dashboard. You'll land in the visual builder with an AI assist panel open by default — type a description and get a working form, or close the panel and build by hand.

Tip: the AI is optional. Power users typically start with AI to get the skeleton, then refine fields manually.

AI generation

Click AI assist in the builder. Describe your form in plain English — anything fromcustomer feedback survey to job application for a junior react developer with portfolio link.

Voxen reads your prompt and chooses field types intelligently:

  • rating for satisfaction or score questions
  • yes_no for boolean questions
  • email for contact fields
  • single_choice / multi_choice when you list options

When you already have fields, AI assist offers two modes: add to existing (appends new fields) and replace all (starts fresh). Generated fields are editable like any other.

Manual builder

The builder has three panels: a field palette on the left, the form canvas in the center, and an edit panel on the right.

  • Click any field type in the palette to add it to the form.
  • Click a field on the canvas to select it. The right panel updates to show its settings.
  • Use the up/down arrows on a hovered field to reorder.
  • Edit form-level settings (title, status) by clicking outside any field.

Changes auto-save every 500ms. The header shows saved, saving…, or unsaved.

Field reference

Voxen Forms supports nine field types in v0.2:

  • short_text — single-line text input. Has placeholder.
  • long_text — multi-line textarea. Has placeholder.
  • email — validates email format on submit.
  • number — accepts numbers within optional min/max.
  • single_choice — radio group. Configurable options.
  • multi_choice — checkbox group. Configurable options.
  • yes_no — boolean toggle.
  • rating — numeric rating with configurable min/max (default 1–5).
  • date — date picker (YYYY-MM-DD).

Every field has a label and a required toggle. Fields that support text input also have a placeholder.

Sharing & embeds

Every form gets a short, branded URL: forms.voxenlabs.cloud/f/<slug>. Send it, paste it into a Notion page, or share on social. Anyone can fill the form — no Voxen account needed.

Forms are drafts by default. Click publish in the builder to make the link work. Unpublishing immediately stops accepting responses; existing responses stay safe.

Embeds via <iframe> or a script tag are coming in v0.3.

Responses & exports

Every submission lands in your responses dashboard. Open a form from your list and click responses in the top bar.

  • Sorted newest first.
  • Up to 1,000 most recent responses are loaded.
  • Click export csv for a flat file with one row per response.

Only the form owner can see responses — server-side ownership checks enforce this on every request.

need help?

Email hello@voxenlabs.cloud — we read everything.