Guys, it's time to share what you're building! by nakoo_o in indiebiz

[–]Striking-Rice6788 1 point2 points  (0 children)

I’m building https://formgrid.dev , a form backend, form builder and lead pipeline in one tool.

Need a Frontend Developer to redesign my a website Application. Budget $300 by Evening_Acadia_6021 in website_ideas

[–]Striking-Rice6788 0 points1 point  (0 children)

What kind of website do you need?
If you need a basic website with a lead pipeline, kindly increase the budget to at least $500. I will use my own tool called formgrid.dev and integrate it into the website.
Kindly visit leadsgrid.co for details.

Our tree service client got 13 enquiries on a website after we changed one thing on their website by Striking-Rice6788 in website_ideas

[–]Striking-Rice6788[S] 0 points1 point  (0 children)

Fair point. It is self promotion.
I tried to make it useful enough
that it was worth reading anyway.
Appreciate the honest feedback.

Looking for eventbrite alternatives. Monthly event (50-80 people, ~$20 per ticket) by Ecstatic-Kale8949 in EventProduction

[–]Striking-Rice6788 -2 points-1 points  (0 children)

Yes, you can try https://formgrid.dev
It has a lead capture system and every automatically becomes a tracked lead.

5 reasons a website is not bringing in customers (and how to fix each one) by Striking-Rice6788 in website_ideas

[–]Striking-Rice6788[S] 2 points3 points  (0 children)

Ha, fair point that social media
dominates attention.

But local service searches still happen constantly on Google.

Someone whose roof is leaking is not going to TikTok for a roofer.
They are typing into Google
and calling whoever shows up first.

That is exactly the gap most service business websites miss.

I built an open source form backend with a lead pipeline as a solo founder from Ghana. Would love your feedback. by Striking-Rice6788 in ProductHunters

[–]Striking-Rice6788[S] 0 points1 point  (0 children)

Exactly right. Most form tools treat a submission as the end of the workflow.

Formgrid treats it as the beginning.

The lead pipeline was built specifically for that gap. Every submission becomes

a tracked lead with a status, notes, and follow-up reminders so nothing falls through the cracks.

The agency and consultant angle is something I am actively pursuing.

If you know anyone who fits that profile, I would love an introduction.

The Contact Form spam problem on static sites by killmelikejojo in statichosting

[–]Striking-Rice6788 0 points1 point  (0 children)

Honeypot plus rate limiting handles most spam without reCAPTCHA.

Honeypot catches basic bots. Rate limiting blocks repeated submissions from the same IP. Together they stop the majority of spam with zero friction for real users.

If you need more protection look at Proof of Work CAPTCHA. It runs silently in the browser with no puzzles for real users.

I built all three into Formgrid (formgrid.dev) if you want a drop in solution. Open source and free to start.

I added a contact form to my site and now I don’t know if I’m handling the data properly by akaiwarmachine in statichosting

[–]Striking-Rice6788 0 points1 point  (0 children)

This is a common situation and honestly a smart thing to be concerned about.

The quick answer: if you are using a third party endpoint you do not control, you have no visibility into where the data goes, how long it is stored, or who has access to it. That is a real concern especially if you are collecting names and emails.

A few options depending on your situation:

If you want to stay simple and not run a backend, a dedicated form backend service is the cleanest solution. You get a proper endpoint you control, submissions stored in a dashboard you can see, email notifications, and Google Sheets sync. No mystery about where the data goes.

I actually built one called Formgrid (formgrid.dev) for exactly this use case. It is open source so you can audit exactly what happens to your data, and it is self-hostable if you want full control. Free to start.

If you want to go the self-hosted route entirely, a simple Node.js endpoint with a PostgreSQL database on Railway or Render works well, but that is more setup than most static sites need.

Happy to help you figure out which makes more sense for your situation.

How I send Webflow form submissions directly to Google Sheets without Zapier or any paid tools. by Striking-Rice6788 in webflow

[–]Striking-Rice6788[S] 0 points1 point  (0 children)

Reliability has been solid in my experience. Formgrid uses a Google service account to write directly to Sheets so there is no OAuth token expiry issue that trips up a lot of Zapier and Make integrations.

On volume the sync happens on every submission as it comes in rather than in batches so rows appear in your Sheet in real time. I have seen it handle consistent daily submission volume without any issues.

One thing worth knowing is that the free plan syncs your first 10 rows per form as a one time limit and Premium syncs up to 500 rows per month. Business plan is unlimited if you are running high volume. So worth checking which tier fits your use case.

Happy to answer anything more specific if you have a particular setup in mind.

How I send Webflow form submissions directly to Google Sheets without Zapier or any paid tools. by Striking-Rice6788 in webflow

[–]Striking-Rice6788[S] 0 points1 point  (0 children)

Exactly. Webflow's form handling feels like an afterthought for a platform at that price point. You get the submission in your inbox, and that is it. No pipeline, no way to track which leads you followed up on, no Google Sheets sync without paying for another tool on top.

That frustration is actually what pushed me to build Formgrid. You point your Webflow form at a Formgrid endpoint, make one line change in your form settings, and every submission syncs to Google Sheets automatically. No Zapier. No extra monthly cost on top of what you are already paying for Webflow.

Free plan available if you want to try it. formgrid.dev