tech •
Building with Astro and Tailwind
How this blog was built using modern web technologies.
Why Astro?
Astro component islands architecture makes it perfect for content-heavy sites. We can ship zero JavaScript to the client by default.
console.log('Hello, World!');
Tailwind CSS
Utility-first CSS allows for rapid development and consistent design constraints.
The Setup
We used create-astro and added Tailwind integration.