ID001 Dev Blog
Article 1 min read

Starting My Blog

astro blog mdx

Hello

This blog is built with Astro and MDX.

Tech Stack

  • Astro — Static site generator
  • React — Interactive island components
  • Tailwind CSS — Utility-first styling
  • shadcn/ui — Accessible UI components

Architecture Diagram

Code Example

const greeting = "Hello, World!";
console.log(greeting);

Astro

The web framework for content-driven websites

astro.build