Astro Resume screenshot

Astro Resume

Author Avatar Theme by Emasuriano
Updated: 1 May 2025
83 Stars

Resume builder written in Markdown using Astro with Tailwind

Categories

Overview:

astro-resume is a resume builder that is based on Markdown and Tailwind CSS. It is built with Astro and inspired by Standard Resume. The theme offers full Tailwind CSS integration, Dark mode compatibility, and allows users to write their information in Markdown. It also features PDF generation using Playwright and can be easily deployed with Netlify or any static website hosting.

Features:

  • Full Tailwind CSS integration: The theme seamlessly integrates with Tailwind CSS, allowing users to easily customize their resume’s styling.
  • Dark mode ready: The theme supports dark mode, allowing users to toggle between light and dark themes with the :dark tag powered by Tailwind CSS.
  • Markdown-based information: Users can simply write their resume information in Markdown, eliminating the need for complex data structures or formats.
  • Resume PDF generation: The theme offers the ability to generate a PDF version of the resume using Playwright.
  • Ready for deployment: astro-resume can be easily deployed with Netlify or any other static website hosting platform.
  • Fonts powered by Fontsource: The theme utilizes Fontsource to provide a wide range of font options for customization.
  • Full Typescript support: The theme has full support for TypeScript, allowing developers to leverage its type-checking capabilities.

Installation:

To install astro-resume, follow these steps:

  1. Clone the repository:
git clone https://github.com/{username}/{repository}.git
  1. Navigate to the project directory:
cd {repository}
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and access http://localhost:3000 to view and customize your resume.

Summary:

astro-resume is a resume builder theme built with Astro and inspired by Standard Resume. It offers a range of features, including full Tailwind CSS integration, Dark mode support, Markdown-based information input, PDF generation, and easy deployment with Netlify or any static website hosting platform. With its support for Fontsouce and full TypeScript compatibility, astro-resume provides a seamless and customizable solution for creating professional resumes.