Glossary
Form backend glossary
Every term you'll encounter when adding a form backend to your site — from access keys to webhooks, explained concisely.
A
A public token (= the form ID) that authorizes submissions — safe to commit client-side.
An automatic email FormLoom sends to the submitter after they fill out a form.
A secret token for the FormLoom management API — reading submissions, managing forms. Not the same as the public access key.
A development environment with an integrated LLM agent — Cursor, Claude Code, Windsurf, v0, Copilot.
C
D
F
G
H
I
J
L
A root-level file that tells LLMs how to integrate with a service — the GEO-native version of documentation.
Form spam written by a large language model — grammatically correct, contextually plausible, hard for keyword filters to catch.
An extended version of llms.txt that inlines the complete code snippets for every framework.
M
P
R
S
A 0–100 heuristic + AI score applied to every submission, where higher = more likely spam.
Structured data markup that tells search engines and AI crawlers what a page is about.
A Next.js App Router function marked `'use server'` that runs on the server and can be called from a form.
A website where all pages are pre-built as HTML files — no server code runs at request time.
A tool that builds a static website from templates and data at build time.
T
W
Ready to add a form?
Pick a framework, grab a free access key, and paste the snippet. It works on first run.