Hello, World

Let the tinkering begin.

Oct 27, 20251 min read

Welcome to my new blog! My new creative canvas and nexus for my thoughts, deep-dives, and other jabber. It's built with Nuxt, animated with Motion, and styled with a little taste of glassmorphism.

export function greet(name: string) {
  return `Hello, ${name}!`
}

Stay tuned!