Back to all articles
metaintroduction

Hello World - Welcome to My Blog

My first blog post introducing this new 3D blog with Apple-inspired design

D
Defang
1 min read
Share:

Welcome to My Blog!

This is my first blog post on this brand new blog built with Next.js 16, Tailwind CSS, and some amazing 3D effects powered by React Three Fiber.

What You'll Find Here

I'll be sharing content about:

  • React & Web Development: Tips, tricks, and best practices
  • AI & Machine Learning: Exploring the latest in AI technology
  • English Learning: Resources and techniques for language learners
  • Tech Insights: Sharing useful tools and information

Tech Stack

This blog is built with modern technologies:

const techStack = {
  framework: 'Next.js 16',
  styling: 'Tailwind CSS',
  fonts: ['Geist Sans', 'Geist Mono', 'Clash Display'],
  animations: ['React Three Fiber', 'GSAP', 'Framer Motion'],
  content: 'Velite (MDX)',
};

Features

  1. Dark/Light Mode - Smooth theme switching
  2. 3D Visual Effects - Interactive hero scenes
  3. Premium Typography - Beautiful font combinations
  4. Code Highlighting - Powered by Shiki

Code Example

Here's a simple React component:

export function Greeting({ name }) {
  return (
    <div className="p-4 bg-primary rounded-lg">
      <h1 className="text-2xl font-display">
        Hello, {name}!
      </h1>
    </div>
  );
}

Pretty cool, right?

What's Next?

Stay tuned for more content about React, AI, and web development. I'll be posting regularly about the latest trends and techniques.

Thanks for reading! 🚀

D

Written by Defang

Full-stack developer passionate about building beautiful web experiences. I write about React, Next.js, and indie hacking. Currently exploring AI-powered tools and creative coding.