---
title: "iammatthias — site overview"
description: "A personal site: photography, generative art, essays on building software, and tested recipes. Content is public, free, and served as both HTML and markdown."
canonical: https://iammatthias.com/index.md
last-updated: 2026-08-22
---
# iammatthias

A personal site: photography, generative art, essays on building software, and tested recipes. Content is public, free, and served as both HTML and markdown.

Maintained by Matthias Jordan. Canonical site: https://iammatthias.com

## What you can do here

Everything is public and free — no account, no API key, no rate-limit tier.

- **Read any page as markdown.** Append `.md` to any content URL (`/posts/<slug>` → `/posts/<slug>.md`).
- **Take the whole corpus in one fetch.** https://iammatthias.com/llms-full.txt
- **Search or query it.** JSON endpoints below, or the MCP server at https://iammatthias.com/mcp
- **Follow it.** RSS at https://iammatthias.com/rss.xml, per-section feeds at `/<section>/rss.xml`

## Sections

- **art** — Art, 7 entries. Index: https://iammatthias.com/art.md
- **melange** — Melange, 0 entries. Index: https://iammatthias.com/melange.md
- **open-source** — Open Source, 9 entries. Index: https://iammatthias.com/open-source.md
- **posts** — Posts, 46 entries. Index: https://iammatthias.com/posts.md
- **recipes** — Recipes, 37 entries. Index: https://iammatthias.com/recipes.md

## Recent

- 2026-07-22 [Now Playing](https://iammatthias.com/posts/1784736733544-now-playing.md)
- 2026-07-15 [Post-UI](https://iammatthias.com/posts/1784126858578-post-ui.md)
- 2026-06-19 [Intern](https://iammatthias.com/posts/1781835006151-intern.md)
- 2026-06-18 [Phosphene](https://iammatthias.com/art/1781816428977-phosphene.md)
- 2026-06-02 [Toy GPTs](https://iammatthias.com/posts/1780416704000-toy-gpts.md)
- 2026-06-02 [Adventures in Machine Vision](https://iammatthias.com/posts/1780360240000-adventures-in-machine-vision.md)
- 2026-05-18 [Farfield](https://iammatthias.com/posts/1779066375000-farfield.md)
- 2026-04-20 [atproto-wc](https://iammatthias.com/open-source/1776737859309-atproto-wc.md)
- 2026-04-02 [I Got a Common Turtle](https://iammatthias.com/posts/1775137360175-i-got-a-common-turtle.md)
- 2026-04-01 [Replacing a Rabbit's Brain: Connecting the R1 to Hermes](https://iammatthias.com/posts/1775069974473-replacing-rabbit-s-brain-connecting-a-rabbit-r1-to-hermes.md)

## Machine-readable resources

- [llms.txt site map](https://iammatthias.com/llms.txt) — Index of every published document with links to its markdown twin.
- [Full corpus in one file](https://iammatthias.com/llms-full.txt) — Every published document, front matter included, in a single markdown file.
- [iammatthias.com MCP server](https://iammatthias.com/mcp) — Streamable HTTP MCP server exposing site search and document retrieval as tools. No authentication required.
- [GraphQL endpoint](https://iammatthias.com/graphql) — Typed, introspectable GraphQL over the same content: search, list, and read documents in one round trip. Relay connections, schema-modeled errors, no authentication.
- [GraphQL schema (SDL)](https://iammatthias.com/schema.graphql) — The GraphQL schema as SDL, for codegen or reading without an introspection query.
- [OpenAPI specification](https://iammatthias.com/openapi.json) — OpenAPI 3.1 description of the site's public read-only JSON endpoints.
- [XML sitemap](https://iammatthias.com/sitemap.xml) — Every indexable URL with last-modified dates.
- [RSS feed](https://iammatthias.com/rss.xml) — Sitewide RSS with full article bodies; per-section feeds at /<section>/rss.xml.

## HTTP endpoints

- `GET /api/search-corpus.json` — Full searchable corpus
- `GET /api/search-vectors.json` — Prebuilt embedding vectors
- `GET /api/content.json` — List published documents
- `GET /api/search.json` — Keyword search across the site

Full specification: https://iammatthias.com/openapi.json · Notes: https://iammatthias.com/developers.md
