SendBeam

Guides

Step-by-step recipes for the jobs a small site needs email for: forms without a backend, newsletter signups, transactional email and DNS.

View as Markdown

These guides are written for people who run a few small websites and would rather not run a server for them. Each one solves a single problem end to end, with code you can paste, a way to test it and a plain account of the trade-offs. They lean on two parts of SendBeam: the public form endpoint, which lets a static page post a signup or a message without any backend, and the REST API, which sends a single email to a contact.

If you are looking for host- or framework-specific notes first, the integrations pages cover Astro, Next.js, Hugo, Eleventy, WordPress, Cloudflare Pages, Netlify, Vercel, Zapier and Make.

The guides

Starter kits

Working code for every guide above lives in five small, runnable projects. Each one carries a newsletter signup, a contact form, the double opt-in wording, an unsubscribe route and the spam protection, with a deploy config for its host. Clone one, put your form IDs in its environment file and deploy:

Every starter covers the same five things — newsletter signup, contact form, double opt-in, unsubscribe and spam protection — reads its form IDs from environment variables or site config, and is MIT licensed. Browse them all in sendbeam-starters.

Stuck, or found a gap? Ask in the community — questions, tips and every release note, with this page as the source of truth.