| title | Prompt Generator |
|---|---|
| full_width | true |
Create a copy-ready prompt for an LLM to draft your project’s ACCESSIBILITY.md file.
<div class="generator-grid">
<form id="promptForm" class="card" aria-label="Prompt generator form">
<h2>Project Inputs</h2>
<label for="projectName">Project name</label>
<input id="projectName" name="projectName" type="text" placeholder="My Project" />
<label for="repoUrl">Repository URL (optional)</label>
<input id="repoUrl" name="repoUrl" type="url" placeholder="https://github.com/org/repo" />
<label for="productType">Product type</label>
<input id="productType" name="productType" type="text" placeholder="WEB_APP / MOBILE / LIBRARY / DOCS / OTHER" />
<label for="users">Main users</label>
<input id="users" name="users" type="text" placeholder="Who uses this product?" />
<label for="stack">Primary UI technologies</label>
<input id="stack" name="stack" type="text" placeholder="React, Rails, native iOS, etc." />
<label for="target">Accessibility target</label>
<input id="target" name="target" type="text" placeholder="WCAG 2.2 AA" />
<label for="notes">Optional context</label>
<textarea id="notes" name="notes" rows="5" placeholder="Any constraints, known gaps, or compliance requirements"></textarea>
<div class="cta-row">
<button class="button primary" type="button" id="generateBtn">Generate Prompt</button>
<button class="button secondary" type="button" id="copyBtn">Copy</button>
<button class="button secondary" type="button" id="downloadBtn">Download ACCESSIBILITY_PROMPT.txt</button>
</div>
</form>
<article class="code-card" aria-live="polite">
<h2>Generated Prompt</h2>
<pre id="promptOutput"><code>Click “Generate Prompt” to create your draft prompt.</code></pre>
</article>
</div>