Skip to content
/ launchpad Public template

Astro Launchpad is a modern scaffolding for agencies and creators.

License

Notifications You must be signed in to change notification settings

roicort/launchpad

Repository files navigation

Astro Launchpad

An Astro starter tailored for agencies and studios: MDX blog, global search, RSS, sitemap, light/dark/blue themes, and components ready to sell services or publish content.

Deploy on Railway Deploy to Netlify Deploy with Vercel

Features

  • Blog with Markdown/MDX, featured post, and tag listings
  • Typed collections for posts, authors, and socials in src/content.config.ts
  • Site-wide search via Pagefind with an accessible modal
  • SEO-ready: OpenGraph/Twitter, canonical links, and preloaded fonts in src/components/BaseHead.astro
  • Themes light/dark/blue with persistent toggle; debug toggle for layout borders
  • RSS (/rss.xml) and sitemap (/sitemap-index.xml) generated automatically

Requirements

  • Bun
  • Astro @latest
  • Tailwdind CSS

Install & run

# install dependencies
bun install

# start dev server
bun run dev

# production build
bun run build

# preview the build
bun run preview

Content

  • Posts: add .md or .mdx under src/content/blog. Schema validates title, description, pubDate, updatedDate?, heroImage?, tags[].
  • Authors: src/content/authors.yml.
  • Socials: src/content/socials.yml.

Frontmatter example:

---
title: "How we launch in 6 weeks"
description: "End-to-end process for small teams."
pubDate: 2024-12-12
updatedDate: 2025-01-03
tags: [delivery, process]
heroImage: ../../assets/blog/ship.jpg
---

Quick customization

Available scripts

  • npm run dev: server on localhost:4321 (Astro default).
  • npm run build: outputs dist/ ready to deploy.
  • npm run preview: serves the built site locally.

Deploy

Output is static HTML. Upload dist/ to your platform of choice (Netlify, Vercel, Cloudflare Pages, S3+CDN). Set BASE_URL if you publish under a subpath.

About

Astro Launchpad is a modern scaffolding for agencies and creators.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •