Another cute (and secretly genius) AI feature: I've added chatbots to my websites, like dsatoolkit.com and nilmamano.com.

How it works:

- A chat widget streams responses from Claude Haiku 4.5 via a Next.js API route.
- The system prompt is site/page-specific. For example, for my blog posts, I add the entire blog post into the prompt.

The best part is it tells me what people are asking (via a discord hook), so I know exactly what users are interested in, in their own words, without having to run surveys or something like that.