Launchpad is a fast, minimal, and SEO-friendly Astro starter template designed to streamline your web development process. It comes with pre-configured settings, reusable components, and best practices for performance and accessibility.
- ⚡ Lightning Fast – Powered by Astro for optimal performance
- 📄 Prebuilt Pages – Home, About, and other essential pages
- 🎨 TailwindCSS Ready – Pre-configured for styling
- 🌍 SEO Optimized – Meta tags, Open Graph, and Twitter Card setup
- 🔗 Canonical URLs – Pre-configured for better indexing
- 🖼️ Image Optimization – Astro’s built-in image handling
- 🔧 Modular Components – Easily reusable UI elements
To get started with Launchpad, run the following command:
npm create astro@latest --template hect1k/launchpad
Run the development server:
npm run dev
Build for production:
npm run build
Preview the production build:
npm run preview
launchpad/
│── src/
│ ├── components/ # Reusable UI components
│ ├── layouts/ # Page layouts
│ ├── pages/ # Default pages
│ ├── styles/ # Global styles
│ ├── utils.ts # Global vars/funcs
│── public/ # Static assets
│── astro.config.mjs # Astro configuration
│── package.json # Dependencies
Modify metaData
in src/utils.ts
:
export const metaData = {
title: "Launchpad | A minimal Astro Starter by Nnisarg Gada",
description: "Launchpad is a fast, minimal, and SEO-friendly Astro starter template designed for modern web projects.",
image: "https://launchpad.nnisarg.in/poster.jpg",
author: "Nnisarg Gada",
};
This project is licensed under the GNU General Public License v3 - see the LICENSE file for details.
Created by Nnisarg Gada. Feel free to reach via [email protected]!
🚀 Start building with Launchpad today!