Micro Store is a free, open-source Astro and Tailwind CSS starter kit that lets you embed Gumroad or Lemon Squeezy widgets to turn a simple static site into a storefront.
What is Micro Store?
Micro Store is a starter kit for Astro, a static site generator, styled with Tailwind CSS, published by Lexington Themes. It is designed to be a simple theme where you can embed your Gumroad or Lemon Squeezy product links, so you don't need a full ecommerce backend. The template takes standard Astro content (pages and components) and builds a static site with npm run build, outputting to the dist folder. It is distributed under the GPL-3.0 open-source license.
Key Features
Micro Store stands out by combining Astro's static site generation with Tailwind CSS V4 and built-in Gumroad and Lemon Squeezy embed compatibility.
- Astro framework — Uses Astro.js, with pages defined as
.astroor.mdfiles insrc/pages, each automatically becoming a route. - Tailwind CSS V4 — Styling is done via a single
src/styles/global.cssfile that imports Tailwind with@import "tailwindcss", includes the@tailwindcss/typographyand@tailwindcss/formsplugins, and uses the@themedirective for custom styles. - Gumroad and Lemon Squeezy integration — The repository description states it's a theme where you can embed your Gumroad or Lemon Squeezy storefront.
- Simple project structure — Follows the standard Astro layout:
public,src/components,src/layouts,src/pages, andsrc/styles. - Open-source license — Released under GPL-3.0, so you can fork, modify, and use it in your own projects.
- Attribution-free version available — Lexington Themes offers a version without attribution for those who prefer to remove the credit link.
- Recent update — Updated on 06.16.2025, featuring a full redesign, light mode, and a new color palette.
- Standard npm commands —
npm install,npm run dev(dev server atlocalhost:3000),npm run build,npm run preview, andnpm run astroCLI access.
Who is it for?
Micro Store is best suited for individuals and teams who want a minimal storefront without a full ecommerce platform.
- Freelancers — Use it to quickly set up a client's digital product store with Gumroad or Lemon Squeezy embeds, saving hours of frontend work.
- Developers — Treat it as a modern Astro and Tailwind CSS V4 boilerplate to extend, with a clean structure and no build-tooling complexity.
- Creators and small businesses — Sell ebooks, courses, templates, or software by embedding product widgets on a static page, without maintaining a backend.
What can you do with Micro Store?
- Sell digital products — Embed Gumroad or Lemon Squeezy product widgets on a static Astro page to accept payments.
- Launch a landing page — Use the template's pages and layouts to create a product landing page with the included styling.
- Customize the design — Modify the Tailwind
global.cssand Astro components to match your brand, thanks to the simple Tailwind V4 theme system.
FAQ
Is Micro Store free?
Yes, the template is open source under the GPL-3.0 license, and you can fork and modify it. An attribution-free version is available from Lexington Themes, which may require purchasing a subscription, though pricing is not stated on the page.
How do I install and run the template?
After cloning the repository, run npm install to install dependencies, then npm run dev to start the local development server on localhost:3000. Use npm run build to generate a production build in ./dist/.
What Tailwind CSS version does it use?
The template uses Tailwind CSS V4. Styling is configured in src/styles/global.css with @import "tailwindcss" and @plugin directives, instead of a tailwind.config.cjs file.
Can I use this template for commercial projects?
Yes, the GPL-3.0 license permits use in your own projects, including commercial ones. However, if you want to remove the attribution and use it in a proprietary project, you should check the licensing details or use the attribution-free version from Lexington Themes.





