Basin logo

Basin

The form backend that took spam filtering and deliverability seriously

Basin is a form backend, meaning a service that receives submissions from a form you built yourself in HTML or a JavaScript framework rather than one built in a drag-and-drop editor; made in Canada by Moonshot Ventures and handling submissions for more than thirty thousand web projects daily, it adds layered spam filtering across three CAPTCHA engines plus duplicate, country, language, and burner-email filters, file uploads to 50GB with virus scanning, HMAC-signed webhooks, custom SMTP sending, and a published overage rate of $5.25 per extra thousand submissions rather than a hard stop.

Visit website

Overview

Basin does the third job in this category, the one the directory has been missing: it is a backend for a form you wrote yourself. You keep your own markup, your own styling, your own validation, and your own accessibility decisions, and Basin takes over at the moment of submit. Point the form's action attribute at a Basin endpoint, or use its BasinJS library for a JavaScript framework, and everything after that (storage, notification, spam, files, routing) is rented rather than built.

What distinguishes Basin from the other backends is depth in two unglamorous areas. The first is spam. Where Formcarry offers one automatic filter and asks you to trust it, Basin gives you a stack: reCAPTCHA v2 and v3, hCaptcha, and Cloudflare Turnstile for challenge-based filtering, plus duplicate detection, country restrictions, language filtering, and burner-email blocking, plus invisible defences including custom honeypots, domain restrictions, and Cloudflare WAF integration. Advanced filtering and virus scanning arrive on the Pro plan.

The second is email. Backends live or die on whether the notification actually arrives, and Basin treats that as a product area: auto-responses with custom HTML templates, sending from a custom domain, custom SMTP so the mail leaves your own infrastructure, weekly and daily digests, enhanced deliverability on the Agency plan, and automatic data receipt emails in fifteen languages for compliance purposes. That last one is a GDPR feature that almost nobody else in this category ships.

Commercially it is the most honest of the three backends here. Basin publishes an overage rate rather than leaving the cap undefined: $5.25 per extra thousand submissions in the lowest band, scaling down to $2.00 per thousand above a hundred thousand, plus $5.00 per extra five gigabytes of storage. That is roughly half a cent per submission, which is the cheapest published incremental response pricing anywhere in this category, and crucially the form keeps working instead of pausing.

Best for

Developers, agencies, and small technical teams running their own forms who need serious spam control, reliable notification delivery, large file handling with virus scanning, and a backend whose behaviour at the volume cap is published rather than guessed at.

Not the right fit for

  • Non-technical buyers who need someone to build the form for them; Basin's Form Studio exists but the product is designed around an endpoint you POST to, and a form builder like Tally or Jotform will serve you far better.
  • Anyone who needs survey reporting or analysis; Basin stores, filters, and routes submissions, and there is no charting or cross-tabulation layer at all.
  • Buyers on the free plan who care about their data, because free-tier submissions are retained for only thirty days before being dropped.
  • Healthcare and public-sector buyers, since Basin publishes GDPR tooling and Cloudflare-backed security but no HIPAA business associate agreement and no accessibility conformance statement.
  • Teams that want the cheapest possible entry point, because Formcarry starts at $5 a month against Basin's $12.50 and covers twice the submissions on that first paid tier.

How it works

  1. 1

    You get the form into Basin one of three ways. Point an existing HTML form's action attribute at a Basin endpoint, POST to it from a JavaScript framework using the BasinJS library, or build the form in Basin's own drag-and-drop Form Studio if you would rather not write it. The endpoint path is the one most users take and the one the product is designed around.

  2. 2

    Each submission passes through the spam stack before it is accepted. You choose which layers to enable: a CAPTCHA engine if you want a visible challenge, or invisible defences such as honeypots, domain restrictions, duplicate detection, burner-email blocking, and country or language filtering if you would rather not put a puzzle in front of anyone. Pro adds advanced filtering, virus scanning on uploads, and location filtering.

  3. 3

    Accepted submissions are stored, geolocated, and pushed onward. Notification emails go out instantly, auto-responses go back to the submitter from branded templates and optionally your own SMTP server, and digests summarise the day or the week. Webhooks fire with HMAC-SHA256 signatures so your receiving endpoint can verify the payload really came from Basin, and event logs make failures debuggable rather than mysterious.

  4. 4

    Beyond that, native integrations cover Slack, Discord, and Google Sheets, and Zapier, Make, Pipedream, and Integrately reach more than three thousand apps. Everything exports as CSV or JSON, retention periods are configurable, and Basin ships automatic data receipt emails and easy data deletion as explicit GDPR tooling.

