Astro Blanding

screenshot of Astro Blanding
astro
svelte

A template for agencies/businesses to get a landing page/website built quickly using Astro, Svelte, and TailwindCSS

Overview

Astro Blanding is a landing page template designed for businesses. It is a versatile template that can be easily customized to meet the requirements of clients' websites. One of its key features is its ability to generate a Lighthouse Report with high scores. With a simple installation process, Astro Blanding allows users to handle a contact form, generate OG images with lazy-loading, and use preconfigured API routes for easy customization.

Features

  • Lighthouse Report: Astro Blanding generates a Lighthouse Report with high scores, ensuring an optimized and performant website.
  • Contact Form: Astro Blanding comes with a preconfigured contact form that simplifies the process of handling user submissions. Users only need to handle what happens once the form is submitted.
  • OG Image Generation and Optimization: With the help of the Image component from @ab/Image.svelte, Astro Blanding allows users to generate custom OG (Open Graph) images for their social links. These images are optimized with lazy-loading for better performance.
  • Preconfigured API Routes: Astro Blanding provides preconfigured API routes in the src/pages/api/ab directory. Users can easily edit the HTML code in src/pages/api/ab/og.ts to generate their own custom OG images.

Summary

Astro Blanding is a user-friendly landing page template designed specifically for businesses. It offers high performance and optimization through its Lighthouse Report feature. The template also includes a preconfigured contact form for easy handling of user submissions. Additionally, Astro Blanding allows users to generate custom OG images with lazy-loading using the Image component. With preconfigured API routes, customization becomes a breeze. Installing the template is simple and straightforward, making it an ideal choice for businesses looking to create an impactful online presence.

astro
Astro

Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.