Hello World - Welcome to Our Blog

ยท2 min readยทBy Blog Team
introductionnextjsmdx

Welcome to our new blog! This is built with Next.js 15, React 19, and MDX - all using the latest versions without any deprecated dependencies.

Why We Built This

We wanted a clean, modern blog that:

  • Uses the latest Next.js 15 features
  • Supports MDX for rich content
  • Has zero deprecated dependencies
  • Provides excellent performance
  • Offers a great developer experience

Features

MDX Support

Write your content in Markdown with embedded React components. This gives you the flexibility to create rich, interactive content while keeping the simplicity of Markdown.

Modern Stack

  • Next.js 15.5.2 - Latest React framework
  • React 19 - Cutting-edge React features
  • Tailwind CSS 4 - Modern utility-first CSS
  • TypeScript - Type safety throughout

Code Highlighting

function greet(name) {
  return `Hello, ${name}! Welcome to our blog.`
}
 
console.log(greet('World'))

Lists and Formatting

Here's what you can do:

  1. Write blog posts in MDX
  2. Add custom React components
  3. Use syntax highlighting
  4. Create tables and lists
  5. Embed images and videos

Tables

FeatureStatusNotes
MDX Supportโœ…Full support
Dark Mode๐ŸšงComing soon
Comments๐Ÿ“‹Planned
Search๐Ÿ“‹Planned

What's Next

We're excited to share more content with you. Stay tuned for:

  • Technical tutorials
  • Best practices guides
  • Project showcases
  • Development tips

"The best way to predict the future is to invent it." - Alan Kay

Thanks for reading our first post!