Tutorial
An Astro landing page without a page builder
From npm create astro to a deployed page: project structure, sections, design tokens, images and hosting. No page builder, no lock-in.
How the pieces actually work, what the trade-offs are, and how to ship something real without a page builder in the way.
From npm create astro to a deployed page: project structure, sections, design tokens, images and hosting. No page builder, no lock-in.
A block is a whole page section you copy into your project and own. Why that beats installing a component library — and what it costs you.
How .astro components actually work — frontmatter, props, scoped styles, and why almost none of it reaches the browser. With runnable examples.