Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free open-source Astro template for a link-in-bio landing page with Keystatic CMS integration.
Landing Pad is a free, open-source Astro template by Cosmic Themes that creates a single-page link-in-bio site to organize links to your projects, social profiles, and other online presences.
Landing Pad is a production-ready landing page theme inspired by Linktree, built with Astro and styled with Tailwind CSS v4. It takes your content — written either as markdown files in src/data/ or entered through the optional Keystatic CMS — and builds a static site that lists your links and socials in one place. The theme is created and maintained by Cosmic Themes, and the live demo is available at landingpad.cosmicthemes.com. It ships with built-in image optimization via astro:assets, plus pre-configured Prettier and ESLint for code formatting and linting.
/admin route (e.g., localhost:4321/admin) or directly in markdown files under src/data/.tailwind.config.cjs.astro:assets for automatic image optimization without extra configuration.Landing Pad suits developers and creators who want a fast, minimal link-sharing page without building from scratch. Bloggers and YouTubers can replace a paid Linktree subscription with a self-hosted page they control. Indie hackers and open-source maintainers can point the page at their GitHub repos, project demos, and social channels. Anyone comfortable with the command line can get it running in minutes using the quickstart steps.
src/components/.Set-up follows a standard Astro workflow. Fork the repository and clone it locally, run npm install and npm run dev to start the dev server at localhost:4321, then edit content through the Keystatic admin UI at localhost:4321/admin or by editing the markdown files in src/data/. When you are done, update the site URL in astro.config.mjs and /public/robots.txt, and deploy the generated static files to Netlify, Vercel, Cloudflare, or any other static host.
Landing Pad is free and open source under the GPL-3.0 license. Cosmic Themes also offers an All Access purchase that grants a no-attribution license, so you do not have to credit the theme on your site.
Yes, Landing Pad is free and open source under the GPL-3.0 license. A separate paid All Access option from Cosmic Themes provides a no-attribution license, letting you use the theme without visible credit.
You can edit content in two ways: use the Keystatic CMS interface at localhost:4321/admin while the dev server is running, or edit the markdown files stored in src/data/. The CMS button is also visible on the demo site's admin dashboard.
Landing Pad is built on Astro and styled with Tailwind CSS v4. It integrates Keystatic CMS for content editing, uses astro:assets for image optimization, and comes with Prettier and ESLint pre-configured. The theme also supports deployment to any static hosting provider.
Yes, the theme produces a static site that can be deployed to Netlify, Vercel, Cloudflare, or any other static hosting provider. The Cosmic Themes deployment guide covers the specifics. The project uses a standard npm run build command to generate the dist/ folder for deployment.
