DLS Magician by Empathie
Public trialBack to Empathie ↗

FROM INTENT TO SOMETHING YOU CAN TRY

Make the idea explicit.

Edit the intent. Explore the structure. Try the behavior.

No sign-up. Runs in your browser.
Rule-based prototype · Not AI generation

01 Structured intent

Preparing editor…
GIVEN → WHEN → THEN → AND
What this checks

Required steps, their order, and explicit field definitions. It does not judge business logic or completeness.

02 Output

Built-in components · Explicit rules

Loading your local preview…

Not saved · Export before closing

Your intent stays here. No model calls, cloud sync, real invitations, or shared team workspace. Saving is optional and local to this browser.

Share feedback ↗

A shared language.
A working starting point.

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.

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.