Feature breakdown

27 features in 5 modules

Receiving submissions

Three ways in, all of them framework-agnostic.
Endpoint per form
Point any HTML form at Basin by updating its action attribute. Nothing else in your markup changes, and your own client-side validation stays exactly where it was.
BasinJS for JavaScript frameworks
A small library for React, Vue, Svelte, and similar, covering the AJAX submission path so the page does not navigate away on submit.
Form Studio
An optional drag-and-drop builder for people who would rather not write the markup, and multi-step forms on the Agency plan. This is a convenience rather than the point of the product.
AJAX support on every plan
Including the free tier, so a single-page application can submit without a page reload from day one.
Unlimited forms from the Growth plan
Free allows one form and Starter three, but Growth at around $24 a month billed yearly lifts the limit entirely, along with unlimited projects and collaborators.

Spam filtering

The deepest spam stack of any backend at this price.
Three CAPTCHA engines
reCAPTCHA v2 and v3, hCaptcha, and Cloudflare Turnstile are all supported, so you can pick the one that matches your privacy posture rather than accepting the vendor's choice.
Invisible defences
Custom honeypots, domain restrictions so only your own site can post to the endpoint, and Cloudflare WAF integration, all of which work without showing anything to a legitimate visitor.
Smart filters
Duplicate detection, country restrictions, language filtering, and burner-email blocking. Burner-email blocking in particular is the one that cleans up gated-content forms.
Advanced filtering on Pro
The Pro plan adds a deeper filtering layer plus location filtering, which is where accounts under sustained targeted abuse end up.
Virus scanning on uploads
Pro scans uploaded files for malware. If you accept attachments from strangers, this is the difference between a form and a delivery mechanism.
Email and phone validation
Server-side validation of contact details from the Starter plan, catching the typo-and-nonsense category that spam filters do not.

Notifications and deliverability

Treated as a product area rather than an afterthought.
Instant notifications and digests
Immediate email on submission, plus daily and weekly digest options so a busy form does not become an inbox problem.
Auto-responses with custom HTML
Automatic replies to the submitter using your own HTML templates and branded emails, available from the Growth plan.
Custom domain and custom SMTP
Send notifications from your own domain, and on the Pro plan through your own SMTP server, so deliverability and reputation stay under your control rather than being pooled with every other Basin customer.
Enhanced deliverability on Agency
The Agency plan adds a deliverability layer for accounts sending large volumes of notification and auto-response mail.
Data receipt emails in fifteen languages
Automatic confirmation of what data was collected, sent to the submitter for compliance purposes, in fifteen languages. Practically nothing else in this category ships this.

Files, routing, and data

Large uploads, signed webhooks, and a real export path.
File uploads to 50GB
Basin accepts uploads up to 50GB with virus scanning and serves files through signed URLs, which is an order of magnitude beyond what most form tools will take.
Storage buckets per plan
100MB on Free, 500MB on Starter, 2GB on Growth, 10GB on Pro, and 50GB on Agency, with extra storage sold at $5.00 per additional five gigabytes per month.
HMAC-signed webhooks
Webhook payloads carry HMAC-SHA256 signatures so your endpoint can verify authenticity, with event logs for debugging and an audit trail. Signed webhooks are a security detail most competitors skip.
Native and platform integrations
Slack, Discord, Google Sheets, and webhooks natively, plus more than three thousand apps through Zapier, Make, Pipedream, and Integrately.
CSV and JSON export with retention control
Export everything in either format at any time, and set your own data retention period. Free-plan data is dropped after thirty days; Growth and above retain indefinitely.
Geolocation and analytics
Submissions carry geolocation data and Basin tracks form analytics, which is how country and location filtering become actionable rather than theoretical.

Teams, compliance, and scale

Agency-shaped account structure with published GDPR tooling.
Unlimited collaborators and projects from Growth
Starter allows zero collaborators and one project; Growth removes both limits. For an agency running many client sites this is the tier where the product starts making sense.
GDPR tooling
Automatic data receipt emails, easy data deletion, and configurable retention, which turns GDPR from a policy statement into features you can point at during a review.
Cloudflare DDoS protection
Endpoints sit behind Cloudflare with DDoS protection, WAF integration, domain restrictions, and token rotation.
Operating scale
Basin states it processes submissions for more than thirty thousand web projects daily, which is a useful reliability signal for a service whose entire job is not dropping a POST.
No HIPAA and no accessibility statement
The two absences. There is no published HIPAA business associate agreement, and accessibility of the rendered form is your responsibility because you wrote it.

