Welcome to My Blog

This is my first blog post using MDX! MDX allows me to write content in Markdown while also using React components.

What is MDX?

MDX is a format that lets you seamlessly write JSX in your Markdown documents. You can import components, like interactive charts or alerts, and embed them within your content.

Why I Chose This Setup

I wanted a blog that is:

  • Fast: Static pre-rendering means instant page loads
  • Simple: Just write .mdx files and commit them
  • Powerful: I can embed React components when needed
  • Beautiful: Full control over styling and design

What's Next?

I'll be writing about design, engineering, and building products. Stay tuned for more posts!

console.log("Hello, World!");

Thanks for reading!