nForms.eu
Formspree.io
reCAPTCHA
hCaptcha
Basin
ALTCHA
ALTCHA Forms
ForgeForms
Node.js
VS Code
ExpressJS
Laravel
Django
Ruby on Rails
ASP.NET
React
nForms is the form backend that replaces two tools developers are tired of gluing together: reCAPTCHA and manual ARIA accessibility code.
SHA-256 Proof-of-Work challenges run in the browser (~200ms). Invisible to users, computationally expensive for bots at scale. No cookies, no puzzles, no user interaction needed.
Composite scoring combines PoW verification, timing analysis, honeypot detection, and AI spam scoring.
Add data-validate="required|email" to your fields. nForms automatically injects aria-invalid, aria-describedby, role="alert", and manages focus on errors. WCAG 2.2 AA compliant, EAA-ready since June 2025.
All data processed and stored on Cloudflare Workers, D1, and R2 in Frankfurt. No US data transfers, no tracking cookies, no fingerprinting. GDPR by architecture, not by checkbox.
nForms.eu
Node.jsNo nForms.eu videos yet. You could help us improve this page by suggesting one.
nForms.eu's answer
nForms is in public beta. Early users are solo developers and small agencies in Germany building client websites. The contact form on nforms.eu is a live demo โ dogfooding the product.
nForms.eu's answer
nForms is the only form backend that ships bot protection and accessible form validation in a single script tag. Most tools make you choose โ Formspree for the backend, reCAPTCHA for spam, then manual ARIA code for accessibility. nForms handles all three. Zero cookies, zero CAPTCHA puzzles, EU-only data storage.
nForms.eu's answer
If you care about GDPR compliance, accessibility, or just hate cookie banners: nForms uses Proof-of-Work instead of CAPTCHA, so there are no cookies and no US data transfers. The same script tag also adds WCAG 2.2 AA validation automatically โ no hand-written ARIA code needed. Setup is one HTML attribute, not an npm install or backend integration.
nForms.eu's answer
Web developers and agencies building static sites, landing pages, or JAMstack projects who need a form backend with built-in spam protection. Especially relevant for EU-based developers who need GDPR-compliant infrastructure and EAA-compliant accessible forms without extra tooling.
nForms.eu's answer
I kept adding the same three things to every client site: reCAPTCHA (cookies, US data, consent banners), manual ARIA attributes for accessibility, and a form backend like Formspree. Each solved one problem but created new ones. I built nForms to replace all three with a single script tag โ Proof-of-Work for bots, automatic ARIA for accessibility, EU-only infrastructure for GDPR. Solo-built on Cloudflare Workers.
nForms.eu's answer
Cloudflare Workers (Hono framework) for the API, Cloudflare D1 for the database, Cloudflare R2 for file storage โ all EU jurisdiction. Next.js for the dashboard and marketing site. SHA-256 WebWorkers for client-side Proof-of-Work computation. Resend for transactional email.
Based on our record, Node.js seems to be more popular. It has been mentiond 921 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Node >= 22 or higher installed on their local development machine. - Source: dev.to / 2 months ago
TypeScript / Node.js: Excellent for building asynchronous backend systems that must stream text data smoothly to thousands of users simultaneously. - Source: dev.to / 3 months ago
Because Node.js operates on a single-threaded asynchronous runtime, it is inherently vulnerable to processes that hog the CPU for too long. I absolutely cringe whenever I see developers blindly copy-pasting complex regular expressions from StackOverflow without actually testing their performance impact. - Source: dev.to / 3 months ago
This tutorial walks you through setting up a simple Docker Compose project that serves two Node web servers over HTTPS using Caddy as a reverse proxy. You will learn how to use mkcert to generate wildcard certificates and the minimal configuration needed in the Caddyfile and docker-compose.yml to get it all working. - Source: dev.to / 3 months ago
Node.js: This is required for Hardhat. You can check if your terminal has it installed by running node -v. It will show a version number, if it is already available. If not, download the LTS version from https://nodejs.org/en, install it, then reopen your terminal and recheck to confirm successful installation. - Source: dev.to / 5 months ago
Formspree.io - Just send your form to our URL and we'll forward it to your email.
VS Code - Build and debug modern web and cloud applications, by Microsoft
reCAPTCHA - reCAPTCHA is a free security service that protects your websites from spam and abuse.
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
hCaptcha - Do you use a captcha to keep out bots? hCaptcha is a drop-in replacement for reCAPTCHA that earns website owners money and helps companies get their data labeled.
Laravel - A PHP Framework For Web Artisans