FROM INTENT TO SOMETHING YOU CAN TRY
Edit the intent. Explore the structure. Try the behavior.
No sign-up. Runs in your browser.Rule-based prototype · Not AI generation
Required steps, their order, and explicit field definitions. It does not judge business logic or completeness.
Loading your local preview…
Your intent stays here. No model calls, cloud sync, real invitations, or shared team workspace. Saving is optional and local to this browser.
Describe a workflow with GIVEN (context), WHEN (trigger), THEN (outcome), and optional AND steps. Text may follow a keyword on the same line or the next line.
GIVEN I am a workspace admin. WHEN I enter a teammate’s email. THEN I see a confirmation. FIELD email:email | Teammate email | required ACTION Preview invitation
FIELD maps an explicit field to a built-in component. Supported types: text, email, number, date. Use required or optional. ACTION sets the preview button label. Inputs are not inferred from prose.
text
email
number
date
required
optional
The Interface tab is a local template driven by these declarations, not arbitrary AI-generated UI. JSON shows the structure; Logic flow shows the step sequence, not executable backend logic.
Privacy & storage. Editor input is not sent to Empathie. The hosting provider may log ordinary page requests. “Save on this device” stores one draft in this browser; other people using the same browser profile could read it. Uncheck it to remove that saved draft. No analytics or account registration is included.
Exports. JSON can be imported back here. The HTML prototype opens locally and simulates form validation and an outcome. It does not send email or create any real records. No sensitive or confidential information is needed to try this product.
Enable JavaScript to use the local editor. Nothing is submitted from this page.