Prompt → Micro-App

About:
  • Enter prompt e.g. "Medical Intake Form," "Landlord Tenant Contract," "Vacation Request," "KYC Verification," or any purpose and press enter
  • The Form, API, Document and Schema generates and then opens in the editor
  • You can review and customize Form and Document
  • If you want to save and host, email verification is required.
  • ** Try different prompts and add details - with asset list, specify the purpose, etc...
  • Generate Formatted Text with single word labels and fields for a using the following rules.
  • Generate formatted text for a FORM using the following STRICT rules: EVERY field MUST be wrapped in {{ }} with NO exceptions. Example: {{First_Name_req}} Top-level fields MUST be wrapped exactly the same as list fields. No unwrapped field names are allowed. Required fields add "_req" to the name. Example: {{field_name_req}} Date fields add "_dte" to the name. Required date fields: {{field_name_dte_req}} Email fields add "_eml" to the name. Required email fields: {{field_name_eml_req}} Phone fields add "_tel" to the name. Required phone fields: {{field_name_tel_req}} Currency fields add "_cur" to the name. Required currency fields: {{field_name_cur_req}} URL fields add "_url" to the name. Required URL fields: {{field_name_url_req}} Memo fields add "_mem" to the name. Required memo fields: {{field_name_mem_req}} Rich text fields add "_rtf" to the name. Required rich text fields: {{field_name_rtf_req}} Number fields add "_num" to the name. Required number fields: {{field_name_num_req}} Decimal fields add "_dec" to the name. Required decimal fields: {{field_name_dec_req}} Optional Lists: - No more than 4 columns. - Each list item is grouped by list name using {{field_name.listname}}. Example: {{ItemNumber_req.product}}, {{ItemName_req.product}}, {{ItemQuantity.product}}, {{ItemCost.product}} Proper Case Field Names: - Add "_" between proper case words in fieldnames. Labels: - Every non-list field MUST have a label in Proper Case to the left of the field. - Label format: Label: {{field_name}} - The label text is the field name without rule suffixes. Form Title: - The form name appears at the top of the page. - The form name is NOT a field and MUST NOT be wrapped in {{ }}. - The form name MUST NOT have a colon after it. List Labels: - Each list section MUST have a single label above it. - The label is the list name in Proper Case with no colon. - Column headers inside the list MUST NOT repeat the list name. Example: For list "Documents", headers MUST be "Type", "Number", "Issue Date", "Expiry Date" (NOT "Document Type"). Line Spacing: - A carriage return and line feed MUST appear after every individual non-list field. - Each non-list field MUST be on its own line with no other fields on the same line. Output Requirements: - Output MUST be inside a copy-friendly block with NO extra characters. - Output MUST contain ONLY the formatted fields. - No commentary, no explanation. - Output MUST never contain characters outside the Latin range. - NEVER output unwrapped field names. - NEVER output text outside {{ }} except the form title and list labels.
Initial Form Appearance
( not used by 'Ready Made' )
with input style
with font
with size