US Address Generator

About

UsAddressGen is a free tool for generating US addresses. You can select your preferred state, click the generate address button, and get a US address for free. It supports one-click field copying and saving locally for later use.

Initially, I saw an open-source project that seemed quite simple. Coinciding with the rise of AI tools, I used Cursor to modify it and add some features, mainly to facilitate registering for foreign accounts or services (like Apple ID). Unexpectedly, it became quite popular, so I continued using Cursor to optimize the UI. However, for someone who doesn’t know code, the back-and-forth with AI can be frustrating. I’m quite satisfied with the interface it generated, but the code is not praiseworthy. It often has bugs and sometimes breaks the code. It feels like this is pushing me to learn some coding.

This current version was later rebuilt using Cursor. The original open-source program was pure JS deployed on Cloudflare Workers. Wanting to improve the site and following AI’s advice, I used Hugo to build this site, deployed on Cloudflare Pages.

Key Features

  1. Free to Use

    • No registration required
    • No fees
    • Unlimited usage
  2. Address Generation

    • Supports selecting a specific state for address generation
    • Generates realistic and valid street addresses
    • Includes postal codes and city information
  3. Data Management

    • One-click copy for each field
    • Save addresses locally
    • Export as CSV format
  4. User-Friendly

    • Clean interface design
    • Responsive layout, supports mobile devices
    • Supports dark mode

Technical Support

This website uses the following technologies and services:

  • Cloudflare Workers
  • OpenStreetMap API