Hello World
title: Hello World date: 2026-01-07 description: My first blog post - getting started with this new site. tags:
- introduction
- meta
This is my first blog post on the new site. I'm excited to share my thoughts, projects, and explorations here.
Why I Built This Site
I wanted a simple, fast, and flexible platform for writing. Something that would let me:
- Write in Markdown with the ability to embed React components
- Host interactive projects alongside my writing
- Keep everything in a single codebase
The Stack
This site is built with:
- Next.js 15 with the App Router for modern React patterns
- MDX for writing with embedded components
- Tailwind CSS for styling
- Vercel for hosting
What's Next
I'll be adding more content over time, including:
- Technical deep-dives and tutorials
- Data visualizations
- Interactive projects
Stay tuned for more updates!
// Here's a code block to test syntax highlighting
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Thanks for reading.