Welcome to my first blog post on this shiny new Astro site!
Astro is a modern web framework for building fast, content-focused websites.
It lets you use components from your favorite frameworks (like React, Vue, Svelte, etc.) β but ships zero JavaScript by default.
---
---
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Astro</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>
Feature | Supported | Notes |
---|---|---|
Markdown | β | Youβre reading it now! |
MDX | β | Markdown + Components! |
Serverless | β (via adapter) | Deploy to Vercel/Netlify |
TypeScript | β | Optional, but supported |
You can combine all your favorite tools in Astro, write content in Markdown, and still keep your site blazing fast.
Thanks for reading!
βBuild fast websites, faster.β β Astro Docs