# Cooper Labs has a site

> cooperlabs.dev is live, with a dev log for each project and a news page for everything else.

2026-09-13

cooperlabs.dev is live. The domain used to point at an expired Squarespace page.

Cooper Labs is the name my own software ships under: apps, Swift packages, games, writing. I build it on the side of my day job.

The site is server-rendered Swift on Hummingbird. Content is Markdown files in the repo. No client framework, no database.

`/work` lists projects. Each one has a dev log at `/dev-logs/<project>` for build notes as I go. `/news` is for things not tied to one project, starting with this one. `/feed.xml` covers everything, and each project has its own Atom feed.

`curl cooperlabs.dev` prints a card. Entries, project pages, and the about page come back as Markdown with `Accept: text/markdown`. `/llms.txt` is the index.

Dev logs will stay short and candid, written when I get to it.
