For a long time, I used simple form handling tools for website projects because they were quick to set up and easy to understand. And I mean, that simplicity is exactly what makes them appealing.
But over time, I kept running into the same set of issues.
The lighter options are great for getting a form online fast, but started to feel limited once I needed more control (not heavily branded, unclear about privacy implications, bad spam protection, etc.)
At the same time, many of the more advanced alternatives felt like they were solving the problem by turning into full platforms: dashboards, stored submissions, extra complexity, and as often as not pretty expensive pricing.
I really wanted something in between:
- I didn’t want to store every submission in yet another third-party dashboard.
- I didn’t want the extra privacy and GDPR considerations that come with keeping form data around when all I really needed was delivery.
- I didn’t want to pay for noise, junk, or submissions that never meaningfully made it where they needed to go.
- And I definitely didn’t want to add ugly CAPTCHA friction just to keep spam under control.
What I wanted:
- Easy to drop into a site
- Reliable enough for real-world use
- Strong anti-spam in the background
- Email and webhook delivery
- Minimal friction for visitors
- Less privacy/GDPR overhead
So I ended up building my own: https://boosterpackforms.com
At first, it was mostly for myself, especially for my AI website builder. A form tool that fit the way I wanted it to work: lean, developer-friendly, focused on delivery, and not trying to become an entire universe. But the more I worked on it, the more it felt like something other developers might want too and so I have been improving it and making it accessible to everyone.
I think it's mostly useful for people building websites for clients, landing pages, smaller products, or internal tools. You know places where forms matter, but where storing everything, managing another dashboard, and paying for unnecessary complexity just feels like too much.
I’m still refining both the product and the positioning, but building it made one thing very clear to me: there’s a real gap between barebones form handlers and full-blown form platforms.
Curious if others here have run into the same thing. Did you stick with a simple handler, move to a bigger platform, or end up building your own approach too?
Top comments (0)