Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Astro starter theme with Tailwind CSS v4 and modular marketing sections for fast landing pages.
Tailkits Astro is an open-source landing page starter theme built on Astro and Tailwind CSS v4, designed to ship fast, responsive marketing sites with zero JavaScript by default.
Tailkits Astro is a starter theme for content-driven websites that combines the Astro framework with Tailwind CSS v4 for styling. It provides a pre-built landing page layout — including a hero, logo cloud, features, stats, how-it-works, testimonials, pricing, and footer sections — as reusable Astro components. The theme is developed by TailKits, the same team behind the TailKits UI library of 200+ premium landing page components, and it is released under the MIT license.
.text-gradient utility for gradient text.Hero.astro, LogoCloud.astro, Feature.astro, Stats.astro, Cta.astro, HowItWorks.astro, Testimonials.astro, Pricing.astro, Navigation.astro, Banner.astro, and Footer.astro, each easily customizable.tsconfig.json and is written with TypeScript for type safety during development.BaseLayout.astro includes meta tags and semantic HTML, and the components are designed with WCAG compliance in mind, including proper focus states.dist/ folder that can be deployed to Vercel, Netlify, GitHub Pages, or Cloudflare Pages without extra configuration.tailwind.config.mjs.LogoCloud.astro and Testimonials.astro sections let you display customer logos and social proof.HowItWorks.astro section is ready for a 3-step explanation of your product or service.The quick start is a standard Astro workflow: clone the repository, run npm install (or yarn/pnpm), and start the dev server with npm run dev. The site runs locally at http://localhost:4321. For production, run npm run build to generate the dist/ folder, then deploy that folder to any static host.
Yes. The theme is open source and released under the MIT License, so you can use it for personal or commercial projects, including removing the optional “Made with Tailkits UI” badge from src/pages/index.astro.
The prerequisites list Node.js 18 or newer. Package managers npm, yarn, and pnpm are all supported.
No. Although the repository topics include "alpine", the theme itself is built with Astro and Tailwind CSS v4 — no Alpine.js code appears in the components or layout.
Yes. The primary color uses Tailwind's default blue palette; you can swap color classes in components or add custom colors in tailwind.config.mjs. Inter is loaded from Google Fonts, and you can change it in BaseLayout.astro, tailwind.config.mjs, and global.css.
The build output is a static dist/ folder, so it works with Vercel, Netlify, GitHub Pages (via the Astro GitHub Pages action), and Cloudflare Pages. Deployment instructions are included in the README.
