Skip to content

This site uses analytics to understand how it's used. No personal data is sold or shared.

← Back to Blog

Hello World

·1 min read
metapersonal

Hello World

Welcome to my blog. This is the beginning of something new.

I rebuilt my personal site from the ground up with Next.js 16, React Three Fiber, and custom shader effects. The goal was to make something that feels alive — not just another static portfolio.

What to expect

I'll be writing about:

  • Web development — React, TypeScript, performance, and the tools I use
  • Creative coding — shaders, WebGL, generative art, and making the web feel fun
  • Building things — lessons from shipping projects, good and bad

The tech behind this site

This site uses a few interesting libraries:

const stack = {
  framework: "Next.js 16",
  rendering: "React Three Fiber + Three.js",
  effects: ["ShaderGradient", "Liquid Glass", "Framer Motion"],
  styling: "Tailwind CSS v4",
  blog: "Markdown → SSG",
};

Every blog post is a markdown file. I write it, commit it, and it's live. No CMS, no database, no friction.

Let's go

More posts coming soon. Thanks for reading.