guthed.se
My own website, built solely with existing AI services. The goal was a lightning-fast site that met every requirement for SEO and AEO, and above all shows you what is possible.

guthed.se is the result of taking existing services and connecting them to Claude Code, to see whether I, who neither read nor write code, could build my own website. It worked.
Under the hood it is no home-made contraption: Next.js with the App Router, TypeScript and Tailwind, Sanity as the content system and Vercel for hosting. Every push rebuilds the site automatically.
The point of Sanity is that I can change text, swap images and add new projects without going anywhere near the code. What actually requires code — new page types, integrations, anything interactive — I describe in words, and Claude Code writes it.
It shows most clearly in two places. Film of the day is not a page but a machine that picks a film for me every morning. Party programmes on eight axes reads eight party programmes and lets you place yourself within them. I could not have built either of them by hand.
What I have learned: the hard part is not getting the code written. It is knowing what you want — and having the stamina to read through what was actually delivered.