> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ewake.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Contact Support

> Send us a message, we typically reply within a few hours.

<div
  dangerouslySetInnerHTML={{ __html: `
<form
id="ewake-support-form"
onsubmit="event.preventDefault();var form=this;var btn=form.querySelector('button');btn.disabled=true;btn.textContent='Sending...';var data=new FormData(form);fetch('https://formspree.io/f/xbdqvbeq',{method:'POST',body:data,headers:{'Accept':'application/json'}}).then(function(r){if(r.ok){form.style.display='none';document.getElementById('ewake-form-success').style.display='block';}else{btn.disabled=false;btn.textContent='Send message';}}).catch(function(){btn.disabled=false;btn.textContent='Send message';});"
style="background:#fff;border:1px solid #E5E8ED;border-radius:20px;padding:36px 32px;max-width:580px;box-shadow:0 4px 24px rgba(30,41,57,0.06);font-family:'Helvetica Neue',sans-serif;"
>
<h2 style="font-size:20px;font-weight:800;color:#1E2939;margin:0 0 6px;letter-spacing:-0.01em;">Send us a message</h2>
<p style="font-size:14px;color:#8B95A5;margin:0 0 28px;line-height:1.5;">Tell us about your stack and what you're trying to solve.</p>

<div style="display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;">
<div>
  <label style="font-size:11px;font-weight:700;color:#5A6578;letter-spacing:0.06em;text-transform:uppercase;display:block;margin-bottom:6px;">Name <span style="color:#dc2626;">*</span></label>
  <input type="text" name="name" placeholder="Anna Smith" required style="width:100%;padding:12px 14px;font-size:14px;color:#1E2939;background:#fff;border:1.5px solid #E5E8ED;border-radius:10px;outline:none;box-sizing:border-box;font-family:inherit;" />
</div>
<div>
  <label style="font-size:11px;font-weight:700;color:#5A6578;letter-spacing:0.06em;text-transform:uppercase;display:block;margin-bottom:6px;">Company</label>
  <input type="text" name="company" placeholder="Acme Corp" style="width:100%;padding:12px 14px;font-size:14px;color:#1E2939;background:#fff;border:1.5px solid #E5E8ED;border-radius:10px;outline:none;box-sizing:border-box;font-family:inherit;" />
</div>
</div>

<div style="margin-bottom:14px;">
<label style="font-size:11px;font-weight:700;color:#5A6578;letter-spacing:0.06em;text-transform:uppercase;display:block;margin-bottom:6px;">Work email <span style="color:#dc2626;">*</span></label>
<input type="email" name="email" placeholder="anna@company.com" required style="width:100%;padding:12px 14px;font-size:14px;color:#1E2939;background:#fff;border:1.5px solid #E5E8ED;border-radius:10px;outline:none;box-sizing:border-box;font-family:inherit;" />
</div>

<div style="margin-bottom:24px;">
<label style="font-size:11px;font-weight:700;color:#5A6578;letter-spacing:0.06em;text-transform:uppercase;display:block;margin-bottom:6px;">Message <span style="color:#dc2626;">*</span></label>
<textarea name="message" placeholder="Tell us what you're working on, your stack, or what you'd like to see..." required rows="6" style="width:100%;height:150px;padding:12px 14px;font-size:14px;color:#1E2939;background:#fff;border:1.5px solid #E5E8ED;border-radius:10px;outline:none;box-sizing:border-box;resize:vertical;font-family:inherit;display:block;"></textarea>
</div>

<button type="submit" style="width:100%;padding:14px;background:#146AFF;color:#fff;font-size:15px;font-weight:700;border:none;border-radius:10px;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;">
Send message
<svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="22" y1="2" x2="11" y2="13"/><polygon points="22 2 15 22 11 13 2 9 22 2"/></svg>
</button>

<p style="font-size:12px;color:#8B95A5;text-align:center;margin-top:14px;">No spam. No sales cadences. Just a real conversation.</p>
</form>

<div id="ewake-form-success" style="display:none;background:#fff;border:1px solid #E5E8ED;border-radius:20px;padding:48px 32px;max-width:580px;box-shadow:0 4px 24px rgba(30,41,57,0.06);font-family:'Helvetica Neue',sans-serif;text-align:center;">
<div style="width:48px;height:48px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;">
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#16a34a" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
</div>
<h2 style="font-size:20px;font-weight:800;color:#1E2939;margin:0 0 8px;">Message sent!</h2>
<p style="font-size:14px;color:#8B95A5;margin:0;line-height:1.6;">We typically reply within a few hours.</p>
</div>
`}}
/>
