Skip to content

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.

License

Notifications You must be signed in to change notification settings

hect1k/launchpad

Repository files navigation

Launchpad - A Minimal Astro Starter

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.

Launchpad Poster

🚀 Features

  • 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

📦 Installation

To get started with Launchpad, run the following command:

npm create astro@latest --template hect1k/launchpad

🛠️ Usage

Run the development server:

npm run dev

Build for production:

npm run build

Preview the production build:

npm run preview

📂 Project Structure

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

🔧 Configuration

SEO Metadata

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",
};

📜 License

This project is licensed under the GNU General Public License v3 - see the LICENSE file for details.

💡 Author

Created by Nnisarg Gada. Feel free to reach via [email protected]!


🚀 Start building with Launchpad today!

About

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.

Topics

Resources

License

Stars

Watchers

Forks