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:
- Write blog posts in MDX
- Add custom React components
- Use syntax highlighting
- Create tables and lists
- Embed images and videos
Tables
| Feature | Status | Notes |
|---|---|---|
| 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!