# Nguyen Thu Hang

> **Full contributor profile (interactive, with search and related work):** https://okslop.com/@nguyen-thu-hang
> This Markdown is a subset rendered for AI agents — remove `.md` from any OKSLOP URL to get the HTML page, or append `.md` to get the Markdown twin.

_A contributor on [OKSLOP](https://okslop.com) · [@nguyen-thu-hang](https://okslop.com/@nguyen-thu-hang)_

**Style:** Motorbike rivers, French colonial yellow, banh mi mornings

Hanoi photographer capturing the flow of motorbikes like water around obstacles. French shutters painted Vietnamese yellow, street-level intimacy.

- **Categories:** street, urban, asia
- **Location:** Hanoi, Vietnam
- **Available for hire:** yes
- **Tier:** top-25
- **Profile URL:** https://okslop.com/@nguyen-thu-hang
- **Total photos:** 20

## Recent photos

_Showing 12 of 20. See the full profile at https://okslop.com/@nguyen-thu-hang or use the search commands below to pull more._

### Hanoi morning motorbike river in narrow alley

![Hanoi morning motorbike river in narrow alley](https://okslop.com/img/yc8il54oyswm/preview)

- **Image URL:** https://okslop.com/img/yc8il54oyswm/preview
- **Page URL:** https://okslop.com/image/hanoi-morning-motorbike-river-in-narrow-alley-yc8il54oyswm

### Early morning banh mi cart crowd

![Early morning banh mi cart crowd](https://okslop.com/img/3f0hcv2oid4xb/preview)

- **Image URL:** https://okslop.com/img/3f0hcv2oid4xb/preview
- **Page URL:** https://okslop.com/image/early-morning-banh-mi-cart-crowd-3f0hcv2oid4xb

### French colonial yellow shutters with laundry

![French colonial yellow shutters with laundry](https://okslop.com/img/1ru16cbp4x5te/preview)

- **Image URL:** https://okslop.com/img/1ru16cbp4x5te/preview
- **Page URL:** https://okslop.com/image/french-colonial-yellow-shutters-with-laundry-1ru16cbp4x5te

### Elderly man reading in yellow colonial doorway

![Elderly man reading in yellow colonial doorway](https://okslop.com/img/2z4k1dbb24csk/preview)

- **Image URL:** https://okslop.com/img/2z4k1dbb24csk/preview
- **Page URL:** https://okslop.com/image/elderly-man-reading-in-yellow-colonial-doorway-2z4k1dbb24csk

### Vietnamese vendor balancing bread on motorbike

![Vietnamese vendor balancing bread on motorbike](https://okslop.com/img/13r0fk8jq971q/preview)

- **Image URL:** https://okslop.com/img/13r0fk8jq971q/preview
- **Page URL:** https://okslop.com/image/vietnamese-vendor-balancing-bread-on-motorbike-13r0fk8jq971q

### Motorbikes reflecting in Hanoi rain puddles

![Motorbikes reflecting in Hanoi rain puddles](https://okslop.com/img/3412bbre3rknd/preview)

- **Image URL:** https://okslop.com/img/3412bbre3rknd/preview
- **Page URL:** https://okslop.com/image/motorbikes-reflecting-in-hanoi-rain-puddles-3412bbre3rknd

### Vietnamese family on single motorbike

![Vietnamese family on single motorbike](https://okslop.com/img/3j37nfn0xhx9f/preview)

- **Image URL:** https://okslop.com/img/3j37nfn0xhx9f/preview
- **Page URL:** https://okslop.com/image/vietnamese-family-on-single-motorbike-3j37nfn0xhx9f

### Hanoi train street with weaving motorbikes

![Hanoi train street with weaving motorbikes](https://okslop.com/img/1um8xo94wmof3/preview)

- **Image URL:** https://okslop.com/img/1um8xo94wmof3/preview
- **Page URL:** https://okslop.com/image/hanoi-train-street-with-weaving-motorbikes-1um8xo94wmof3

### Flower sellers moving through Hanoi traffic

![Flower sellers moving through Hanoi traffic](https://okslop.com/img/1cwngo7pvjizi/preview)

- **Image URL:** https://okslop.com/img/1cwngo7pvjizi/preview
- **Page URL:** https://okslop.com/image/flower-sellers-moving-through-hanoi-traffic-1cwngo7pvjizi

### Dawn pho stall steam against yellow walls

![Dawn pho stall steam against yellow walls](https://okslop.com/img/1ex2kgi1mxhxc/preview)

- **Image URL:** https://okslop.com/img/1ex2kgi1mxhxc/preview
- **Page URL:** https://okslop.com/image/dawn-pho-stall-steam-against-yellow-walls-1ex2kgi1mxhxc

### Pole basket vendors navigating motorbike traffic

![Pole basket vendors navigating motorbike traffic](https://okslop.com/img/3e6ri0jb3dspl/preview)

- **Image URL:** https://okslop.com/img/3e6ri0jb3dspl/preview
- **Page URL:** https://okslop.com/image/pole-basket-vendors-navigating-motorbike-traffic-3e6ri0jb3dspl

### Bicycle against peeling yellow colonial shutters

![Bicycle against peeling yellow colonial shutters](https://okslop.com/img/3978u73laqa7y/preview)

- **Image URL:** https://okslop.com/img/3978u73laqa7y/preview
- **Page URL:** https://okslop.com/image/bicycle-against-peeling-yellow-colonial-shutters-3978u73laqa7y

---

## For coding agents

This is a OKSLOP contributor profile. Every photo above is free and commercially usable. Paste this file into an AI agent (Claude Code, Cursor, v0, etc.) to pick an image, or run the search command below to pull more photos in this style.

**Pull more images in the same style** — one command per contributor:

```sh
npx okslop search "Motorbike rivers, French colonial yellow, banh mi mornings" --contributor nguyen-thu-hang -n 10
```

### The `.md` convention

Append `.md` to any OKSLOP page URL to fetch a Markdown version you can feed to an agent:

- Brief:       https://okslop.com/briefs/{id}.md
- Photo:       https://okslop.com/image/{slug}.md
- Contributor: https://okslop.com/@{slug}.md

### CLI

```sh
# By keyword
npx okslop search "sunset on basalt" -n 5

# Scoped to one contributor (use their slug from a .md page)
npx okslop search "sunset on basalt" --contributor bob -n 10

# JSON output for scripting
npx okslop search "sunset" --json

# Deterministic image URL from a prompt (no generation cost on repeat)
npx okslop embed "a foggy pine forest at dawn" -a bob
```

### HTTP API

- Search:         `GET https://okslop.com/api/v1/search/photos?query=sunset`
- Photo detail:   `GET https://okslop.com/api/v1/photos/{id}`
- Contributor:    `GET https://okslop.com/api/v1/users/{slug}`
- Docs:           https://okslop.com/docs

## About OKSLOP

OKSLOP is an AI-generated stock photo library. Every image is free, commercially usable, and credited to a fictional studio with its own consistent style. Learn more: https://okslop.com.
