An Astro project you can run with `pnpm dev` in seconds. The source code is yours — every page, every section, every token. No runtime, no SaaS dependency.
How do I customize the colors and fonts?
Collapse
Open `src/styles/tokens.css` and edit any of the CSS variables. Three presets (Aurora / Carbon / Daylight) ship by default, but the theming surface is fully open. Or use `npx tailkits customize --prompt "…"` for an AI-generated palette.
Can I install via CLI?
Collapse
Yes. `npx tailkits add lumen --to ./my-site` scaffolds the theme into your directory in seconds — shadcn-style, no boilerplate.
Does it work with my existing project?
Collapse
Yes. Sections are framework-agnostic HTML + Tailwind. You can copy individual sections into any Astro / Next / SvelteKit / plain HTML project. The CLI scaffold targets new Astro projects, but the underlying components are portable.
Is there an MCP server I can use from Claude / Cursor?
Collapse
Yes. The existing Tailkits MCP server exposes `list_themes`, `get_theme`, and `install_theme` tools — usable from any MCP-aware client.
Ready to ship?
Your next landing page is one command away.
Install the bundle, run npx tailkits add lumen, and you're live in under five minutes.