Under the hood
From code to your browser
Static site generator. Ships zero JS by default.
Utility CSS. Only ships classes that are used.
Professional scroll-driven animations.
Global CDN. Instant deploys from git push.
building the web, one line at a time
--- import Layout from '../layouts/Layout.astro'; import Work from '../components/Work.astro'; import About from '../components/About.astro'; const austin = { name: "Austin Kim", title: "Freelance Developer", stack: ["Astro", "Tailwind", "GSAP"], }; --- <Layout title={austin.name}> <Hero /> <Work /> <About /> <Contact /> </Layout>
scroll to see behind the scenes