Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free, dark landing-page + blog theme for devtool companies. Astro 6 + Tailwind 4, no UI frameworks.
Pulsar Lite is a free, dark landing-page and blog theme for developer-tool and API companies, built with Astro 6 and Tailwind CSS 4, that compiles to fully static HTML with no client-side JavaScript beyond a small nav script and tab control.
Pulsar Lite takes a set of .astro components, Markdown blog posts, and a design-token stylesheet and outputs a static marketing site: a landing page, a blog, a 404 page, an OG image, a sitemap, and canonical URLs. It runs on Astro 6 and Tailwind CSS 4, requires Node 22.12+, and is packaged as an MIT-licensed starter from Comet Themes. The demo brand is "Vega," a fictional API platform, and every brand string is meant to be replaced.
.astro files that render static HTML and CSS.@theme block in src/styles/global.css; components reference only tokens, and DESIGN.md documents the full system.prefers-reduced-motion support, and WCAG AA contrast targets.Developer-tool and API companies that need a cohesive marketing site and engineering blog without introducing a heavy JavaScript framework. Indie hackers and open-source maintainers who want a free, MIT-licensed theme with a dark, technical aesthetic. Small teams that want a starting point they can fully rebrand in one afternoon.
src/content/blog/; routes are generated automatically from filenames.After cloning, run pnpm install, then pnpm dev for local development at http://localhost:4321, or pnpm build for a static output in dist/. Customization happens in three places: the @theme block for colors and type, the Logo.astro, BaseLayout.astro, Footer.astro, astro.config.mjs, and content.config.ts files for brand strings, and the src/content/blog/ directory for posts.
Pulsar Lite is free and MIT-licensed. The commercial Pulsar theme costs $39 and adds a Starlight documentation section restyled to match, a pricing page with comparison table and FAQ, a changelog with timeline layout, and updates for the current Astro major plus 12 months.
Yes. The theme is released under the MIT license, so you can use it for commercial and personal projects at no cost. The paid Pulsar theme adds documentation, pricing, and changelog sections if you need them.
It is built with Astro 6 and Tailwind CSS 4 and requires Node 22.12 or newer. The quick-start commands use pnpm, though npm may also work.
No. The Lite version ships only the landing page and blog. Documentation is the core differentiator of the paid Pulsar theme, which restyles Starlight to match the same design system.
Edit the @theme block in src/styles/global.css for colors and type, then replace the wordmark in src/components/Logo.astro, the default description in src/layouts/BaseLayout.astro, the company line in src/components/Footer.astro, the site URL in astro.config.mjs, and the author default in src/content.config.ts. Run grep -ri vega src/ to find remaining references.
Yes. Add Markdown files to src/content/blog/ with the required frontmatter fields: title, description, pubDate, and author. Optional fields include authorRole, tags, and draft. The post route is derived from the filename.
