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.
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:
ratingfor satisfaction or score questionsyes_nofor boolean questionsemailfor contact fieldssingle_choice/multi_choicewhen 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 optionalmin/max.single_choice— radio group. Configurable options.multi_choice— checkbox group. Configurable options.yes_no— boolean toggle.rating— numeric rating with configurablemin/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.
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.
Email hello@voxenlabs.cloud — we read everything.