A feed from website forms
Share the form URL with anyone. Their submissions show up live below β and in the RSS feed you can paste into any reader app. This is the simplest shape of a feed as inbox.
https://feed.works/f/form/cG9ENwE8https://feed.works/f/cG9ENwE8Live submissions
Up to 3 per session, then the form closes. 60-minute TTL.
No submissions yet. Share the form URL β every note shows up here as it lands, and also in the RSS feed below.
Paste this into your site
Drop this plain HTML into any JAMstack site (Astro, 11ty, Next, plain HTML β doesn't matter) and every submission lands in your feed reader. No JS, no backend, no vendor lock-in.
<form method="POST" action="https://feed.works/f/form/cG9ENwE8">
<label>
Name
<input name="name" required />
</label>
<label>
Email
<input name="email" type="email" required />
</label>
<label>
Message
<textarea name="message" required></textarea>
</label>
<button type="submit">Send</button>
</form>Want to use your own styling? Keep the action, method, and the three name attributes β everything else is yours.
Try it live
Open the form URL in another tab. Fill it out. Watch this list update in real time β no refresh needed.
Open the form βRefresh this page any time to start a new disposable session with a fresh URL. Submissions are obfuscated ("a***@example.com") in the feed so it's never a scrape target.