Use cases

4 documented

Agency running forms across dozens of client sites

Every client site has a contact form, some have file uploads, and the agency needs collaborators, separate projects, and one bill rather than dozens of accounts.

The Growth plan at around $24 a month billed yearly gives unlimited forms, projects, and collaborators, and Agency at around $81 covers 25,000 submissions a month across the whole estate with priority support.

Site under sustained form-spam attack

A contact form is being hammered by bots, a basic honeypot is not holding, and the team does not want to put a CAPTCHA in front of real customers.

Domain restrictions, duplicate detection, burner-email blocking, country and language filters, and Cloudflare WAF integration stop the abuse invisibly, with Turnstile available as a low-friction challenge if the invisible layers are not enough.

Company accepting large file attachments from the public

Applicants upload portfolios and video, ordinary form tools cap at a few megabytes, and nobody has thought about what happens if someone uploads malware.

Uploads to 50GB with virus scanning on the Pro plan, served through signed URLs, with 10GB of storage included and extra storage at $5 per five gigabytes a month.

Developer whose form notifications keep landing in spam

Notification and auto-response emails from a shared sender are being filtered, and lost enquiries are being blamed on the form.

Custom domain sending on Growth and custom SMTP on Pro move the mail onto the company's own reputation, with enhanced deliverability on Agency for high volume.

Pricing

from $0 (Free), then $12.50 per month billed yearly (Starter)

Freemium with five self-serve tiers metered on monthly submissions and storage, with published per-thousand overage rather than a hard cap; prices shown are the yearly-billed monthly equivalents.

PlanPriceIncludes
Free$0
per month
  • 1 form and 50 submissions per month
  • 100MB storage
  • Basic spam protection
  • Zapier and AJAX support
  • 30-day data retention

The thirty-day retention window is the catch; free-tier data does not stay.

Starter$12.50
per month billed yearly
  • 3 forms and 250 submissions per month
  • 500MB storage and 365-day file retention
  • Custom redirect URL
  • Basic spam filtering
  • Email and phone validation

No collaborators and one project, so this is a single-developer plan.

Growth$24.17
per month billed yearly
  • Unlimited forms, projects, and collaborators
  • 1,000 submissions per month and 2GB storage
  • Unlimited data retention
  • Auto-responses, branded emails, and Slack
  • API access, webhooks, and geolocation data

The first tier that behaves like a real product: unlimited retention, unlimited collaborators, and the API.

Pro$30.62
per month billed yearly, regularly $40.83
  • 5,000 submissions per month and 10GB storage
  • Advanced spam filtering and location filtering
  • Virus scanning on uploads
  • Custom email templates and custom SMTP
  • AI lead agent

The security tier. Virus scanning and custom SMTP are the two features worth the step up.

Agency$81.25
per month billed yearly, regularly $108.33
  • 25,000 submissions per month and 50GB storage
  • Multi-step forms
  • Enhanced deliverability
  • Priority support
  • Unlimited collaborators and projects

Add-ons

  • Extra submissions ($5.25 per 1,000 in the lowest band, scaling down to $2.00 per 1,000 above 100,000): Roughly half a cent per submission, the cheapest published overage rate in this category.
  • Extra storage ($5.00 per additional 5GB per month)

Billing notes

  • The published figures are yearly-billed monthly equivalents, and Basin shows a higher regular rate against Pro and Agency, so the annual commitment is doing real work in the headline price.
  • Overage is published and generous: $5.25 per additional thousand submissions in the lowest band, falling to $2.00 per thousand above a hundred thousand. That is around half a cent each, against Wufoo's five cents, SurveyMonkey's roughly fifteen, and Typebot's two, and it means the form keeps working rather than pausing.
  • Storage is a second cumulative meter, priced at $5.00 per extra five gigabytes a month, which is cheap enough that upload-heavy forms do not force a tier change the way they do on Wufoo or Jotform.
  • Data retention is itself a plan feature. Free-tier submissions are dropped after thirty days and Starter retains files for a year; unlimited retention starts on Growth. This is the least obvious and most consequential gate in the table.
  • Collaborators are zero on Starter and unlimited from Growth, so any team use means Growth or above regardless of volume.
  • Basin also markets AI Sites with custom domains bundled at 5, 10, and 100 across Growth, Pro, and Agency, which is adjacent to the form backend rather than part of it.

