OSS Contact Form Forwarder: A spam-protected contact form that forwards submissions to your email with no backend setup.
Provides a serverless-style endpoint for HTML forms to forward submissions to email. Open-source architecture allows for self-hosting to avoid third-party data lock-in.
liveOSS Contact Form Forwarder
TaglineA spam-protected contact form that forwards submissions to your email with no backend setup.
Platformweb
CategoryProductivity · Form Tools · Email Services
Source
The 'contact form' is one of the most tedious boilerplate requirements in web development. While managed services abound, they often trap users in proprietary pricing tiers or restrictive data silos. OSS Contact Form Forwarder addresses this by acting as a lightweight bridge between a static frontend and an email inbox, effectively removing the need for a dedicated backend just to handle a few leads a month. Technically, the product is a straightforward implementation of a POST handler that maps form fields to an email template. The decision to build this in Golang suggests a focus on high concurrency and a small memory footprint, making it an ideal candidate for cheap VPS hosting or containerized deployment. The API is intentionally primitive—a simple action URL and form ID—which minimizes integration friction for anyone comfortable with basic HTML or React. Its primary strength lies in the self-hosting option. For privacy-conscious developers or SMBs, the ability to move away from a hosted provider and run their own instance eliminates the risk of third-party outages and ensures total control over submission data. However, the simplicity is also its limit; without advanced workflow automation or a built-in database for submission history, it remains a utility rather than a full-scale CRM tool. This is a tool for the 'lean' builder. If you are deploying a static site via Jamstack or a simple portfolio and dread the thought of configuring an SMTP server or paying for a monthly Formspree subscription, this is a pragmatic alternative. It doesn't reinvent the wheel, but it makes the wheel open-source and portable.
Article Tags
indieproductivityform toolsemail services