Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free and open source template to host your links and socials. Built with Astro, Tailwind CSS, and Keystatic CMS by Cosmic Themes.
Landing Pad is a free, open-source Astro theme by Cosmic Themes that builds a link-in-bio landing page for hosting links to projects and social media profiles, with content editable through Keystatic CMS. It generates a static site that can be deployed to any hosting provider and is licensed under GPL-3.0.
Landing Pad is a free Astro theme from Cosmic Themes designed to create a single-page landing site where you can aggregate links to your various projects and social channels. It takes content from markdown files in the src/data directory or from the optional Keystatic CMS admin interface and produces a static site output. The theme is open source, released under the GPL-3.0 license, and includes a no-attribution license option for customers who purchase the All Access plan from Cosmic Themes.
localhost:4321/admin; content can also be edited by modifying markdown files in src/data.astro:assets module to optimize images automatically.tailwind.config.cjs.dist folder, ready for deployment to Netlify, Vercel, Cloudflare, or any static hosting provider.npm install, and editing markdown files without needing a CMS.The setup process is straightforward: fork the repository, run npm install, then start a local dev server. Edit content either through the Keystatic CMS admin interface or directly in the markdown files under src/data. Customize colors in tailwind.config.cjs, update the site URL in astro.config.mjs and public/robots.txt, then build and deploy the static output to your preferred host.
Landing Pad is free and open source under the GPL-3.0 license. The repository can be forked and used at no cost; the only optional paid component is Cosmic Themes' All Access plan, which provides a no-attribution license in addition to the standard GPL terms.
Yes. Landing Pad is released under the GPL-3.0 license, so you can fork and use it without paying anything. The only paid option is the All Access plan from Cosmic Themes, which gives you a no-attribution license instead of the standard GPL terms.
No. Keystatic is optional. You can edit the markdown files in the src/data directory directly, or use the visual admin interface at localhost:4321/admin if you prefer a CMS without writing code.
It is built with Astro, uses Tailwind CSS v4 for styling, and integrates Keystatic CMS for content management. Prettier and ESLint are pre-configured, and image optimization is handled by Astro's astro:assets module.
Because the build produces a static site, you can deploy it to Netlify, Vercel, Cloudflare, or any other static hosting provider. The quickstart also mentions updating the site URL in astro.config.mjs and public/robots.txt to match your domain before deploying.
Yes. The color scheme lives in tailwind.config.cjs, and you can adjust any code to change the look. The template ships with Tailwind CSS v4, so styling changes are made through Tailwind's configuration and utility classes.
