Astro Starter Kit RTL

Production-ready Astro template with full RTL support. 13 pages, 15+ components, dark mode, blog with MDX.

Author shortcutz
Github Stars 0
Last Commit Apr 1, 2026

Astro Starter Kit RTL

A production-ready Astro template built for RTL (right-to-left) languages like Hebrew and Arabic. Includes 13 pages, 15+ reusable components, dark mode toggle, and a blog system powered by MDX.

Features

  • Full RTL support out of the box
  • 13 pre-built pages (home, about, services, blog, contact, privacy, 404, and more)
  • 15+ reusable components (Hero, Feature Grid, Pricing Table, Stats Bar, Split Section, Breadcrumb, Pagination, etc.)
  • Dark mode with system preference detection
  • Blog with MDX support and content collections
  • SEO-friendly with proper meta tags
  • Responsive design
  • Vanilla CSS with custom properties (no framework dependency)

Getting Started

git clone https://github.com/peeym/astro-starter-rtl.git
cd astro-starter-rtl
npm install
npm run dev