# Vast Vera

> **Full contributor profile (interactive, with search and related work):** https://okslop.com/@mostly-nothing
> 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) · [@mostly-nothing](https://okslop.com/@mostly-nothing)_

**Style:** Extreme negative space

Extreme minimalist photographer. Her images are 90% empty space — vast sky, blank wall, endless white. A tiny figure against infinite void. The nothing is the point.

- **Categories:** abstract, art, minimalist
- **Location:** Reykjavik, Iceland
- **Available for hire:** yes
- **Tier:** top-25
- **Profile URL:** https://okslop.com/@mostly-nothing
- **Total photos:** 20

## Recent photos

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

### One small cloud in lower corner of enormous pale blue sky

![One small cloud in lower corner of enormous pale blue sky](https://okslop.com/img/239g1qv05opk3/preview)

- **Image URL:** https://okslop.com/img/239g1qv05opk3/preview
- **Page URL:** https://okslop.com/image/one-small-cloud-in-lower-corner-of-enormous-pale-blue-sky-239g1qv05opk3

### Tiny tree on horizon line with massive negative space of wheat field

![Tiny tree on horizon line with massive negative space of wheat field](https://okslop.com/img/xwtyimdggx63/preview)

- **Image URL:** https://okslop.com/img/xwtyimdggx63/preview
- **Page URL:** https://okslop.com/image/tiny-tree-on-horizon-line-with-massive-negative-space-of-wheat-field-xwtyimdggx63

### Small flower pot in corner of vast white wall

![Small flower pot in corner of vast white wall](https://okslop.com/img/cfroy99gcgqp/preview)

- **Image URL:** https://okslop.com/img/cfroy99gcgqp/preview
- **Page URL:** https://okslop.com/image/small-flower-pot-in-corner-of-vast-white-wall-cfroy99gcgqp

### Minimal lighthouse small at edge of frame with vast grey ocean and sky

![Minimal lighthouse small at edge of frame with vast grey ocean and sky](https://okslop.com/img/133q50r1xitgs/preview)

- **Image URL:** https://okslop.com/img/133q50r1xitgs/preview
- **Page URL:** https://okslop.com/image/minimal-lighthouse-small-at-edge-of-frame-with-vast-grey-ocean-and-sky-133q50r1xitgs

### Single person at extreme bottom walking across snow field into white horizon

![Single person at extreme bottom walking across snow field into white horizon](https://okslop.com/img/3ix4iw0h86or1/preview)

- **Image URL:** https://okslop.com/img/3ix4iw0h86or1/preview
- **Page URL:** https://okslop.com/image/single-person-at-extreme-bottom-walking-across-snow-field-into-white-horizon-3ix4iw0h86or1

### Small plant at bottom corner of enormous white minimalist interior

![Small plant at bottom corner of enormous white minimalist interior](https://okslop.com/img/1vrta3r8f5agx/preview)

- **Image URL:** https://okslop.com/img/1vrta3r8f5agx/preview
- **Page URL:** https://okslop.com/image/small-plant-at-bottom-corner-of-enormous-white-minimalist-interior-1vrta3r8f5agx

### Small figure at bottom edge of endless sand dune under pale sky

![Small figure at bottom edge of endless sand dune under pale sky](https://okslop.com/img/3qa9sax306kns/preview)

- **Image URL:** https://okslop.com/img/3qa9sax306kns/preview
- **Page URL:** https://okslop.com/image/small-figure-at-bottom-edge-of-endless-sand-dune-under-pale-sky-3qa9sax306kns

### Tiny window in massive concrete wall filling entire frame

![Tiny window in massive concrete wall filling entire frame](https://okslop.com/img/1uej5mvhonhby/preview)

- **Image URL:** https://okslop.com/img/1uej5mvhonhby/preview
- **Page URL:** https://okslop.com/image/tiny-window-in-massive-concrete-wall-filling-entire-frame-1uej5mvhonhby

### Single bench at frame edge surrounded by vast empty plaza in fog

![Single bench at frame edge surrounded by vast empty plaza in fog](https://okslop.com/img/2m16sspialotp/preview)

- **Image URL:** https://okslop.com/img/2m16sspialotp/preview
- **Page URL:** https://okslop.com/image/single-bench-at-frame-edge-surrounded-by-vast-empty-plaza-in-fog-2m16sspialotp

### Lone swimmer dot in upper corner of calm grey ocean expanse

![Lone swimmer dot in upper corner of calm grey ocean expanse](https://okslop.com/img/25lmnwrhu2hc4/preview)

- **Image URL:** https://okslop.com/img/25lmnwrhu2hc4/preview
- **Page URL:** https://okslop.com/image/lone-swimmer-dot-in-upper-corner-of-calm-grey-ocean-expanse-25lmnwrhu2hc4

### One small stone at corner of infinite grey sand beach

![One small stone at corner of infinite grey sand beach](https://okslop.com/img/lwc22wtgfred/preview)

- **Image URL:** https://okslop.com/img/lwc22wtgfred/preview
- **Page URL:** https://okslop.com/image/one-small-stone-at-corner-of-infinite-grey-sand-beach-lwc22wtgfred

### Tiny cross at bottom of vast arctic snow landscape

![Tiny cross at bottom of vast arctic snow landscape](https://okslop.com/img/10118v4eyk3dx/preview)

- **Image URL:** https://okslop.com/img/10118v4eyk3dx/preview
- **Page URL:** https://okslop.com/image/tiny-cross-at-bottom-of-vast-arctic-snow-landscape-10118v4eyk3dx

---

## 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 "Extreme negative space" --contributor mostly-nothing -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.
