LegalGate
The drop-in 21+ age certification gate for alcohol, vape, tobacco, and other age-restricted storefronts. You just experienced it — that full-screen certification was LegalGate running live.
1. You Just Saw It Work
That full-screen "I certify" gate on arrival is the product demo. It blocks the page, records an attestation in the visitor's session, and unlocks content only on certification. No data leaves the browser.
Want to see it again?
2. Build Your Gate
Generate a copy-paste gate for your storefront
Paste right before </body>. Gate shows once per browser session; under-age visitors get an exit screen. Everything is client-side.
3. The Compliance Stack
An age gate is layer one of a multi-layer legal stack. Here's how the layers actually divide for delivery orders:
| Layer | Who runs it | Covers |
|---|---|---|
| Age certification gate | Your site (LegalGate) | Attests the visitor claims legal age before browsing or ordering |
| Age verification at checkout | Verification vendor / retailer | Database or document ID check on the purchasing account |
| Physical ID scan at delivery | Courier | Government photo ID, scanned at the door. No ID, no handoff |
| Signature by 21+ recipient | Courier | Porch drops are illegal; intoxicated or third-party handoffs refused |
| State licensing | Retailer | Spirit delivery legal in most US states, restricted in some |
Layer one is the cheap, instant baseline every regulator and platform expects. Layers two through four are the retailer's legal responsibility — the gate supports, but never replaces, them.
Level Up to Real ID Verification → Sell Age-Restricted Products Online →4. Who Needs a Gate
- Alcohol — wineries, distilleries, beer clubs, liquor delivery. 21+ in all US states.
- Vape & tobacco — federal law (PACT Act era) requires age attestation online; 21+ everywhere in the US since 2019.
- Hemp-derived & THC beverages — the fastest-growing age-gated category of 2026; state ages vary.
- Knives, airguns & certain supplements — many jurisdictions and platforms require attestation.
- Adult content — beyond a gate, this category needs hardened age verification in a growing number of states.
5. What LegalGate Is — and Isn't
Is: a client-side certification gate. It creates an unambiguous, timestamped-in-session record that the visitor attested to being of legal age before seeing your storefront. That is the exact practice regulators, platforms, and card networks describe as the baseline expectation for age-restricted sites.
Isn't: legal ID verification. It cannot read a driver's license, confirm a birthdate, or stop a determined minor from clicking "yes." Real verification happens with a document scan at checkout or the courier's ID check at your customer's door — both remain legally required regardless of any gate.
LegalGate is a software pattern and this page is general information, not legal advice. Consult counsel for your jurisdiction and product category.
Talk to an E-Commerce Compliance Attorney →6. Why Every Age-Restricted Store Needs Layer One
Since the US raised the tobacco/vape purchase age to 21 nationwide in 2019, and alcohol e-commerce tripled its footprint after 2020, "certify before you browse" went from nice-to-have to the recognized front door of the industry. Regulators reviewing an age-restricted site ask the same first question: does the visitor attest to their age before seeing products? If the answer is no, everything after it is a problem.
A well-built gate does three things: it states the legal age plainly, it records a clear affirmative attestation (not a buried checkbox), and it blocks content until that attestation happens. LegalGate does all three in under 3KB of client-side code — no accounts, no cookies, no data collection, no reason for a privacy policy update.
Layer one costs nothing and takes one paste. Layers two through four take a vendor, a courier, and a license — get the free part right today.