Value assessment: At 500 submissions a month the cheapest route is Starter at $12.50 plus roughly $1.31 of overage, or Growth at $24.17 if you want retention and collaborators, which most people will. At 5,000 a month Pro costs $30.62 billed yearly, or about $367 a year, against Formcarry's $960 and Forminit's $228. That places Basin in the middle on headline price and comfortably first on what you get for it: three CAPTCHA engines, seven or eight spam filters, virus scanning, 50GB uploads, signed webhooks, custom SMTP, and an overage rate that keeps the form alive. If you are choosing a backend on capability per dollar rather than on the cheapest possible line item, Basin is the pick.

Strengths & limitations

Strengths

  • The deepest spam stack in this part of the category: three CAPTCHA engines plus duplicate, country, language, burner-email, honeypot, domain, and WAF filtering, with advanced filtering on Pro.
  • A published overage rate of $5.25 per thousand submissions, roughly half a cent each, with the form continuing to work rather than pausing.
  • File uploads to 50GB with virus scanning and signed URLs, which is far beyond what any hosted form builder will accept.
  • HMAC-SHA256 signed webhooks with event logs, so receiving endpoints can verify authenticity and failures are debuggable.
  • Real email infrastructure: custom domain sending, custom SMTP on Pro, branded auto-response templates, digests, and enhanced deliverability on Agency.
  • GDPR features rather than GDPR statements, including automatic data receipt emails in fifteen languages, easy deletion, and configurable retention.
  • Unlimited forms, projects, and collaborators from the Growth plan, which is the right shape for an agency.
  • Operating at scale, with the company citing submissions from more than thirty thousand web projects daily.

Limitations

  • The free plan drops submissions after thirty days, which is a quiet way to lose data if nobody reads the retention line.
  • Starter at $12.50 includes zero collaborators and one project, so it is genuinely single-developer and most teams have to start at Growth.
  • Submission allowances are low relative to price at the bottom: 250 a month on Starter against Formcarry's 500 for $5.
  • No HIPAA business associate agreement and no published data residency region, which matters for healthcare and for EU-only requirements where Forminit states AWS Ireland.
  • No reporting or analysis layer; submissions are stored, filtered, and routed, and anything analytical happens after export.
  • The product has drifted beyond form backends into AI Sites and an AI lead agent, which are bundled into the tiers whether or not you want them.
  • Ownership is a small Canadian company, Moonshot Ventures, with no published headcount or funding, so continuity risk is the usual small-vendor one.

Head-to-head comparisons

4 alternatives

Basin vs Formcarry

from $0 (Baby), then $5 per month billed annually (Starter)

Formcarry is cheaper and simpler: $5 a month billed annually for 500 submissions against Basin's $12.50 for 250, with automatic spam filtering that needs no configuration and permanent storage on every plan. Basin gives you far more control (three CAPTCHA engines, burner-email and country filters, virus scanning, custom SMTP, signed webhooks) and, crucially, a published overage rate where Formcarry publishes nothing. Take Formcarry for a simple low-volume contact form; take Basin when spam, files, or deliverability are actual problems.

Full Basin vs Formcarry comparison

Basin vs Forminit

from $0 (Free), then $19 per month (Pro)

Forminit is the better raw deal on volume: $19 a month for 5,000 submissions against Basin's $30.62 billed yearly for the same, and it states plainly that data sits on AWS in Ireland. Basin answers with a much deeper spam and file stack, signed webhooks, custom SMTP, configurable retention, and an overage rate instead of Forminit's automatic form pausing. If EU residency or price per submission decides it, take Forminit; if you never want a form to stop working, take Basin.

Full Basin vs Forminit comparison

Basin vs Tally

from EUR 20/mo (Pro, billed monthly; yearly billing gives 2 months free)

Different jobs entirely. Tally builds and hosts the form for you, free and unmetered, with logic, payments, and uploads included, from a bootstrapped Belgian company with EU hosting. Basin renders nothing and assumes you wrote the form yourself, then handles spam, files, notification, and routing better than any builder does. If you want a form without writing one, Tally wins outright. If the form is part of your own codebase, Tally is not an option and Basin is the strongest backend here.

Full Basin vs Tally comparison

