Microstudio screenshot

Microstudio

Updated: 18 Jun 2025
130 Stars

An open source website template built with Astro and Tailwind CSS for productised studios.

Overview

The Astro & Tailwind CSS Starter Kit, provided by Lexington Themes, is an open-source software licensed under the GPL-3.0 license. It allows users to create projects with Astro and Tailwind CSS integration. The template comes with a clear folder structure and commands for easy setup and development.

Features

  • Astro Integration: Seamlessly integrates with Astro for faster development.
  • Tailwind CSS: Built-in support for Tailwind CSS for easy styling.
  • Folder Structure: Clear organization with src/pages/ for pages and src/components/ for components.
  • Command Line Interface: Provided commands for running the project efficiently.
  • Static Assets: Allows easy management of static assets in the public/ directory.

Installation

To install the Astro & Tailwind CSS Starter Kit, follow these steps:

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to the project directory:
cd <project-folder>
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Build the production site:
npm run build
  1. Preview the build locally:
npm run preview

For more advanced commands and information, refer to the Lexignton’s documentation.

Summary

The Astro & Tailwind CSS Starter Kit by Lexington Themes provides a convenient way to kickstart projects with Astro integration and Tailwind CSS styling. With a well-organized folder structure, easy commands, and support for static assets, developers can quickly set up and start working on their projects.