Industry Context — Common BS Fingerprints in Software, SaaS & Tech Products
Formspree
(https://formspree.io) 📸 Data Snapshot: May 26, 2026Analyze the raw signals below. How would a machine score this business’s credibility?
Here are the exact signals captured from up to six pages of the site — the same raw inputs the evaluation engine analyzed. They are grouped by signal type so you can weigh each the way the machine does.
🏗️ Semantic Structure — heading hierarchy & page identity (Info Density · Commodity Fingerprint)
HOMEPAGE Custom Forms with No Server Code | Formspree | Formspree (https://formspree.io)
Custom Forms with No Server Code | Formspree | Formspree
Formspree is a form backend, API, and email service for HTML & JavaScript forms. It's the simplest way to embed custom forms on your static website.
NAV_HEADER_HEADING_REPEATED_BODY Formspree (https://formspree.io/register/)
Formspree
NAV_HEADER_HEADING_REPEATED_BODY_FOOTER Custom JavaScript Forms | Formspree (https://formspree.io/javascript/)
Custom JavaScript Forms | Formspree
Create powerful JavaScript forms with Formspree. Backend validation, automated deployment and simple form configurations ideal for modern web applications.
NAV_HEADER_HEADING_REPEATED_BODY_FOOTER HTML Forms with No Server Code | Formspree (https://formspree.io/html/)
HTML Forms with No Server Code | Formspree
Create simple HTML forms with Formspree. No JavaScript or servers required, seamless CSS integration and spam protection for your static website.
📝 The Narrative — clean text per page (Info Density · Semantic Coherence)
HOMEPAGE (https://formspree.io) Custom Forms with No Server Code | Formspree | Formspree
[H1] The form solution for any developer
[H2]
Use your own frontend code. Submit to our API. We'll handle the rest.
Get started
<form action="https://formspree.io/f/{form_id}" method="post">
<label for="email">Your Email</label>
<input name="Email" id="email" type="email">
<button type="submit">Submit</button>
</form>
Formspree forms can perfectly match your website by
inheriting your website's CSS
[H2] Build forms your way
[H1] Powerful JavaScript forms
Use the Formspree CLI and React library.
[H2] Deploy your production forms with CI/CD.
Learn more →
[H1] Simple HTML forms
Just set your form’s action to our endpoint.
[H2] No server code required.
Learn more →
[H2] Formbutton - Easy popup forms
Copy/paste the snippet to overlay an attractive popup form.
Learn more →
[IMG: PGA logo]
[IMG: Amazon logo]
[IMG: OpenAI logo]
[IMG: CDC logo]
[IMG: UPS logo]
[IMG: Walmart logo]
[IMG: Teladoc Health logo]
[IMG: T-Mobile logo]
[IMG: Ilia Beauty logo]
[IMG: Adobe logo]
[IMG: Readme logo]
[IMG: IBM logo]
[H3] Trusted by 500,000+ freelancers, agencies,
and Fortune 500 companies
[H3] How it works
Here's what happens after your form is submitted using Javascript forms,
HTML forms or
.
[H4] Spam blocked, data validated
We validate your data server-side and use machine learning to protect you from spam
[H4] Email notifications and auto-responses are sent
Our email templates are fully customizable
[H4] Submissions are saved to the Formspree Inbox
View submissions, see daily analytics reports, and export to CSV or JSON
[H4] 3rd party integrations are triggered
With our direct integrations, we'll get your data where it needs to be - no Zapier required
Airtable
Asana
ConvertKit
Constant Contact
Discord
Email
Freshdesk
GitHub
Gladly
Google Sheets
Gorgias
Hubspot
Klaviyo
Mailchimp
Mailerlite
Notion
Pipedrive
Salesforce
Slack
Stripe
Telegram
Trello
Webhooks
Zapier
Zendesk
[H2] Squash spam
Automatic filtering, easy captchas, custom rules
[IMG: Formshield]
[H3] Formshield spam filter
Machine learning spam filtering
[H4] reCaptcha
One click to add recaptcha
[H4] Custom rules
Custom spam rules let you fight back
[H2] Create a working form in seconds.
Grab your form code and see form submissions in under a minute.
Get started
SUB-PAGE · THIN (https://formspree.io/register/) Formspree
SUB-PAGE (https://formspree.io/javascript/) Custom JavaScript Forms | Formspree
[H1] The fastest way to hook-up a React form [H2] Backend validation. Automatic deployment. Form configuration as code. Get started [H3] How it works With a couple of changes to your existing form, your Formspree submissions will start appearing in the Formspree dashboard. View the docs → [H3] 1. Add formspree-react and useForm() [H3] 2. Create a formspree.json config Set up actions and field validation rules. [H3] 3. Deploy with the Formspree cli formspree deploy Now submit your form and see what happens! [H2] Build forms your way [H1] Simple HTML forms For a straightforward approach to form creation, our HTML Forms offer simple integration without the need for JavaScript. Learn more → [H2] Formbutton - Easy popup forms Add Formbutton to your site for simple, customizable popup forms that complement your JavaScript forms. Learn more → [H2] Automate your production forms Easily deploy your Formspree config with a simple build command. [H2] Squash spam Automatic filtering, easy captchas, custom rules [IMG: Formshield] [H3] Formshield spam filter Machine learning spam filtering [H4] reCaptcha One click to add recaptcha [H4] Custom rules Custom spam rules let you fight back [H2] Customize your workflow with built-in plugins With our direct integrations, we'll get your data where it needs to be. Airtable Asana ConvertKit Constant Contact Discord Email Freshdesk GitHub Gladly Google Sheets Gorgias Hubspot Klaviyo Mailchimp Mailerlite Notion Pipedrive Salesforce Slack Stripe Telegram Trello Webhooks Zapier Zendesk [IMG: PGA logo] [IMG: Amazon logo] [IMG: OpenAI logo] [IMG: CDC logo] [IMG: UPS logo] [IMG: Walmart logo] [IMG: Teladoc Health logo] [IMG: T-Mobile logo] [IMG: Ilia Beauty logo] [IMG: Adobe logo] [IMG: Readme logo] [IMG: IBM logo] [H3] Trusted by 500,000+ freelancers, agencies, and Fortune 500 companies [H2] Create a working form in seconds. Grab your form code and see form submissions in under a minute. Get started
SUB-PAGE (https://formspree.io/html/) HTML Forms with No Server Code | Formspree
[H1] Simple HTML forms
[H2] Just HTML forms. No Javascript, PHP or servers required.
Get started
<form action="https://formspree.io/f/{form_id}" method="post">
<label for="email">Your Email</label>
<input name="Email" id="email" type="email">
<button type="submit">Submit</button>
</form>
Formspree forms can perfectly match your website by
inheriting your website's CSS
[H3] How it works
With a couple of changes to your existing form, your Formspree submissions will start appearing in the Formspree
dashboard.
Visit the docs →
[H3] 1. Create a form on Formspree
Create a free account and choose
New Form.
[H3] 2. Update your form's action
Replace with the form endpoint in your Formspree account.
<form action="https://formspree.io/f/{form_id}" method="post">
Make sure your form uses method="post"
[H3] 3. Set the name attribute on each input tag
Formspree will save any fields with a name
attribute.
<input name="email" id="email" type="email">
Now submit your form and see what happens!
[H2] Build forms your way
[H1] Powerful JavaScript forms
Make your forms even more interactive with our powerful JavaScript Form features.
Learn more →
[H2] Formbutton - Easy popup forms
Add Formbutton to your site for simple, customizable popup forms that complement your JavaScript forms.
Learn more →
[H2] Perfectly match your existing design
[H2] Squash spam
Automatic filtering, easy captchas, custom rules
[IMG: Formshield]
[H3] Formshield spam filter
Machine learning spam filtering
[H4] reCaptcha
One click to add recaptcha
[H4] Custom rules
Custom spam rules let you fight back
[H2] Integrate with your workflow
With our direct integrations, we'll get your data where it needs to be.
Airtable
Asana
ConvertKit
Constant Contact
Discord
Email
Freshdesk
GitHub
Gladly
Google Sheets
Gorgias
Hubspot
Klaviyo
Mailchimp
Mailerlite
Notion
Pipedrive
Salesforce
Slack
Stripe
Telegram
Trello
Webhooks
Zapier
Zendesk
[H2] Create a working form in seconds.
Grab your form code and see form submissions in under a minute.
Get started
🛡️ Trust Signals — reviews, proof links, trust-theatre flag (Trust & Proof)
| Page | Reviews | Proof links |
|---|---|---|
| / (home) | 1 | 2 |
| /register/ | 0 | 0 |
| /javascript/ | 0 | 2 |
| /html/ | 0 | 2 |
🔗 Identity & Technical Layer — schema JSON-LD: identity chains, entity gaps (Identity & Authority)
Your Diagnosis
Before revealing the machine’s verdict, predict the BS score for each signal. Higher = more BS (more fluff, less verifiable substance). Drag each slider, then submit to compare your judgment against the engine.
Stuck? Reveal the heuristic lens — how the deterministic page-auditor reads each signal (no AI, pure pattern rules)
These are the structural rules a local, deterministic auditor applies — the same lens you can use to judge each signal. They describe what to look for, not this company’s result.
Classify each sentence as substantive or hollow. Grounding markers — numbers, currencies, dates, technical units, named entities — outweigh marketing adjectives. When fluff sits right next to hard evidence, the fluff is forgiven.
Pull the main entities out of the H1, then check whether they actually recur through the body. A page that announces one thing and then talks about another drifts. Headings with no real sentences underneath read as pseudo-substance.
Count trust words (review, testimonial, rating, verified) against real outbound proof links (Google, Trustpilot, Clutch, G2, Yelp). Lots of trust language with zero verification links is trust theatre. Unlinked logo galleries count against it.
Look at how much sentence length varies. Natural writing varies its rhythm; templated or mass-produced copy is statistically uniform. Very low variation reads as commodity content — unless unique named entities break the pattern.
Inspect the JSON-LD. Is there an Organization or Person schema, and does it carry sameAs links to real external profiles (LinkedIn, socials)? Missing schema or no identity declaration signals an anonymous entity.
Want to apply this lens yourself? The free BS Indicator Chrome extension runs these heuristic checks live on any page. Bear in mind it is a single-page, deterministic tool — it relies only on pattern rules for the page in front of it and does not perform the cross-page semantic correlation this audit uses, so its readout is a starting lens, not the full verdict.
Based on 830 businesses audited.
Formspree has 0.5 points more BS than the average for Software, SaaS & Tech Products.
Software, SaaS & Tech Products BS: Formspree (formspree.io)
Formspree is a high-utility, low-bullshit technical tool that unfortunately cloaks itself in the same generic Trust Theatre as much lower-quality SaaS products. Its technical substance is undeniable, but its ‘Enterprise’ claims lack the structural proof (Case Studies, Schema, Compliance) to be fully credible to an auditor. It is a legitimate product using a slightly illegitimate marketing playbook.
Immediately implement SoftwareApplication and Organization JSON-LD schema to bridge the technical credibility gap. Replace the static logo wall with at least three deep-link case studies that explain how those Fortune 500 companies actually utilize the API. Remove the ‘Trusted by 500,000’ claim unless it can be linked to a live counter or third-party audit. Add a dedicated Security or Compliance page that details Formshield’s ‘machine learning’ methodology to move it from jargon to substance.
Formspree strictly adheres to the Software and SaaS developer tools category. The content across all analyzed pages focuses on technical implementation details like API endpoints, CLI commands, and React hooks, confirming its status as a developer-centric utility.
“The score of 33 is primarily driven by the 'Identity and Authority' pillar (missing schema and named experts) and the 'Trust and Proof' pillar (logo wall without case studies). The site scored perfectly in 'Semantic Coherence,' as its product-led growth model ensures the sub-pages deliver exactly what the homepage promises. This is a respectable score, indicating a site with high technical substance despite some generic SaaS marketing habits.”
This training module utilizes a snapshot of public data from Formspree, captured on May 26, 2026, to demonstrate how machine logic evaluates different types of business narratives.
Purpose: This data is presented under “Fair Use” / “Educational Exception” for the purpose of forensic semantic analysis, allowing users to compare human intuition against machine-generated evaluations.
Notice to Formspree: This analysis is part of a non-adversarial audit conducted by 1 Euro SEO. The results provided by 1EuroSEO are intended as professional feedback to help improve any website’s machine-readability and authority signals. The 1EuroSEO BS Detection Tool is a free tool, and anyone can test any company to see how their content is interpreted by AI models.
Any company can use the insights for free and improve its voice by comparing it to industry clichés or competitors. When a company has updated its content, it can always submit a new audit request, which will be reflected in a new current score.
To all users: You are encouraged to visit the live site at https://formspree.io to view the most current version of its content and learn from the source what this company is about and what it offers.