Basin vs Jotform

from $0 (Starter), then $39 per month for Bronze ($408 a year billed annually)

Jotform is the maximalist hosted builder: thousands of templates, HIPAA plans, an accessibility commitment, payments, and PDF generation, metered on monthly submissions with a second cumulative storage meter. Basin does none of that and instead does the parts Jotform is weakest at: 50GB uploads with virus scanning, layered spam control, custom SMTP, and half-a-cent overage. Buy Jotform if you need the form built for you; buy Basin if you need the infrastructure behind a form you already have.

Full Basin vs Jotform comparison

Implementation & onboarding

Setup time
Ten to fifteen minutes for a working endpoint, plus another half hour if you are configuring the spam stack properly and connecting custom SMTP.
Learning curve
Low for the endpoint and moderate for the spam configuration, which has enough options that it rewards a deliberate pass rather than accepting defaults. Form Studio is trivial if you use it.
Onboarding
Entirely self-serve across all five published tiers with no sales call at any price. Priority support arrives on the Agency plan.
Migration notes
Switching to or from a form backend is a one-URL change and a redeploy, which is the lowest switching cost in this category. Export existing submissions as CSV or JSON first. Two Basin-specific things to plan: if you are moving off the free plan, note that anything older than thirty days is already gone, and if you are moving away, update any webhook consumers because Basin's signed payload shape will not match your next vendor's.

Platform, API & security

Platforms
HTTP POST endpoint usable from any frameworkPlain HTML formsBasinJS for JavaScript frameworksForm Studio drag-and-drop builderStatic sites and single-page applications via AJAX
API
API access from the Growth plan, plus webhooks carrying HMAC-SHA256 signatures with event logs; native Slack, Discord, and Google Sheets connectors and more than three thousand apps through Zapier, Make, Pipedream, and Integrately.
Compliance
GDPR tooling including automatic data receipts and easy deletionConfigurable data retentionCloudflare DDoS protection and WAF integrationNo published HIPAA business associate agreementNo published accessibility conformance statement
Data residency
No data residency region is published; buyers with a strict EEA requirement should compare against Forminit, which states AWS Ireland.
SSO
Not published on the self-serve plans.
Security notes
Domain restrictions limit which origins may post to an endpoint, token rotation is supported, and Cloudflare provides DDoS and WAF protection. Uploaded files are virus-scanned on the Pro plan and served through signed URLs. Webhook payloads are HMAC-SHA256 signed so receivers can verify authenticity. Because you write the form, its validation and accessibility remain your responsibility.

Support & resources

Channels
Email support on all plansPriority support on the Agency plan
Documentation
Documentation covering endpoint setup, BasinJS, the spam filtering stack, file handling, webhooks and signatures, integrations, and data retention.
Community
No large official forum; support runs through direct channels.

Company

Founded
2017
Headquarters
British Columbia, Canada
Ownership
Owned by Moonshot Ventures, Inc.
Employees
Not disclosed
Funding
No funding is disclosed; the company presents itself as an independent Canadian software business.

Timeline

  1. 2017Basin launches in October under Moonshot Ventures in British Columbia, as a form backend for developers building static and Jamstack sites with no server of their own.
  2. 2020The spam stack deepens beyond a single filter into multiple CAPTCHA engines plus invisible defences including honeypots and domain restrictions.
  3. 2022File handling scales to very large uploads with signed URLs, and webhook payloads gain HMAC-SHA256 signatures with event logging.
  4. 2024Deliverability becomes a product area: custom domain sending, custom SMTP, branded auto-response templates, digests, and data receipt emails in fifteen languages.
  5. 2026Five self-serve tiers from a free plan to Agency at around $81 a month billed yearly, with published per-thousand overage, and the company citing submissions from more than thirty thousand web projects daily.

Integrations

  • Slack and Discord
  • Google Sheets
  • Webhooks with HMAC-SHA256 signatures
  • Zapier, Make, Pipedream, and Integrately (3,000-plus apps)
  • Custom SMTP for outbound notification mail
  • Cloudflare Turnstile, reCAPTCHA v2 and v3, and hCaptcha
  • API access from the Growth plan

Frequently asked questions

10 questions

What is Basin?

Basin is a form backend. You build the form yourself in HTML or a JavaScript framework and point it at a Basin endpoint, and Basin handles everything after submit: spam filtering, storage, notification email, file uploads, webhooks, and integrations. It is made in Canada by Moonshot Ventures and states that it processes submissions for more than thirty thousand web projects daily.

