Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free Astro + Tailwind CSS starter kit for embedding Gumroad or Lemon Squeezy storefronts.

Smart contracts for the FutúSho web3 marketplace, enabling buying, selling, and hiring on Ethereum-compatible chains.

An ecommerce site for Shoes built with Next.js, Material-UI, Redux, and Commerce.js.

Jamstack eCommerce storefront built with Next.js and Crystallize headless commerce.

Open-source Next.js e-commerce template with Stripe payments, Prisma/MongoDB, NextAuth, and Redux Toolkit.
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.
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.
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 or .md files in src/pages, each automatically becoming a route.src/styles/global.css file that imports Tailwind with @import "tailwindcss", includes the @tailwindcss/typography and @tailwindcss/forms plugins, and uses the @theme directive for custom styles.public, src/components, src/layouts, src/pages, and src/styles.npm install, npm run dev (dev server at localhost:3000), npm run build, npm run preview, and npm run astro CLI access.Micro Store is best suited for individuals and teams who want a minimal storefront without a full ecommerce platform.
global.css and Astro components to match your brand, thanks to the simple Tailwind V4 theme system.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.
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/.
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.
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.
