skills/smithery.ai/form-vanilla

form-vanilla

Installation
SKILL.md

Form Vanilla

Framework-free form patterns using native browser APIs enhanced with Zod.

Quick Start

<form id="login-form" novalidate>
  <div class="form-field">
    <label for="email">Email</label>
    <input 
      id="email" 
      name="email" 
      type="email" 
      autocomplete="email"
      required
    />
    <span class="error" aria-live="polite"></span>
  </div>
Installs
1
First Seen
Apr 20, 2026
form-vanilla from smithery.ai