How much does Basin cost?

Free covers 1 form and 50 submissions a month with 30-day retention. Starter is $12.50 a month billed yearly for 3 forms and 250 submissions. Growth is $24.17 for unlimited forms, projects, and collaborators plus 1,000 submissions. Pro is $30.62 (regularly $40.83) for 5,000 submissions, advanced spam filtering, and virus scanning. Agency is $81.25 (regularly $108.33) for 25,000 submissions and 50GB of storage.

What happens if I exceed my submission limit?

Basin bills overage rather than stopping the form, and the rate is published: $5.25 per additional thousand submissions in the lowest band, scaling down to $2.00 per thousand above a hundred thousand. That works out around half a cent each, which is the cheapest published incremental rate in this category and far better than Typeform's hard pause, Forminit's automatic form pausing, or Formcarry's undocumented behaviour.

How does Basin filter spam?

In layers, and you choose them. Challenge-based filtering supports reCAPTCHA v2 and v3, hCaptcha, and Cloudflare Turnstile. Invisible defences include custom honeypots, domain restrictions so only your site can post to the endpoint, and Cloudflare WAF integration. Smart filters cover duplicate detection, country restrictions, language filtering, and burner-email blocking. The Pro plan adds advanced filtering and location filtering on top.

Does Basin store my submissions, and for how long?

Yes, but retention is a plan feature and this is the least obvious gate in the pricing table. The free plan keeps submissions for only 30 days before dropping them. Starter retains files for 365 days. Unlimited retention starts on the Growth plan, and from there retention periods are configurable. Everything exports as CSV or JSON at any time.

How big a file can Basin accept?

Up to 50GB per upload, with virus scanning on the Pro plan and files served through signed URLs. That is far beyond what any hosted form builder will take. The constraint in practice is your plan's storage bucket: 100MB on Free, 500MB on Starter, 2GB on Growth, 10GB on Pro, and 50GB on Agency, with extra storage at $5.00 per additional five gigabytes a month.

Why do signed webhooks matter?

Because a webhook receiver has no way of knowing who sent it a POST. Basin signs payloads with HMAC-SHA256 so your endpoint can verify the request genuinely came from Basin rather than from anyone who guessed the URL, and event logs let you debug delivery failures instead of wondering. Most form backends do not sign their webhooks, and it is a meaningful security difference if the receiving endpoint does anything consequential.

Is Basin GDPR compliant and where is the data stored?

Basin ships GDPR as features rather than as a policy paragraph: automatic data receipt emails to the submitter in fifteen languages, easy data deletion, and configurable retention periods. What it does not publish is a data residency region. If your requirement is specifically that data never leaves the EEA, Forminit states plainly that everything sits on AWS in Ireland and is the safer choice for that obligation.

Is Basin HIPAA compliant, and are Basin forms accessible?

No HIPAA business associate agreement is published, so protected health information should go to Jotform, Cognito Forms, or Zoho Forms instead. Accessibility is a different question for a backend: you wrote the form, so its labels, focus order, and error messaging are yours to get right. Basin cannot make your form accessible and cannot make it inaccessible either, which is more than most hosted builders can say about their rendered output.

Do I need to be a developer to use Basin?

Mostly yes. The product is designed around an endpoint you POST to from your own markup, and its best features (domain restrictions, signed webhooks, custom SMTP, BasinJS) assume you control the codebase. There is a drag-and-drop Form Studio for people who would rather not write the form, but if that is your situation a hosted builder like Tally or Jotform will serve you better and cost less.

Editorial verdict

Basin is the most serious form backend a small company can buy, and the reason is that it treats the two things that actually break in production, spam and email delivery, as product areas rather than checkboxes. Three CAPTCHA engines, seven or eight independent filters, virus scanning, 50GB uploads, HMAC-signed webhooks, custom SMTP, and data receipt emails in fifteen languages is a genuinely deep stack for around $30 a month. Above all it publishes its overage rate at roughly half a cent a submission and keeps the form working, which is the single most important thing a backend can promise. Buy it if you run forms across many sites, if spam or attachments are real problems, or if you want the failure mode written down. Do not buy the free plan expecting to keep your data, since it is dropped after thirty days, and do not buy Basin at all if you need someone else to build the form.

Written by the SaaSTracker editorial team. Awards, when shown, are judged against the published criteria in our methodology.