---
title: Hello, world
date: 2026-04-12
tags:
  - personal
  - devrel
description: First post on the new site — what it is and what to expect.
url: https://kevinkiklee.io/posts/hello-world
---

kevinkiklee.io is a personal tech blog by Kevin Lee, Developer Relations Engineer at Google Chrome. This is the inaugural post — a quick tour of what's here and what's coming.

## What can you read here?

Posts arrive when something feels worth saying. Expect a mix of:

- web platform deep-dives (View Transitions, Speculation Rules, Cache Components)
- AI workflows and prompting
- random tangents

Code blocks render with Shiki dual themes:

```ts
console.log('hello, world');
```

That's it. Subscribe via [RSS](/rss.xml) or [JSON Feed](/feed.json).
