🚀 Coming Soon! We're working hard to launch Widgster. Stay tuned!

Create Your Widget

Preview

Stay updated

Widget Code


<div style="font-family: Inter; background-color: #ffffff; color: #000000; padding: 20px; border-radius: 8px; max-width: 400px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1)">
  <h3 style="margin: 0 0 16px 0; font-size: 18px; font-weight: bold">Stay updated</h3>
  <form style="display: flex; gap: 8px">
    <input
      type="email"
      placeholder="Enter your email"
      required
      style="flex: 1; padding: 8px 12px; border: 1px solid #e2e8f0; border-radius: 4px; font-size: 14px"
    />
    <button
      type="submit"
      style="background-color: #3b82f6; color: white; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer; font-size: 14px; font-weight: 500"
    >
      Subscribe
    </button>
  </form>
</div>