Forms, audience, and outreach — together.
Drop a form anywhere.
Grow your people.
Shotfired is one place to collect submissions, build a real audience from them, and reach back out — without juggling four tools to do it.

Three steps
Collect → Group → Reach

1Step 1
Collect
Build a form with the fields you need. Embed it with one snippet — works in Next.js, plain HTML, anywhere.

2Step 2
Group
Submissions become contacts, deduped by email. Tag them, segment them, export them anytime.

3Step 3
Reach
Write in Markdown. Send to the whole list or a tag. Or fire automations on form submit.
One snippet
Drop it in any project.
Generate a snippet from the dashboard, paste it where you want the form to render. That's it.
index.html
<!-- paste this anywhere on your page -->
<div id="shotfired-form"></div>
<script src="https://shotfired.dev/embed.js"
data-form="newsletter-signup"></script>- No iframes
- Inherits your styles
- Works offline-first
