Static sites still need an inbox
Marketing pages should not require a custom backend just to accept a name and email. A form endpoint that stores submissions and notifies you is enough for most indie launches.
OpsRunr Forms gives you a POST URL, dashboard inbox, honeypot field, and optional email notify. Unlock Forms alone or keep it next to Email and Redirects.
Ship the honeypot first
Add a hidden field bots love to fill. Reject those silently so real users never see a CAPTCHA wall on a brochure site.
Use JSON posts from modern frameworks or classic form-urlencoded from plain HTML. Both work.
Related checks