The Blogger's Blueprint

If you're reading this post and the list is unchanged from the day it was published, feel free to assume I've been distracted by something shiny.
A few days ago I wrote about rebuilding this blog with Claude as my copilot.
The TL;DR is that I took a Next.js template, made it mine, and learned a lot about what "making it mine" actually means when you're not a developer.
That was the foundation. This post is an attempt at mapping out what comes next. I'm publishing it for two reasons.
First, accountability: A list in public is harder to ignore than a list in a notes app.
Second, this post itself is going to be a small experiment. I'm going to update it as I tick items off, which means by the time you're reading this, some of these may already be done.
The original publication date will stay the same; the "last updated" timestamp (item three on the list, ironically) will tell the real story.
Okay, it's actually a wish list
Here's what I'm thinking about, in no particular order.
A carousel for the title.The blog is calledFun with Gen AI, but in practice it's been broader than that for a while. I want the title to cycle throughfun with words,fun with pictures,fun with code, andfun with gen AI— a small piece of motion that reflects what's actually here.(Decided against, 19 May 2026)A functional favicon.It's embarrassing this isn't already done. Near the top for a reason.(Done, 20 May 2026.)A "last updated" timestamp.Alongside the original publish date, so posts that get revisited (like this one) say so honestly.(Done, 21 May 2026.)Navigation.Definitely an About page — overdue. Probably an Archive page. Possibly category pages, depending on item six. (Done, added a Privacy notice, 31 May 2026)Pagination.The homepage currently loads every post in one go. Fine for now, less fine later.(Done, 30 May 2026)Categories and tags.Building on the carousel idea: words, pictures, code, gen AI as proper categories, with tags layered on top for finer browsing. This one shapes a few other items, so it might move up the list.(Done, under the hood, 23 May 2026)A search bar.Lower priority, but useful once there's more to search.(Decided against, 30 May 2026)A CSS refresh.Colours, fonts, image treatments, the small details that signal someone actually paid attention. I'll do this in passes, not one sitting.(Mostly done, 21 May 2026.)A content refresh.Some of the older posts would benefit from being dusted off and given another pass. Ongoing.(Mostly done, 30 May 2026)A back-to-top button.Some of these posts run long. A small kindness to you, dear reader.(Done, 20 May 2026.)An updated description.The current strapline says "Words & Pictures made with Generative AI." Given the carousel direction, it'll become something like "Words, pictures and code, with gen AI." Still mulling it over.(Done, 19 May 2026.)An updated README.The repository's README document is inherited from the original template. I should personalise it for this project.(Done, 20 May 2026.)
Between the visible feature work, there's also the boring background work — keeping dependencies current, tightening types, checking that the bits people don't see are doing what they should.
The process
A note on how I'm doing this. I'm working with Claude in the regular chat interface, not Claude Code or anything fancier. Branch per feature, preview on Vercel, merge when it looks right. The work happens in small, reversible steps, which suits both my skill level and my patience.
I'll update this post as items get ticked off. If you're reading it and the list still looks identical to the day it was published, feel free to assume I've been distracted by something shiny.

