Getting started with the Sessions API in Astro
Learn how to use Astro's new Sessions API to manage server-side state like shopping carts and user data, without relying on cookies or client-side JavaScript.
Launch your link-in-bio page in minutes Launch your link-in-bio page in minutes Linkk
Explore Astro tutorials, guides, resources, and updates for building fast websites. Stay up-to-date with the latest from astrothem.es.
<Layout>
<header class="astro-fast">
<nav>...</nav>
</header>
<main>
<Hero client:idle />
<Features />
<Testimonials />
<Pricing client:visible />
</main>
<footer>...</footer>
</Layout> Production-ready themes optimized for performance and designed to save you weeks of development time.