Be Useful.

The Blogger's Blueprint

Cover Image for 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.

Bulent Yusuf
(updated)

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.

  1. A carousel for the title. The blog is called Fun with Gen AI, but in practice it's been broader than that for a while. I want the title to cycle through fun with words, fun with pictures, fun with code, and fun with gen AI — a small piece of motion that reflects what's actually here. (Decided against, 19 May 2026)

  2. A functional favicon. It's embarrassing this isn't already done. Near the top for a reason. (Done, 20 May 2026.)

  3. A "last updated" timestamp. Alongside the original publish date, so posts that get revisited (like this one) say so honestly. (Done, 21 May 2026.)

  4. 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)

  5. Pagination. The homepage currently loads every post in one go. Fine for now, less fine later. (Done, 30 May 2026)

  6. 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)

  7. A search bar. Lower priority, but useful once there's more to search. (Decided against, 30 May 2026)

  8. 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.)

  9. A content refresh. Some of the older posts would benefit from being dusted off and given another pass. Ongoing. (Mostly done, 30 May 2026)

  10. A back-to-top button. Some of these posts run long. A small kindness to you, dear reader. (Done, 20 May 2026.)

  11. 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.)

  12. 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.

The Blueprint
Editorial illustration, top-down overhead view of an architectural blueprint unfurled across a wooden kitchen table, filling the center of the frame. In the foreground at the bottom edge, a pair of hands holds the blueprint flat against the table. At the top edge of the frame, a single hand reaches in pointing at a detail on the blueprint. A ceramic coffee mug sits on the bare wooden table to the right of the blueprint, off the paper. A small plate with a half-eaten croissant rests in the upper-left corner of the table, off the blueprint. A diagonal shaft of warm morning sunlight cuts across the table from upper left, illuminating part of the blueprint. Warm gouache illustration, painterly textures, visible brushwork, muted earth-tone palette, soft shadows, mid-century American editorial style, lived-in domestic atmosphere.

Read next

Cover Image for Pay it forward: Fork this blog template and make it yours

Pay it forward: Fork this blog template and make it yours

The code behind this site is now a template you can clone and deploy for yourself. A sneaky peak at the journey from a public repo to a forkable template.

Cover Image for Maintaining an llms.txt that nobody's reading

Maintaining an llms.txt that nobody's reading

This site had an llms.txt that went stale in just over a week. Easy enough to fix, but what's the point of maintaining them if they're not being read?