Independent designer & developer
I've been hedging my bets, and I just release the first Astro port of my Framer template:
Eastward is a website template meticulously crafted for luxury travel brands and high-end tourism agencies. By combining a bold, editorial design with a performance-first architecture, Eastward delivers an immersive brand experience that loads instantly and ranks flawlessly.
Now fully ported to the cutting-edge Astro 7 ecosystem, this version strips away client-side runtime bloat while introducing enterprise-grade headless content management.
Tech:
Astro 7
TailwindCSS 4
GSAP
Sanity CMS
Smooth DX: Full Typescript, native web components set up with Sanity typegen.
Static first: Compiles to static files by default to deploy anywhere, or add a backend to use Sanity Visual Editing.
Steal this simple code override to align CMS content properly.
export function withStretchSelf(Component): ComponentType {
return forwardRef(({ style = {}, ...rest }, ref) => {
return (
<Component
ref={ref}
{...{
style: { ...style, height: "auto", alignSelf: "stretch" },
...rest,
}}
/>
)
})
}
First giveaway successfully delivered to @Ria Scureman ! 🎉
Thanks to everyone who entered. Keep an eye out, I've got more drops coming.
To those who missed out: it's still live on the catalog if you want to grab a copy.