Fake address generator
Fake street, city, region, postcode, and country rows in the locale's pattern — plausible shapes for layout tests, never deliverable locations.
no Web Workers in this environment — fake data needs them; the page stays honest instead
every press draws a fresh seed — the result shows it
- Cities are invented words, not real places; streets follow the locale's pattern.
- Postcodes are pattern-valid but checked against no postal registry — treat them as shapes, not locations.
- Nothing persists — rows live in this tab only, and no request leaves the page (the generator runs in a local worker).
US street/ZIP pattern — pattern-valid, registry-unchecked
UK street + postcode pattern
German street + PLZ pattern