Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ridgeline Lite — Free Roofing Contractor Website Template

A free, production-quality website template for roofing contractors, built with Astro 5 and Tailwind CSS 4.

Ridgeline Lite — free roofing contractor template for Astro Fast (Lighthouse 95+ across the board), accessible (WCAG AA), and wired to a single config file so you can rebrand it in an afternoon.

Get Ridgeline Pro → — the full version adds the 4-step Quote Wizard, before/after project galleries, per-city Local SEO landing pages, and more (comparison below).

Pages included

Home · Services · About · Contact · Quote request · Thank-you · 404

Features

  • Industrial design system — two color schemes, switchable with one config line; condensed display type; dark "hazard-sign" CTAs
  • Single-config rebrand — all company info in src/config/site.ts
  • Lead forms — quote + contact forms with Formspree or Netlify Forms backends and honeypot anti-spam
  • Mobile sticky call bar — Call Now / Free Quote pinned after the first screen
  • Content collections — services and reviews as validated Markdown/JSON; the aggregate review score computes itself
  • Local SEO basics — RoofingContractor JSON-LD, per-page meta, sitemap, semantic HTML
  • ~1 KB of JavaScript per page; images optimized at build time

Lite vs Pro

Lite (free) Pro
Core pages (Home/Services/About/Contact)
Design system + both color schemes
Sticky mobile call bar
Quote form Single-step 4-step Quote Wizard with per-step validation & anti-spam
Service pages One combined page Individual landing page per service with FAQs & related projects
Project gallery Before/after sliders (touch/mouse/keyboard) + filterable gallery
Local SEO Basic JSON-LD Per-city landing pages + areaServed/FAQ/Article structured data
Reviews Home carousel + Full reviews page with platform summaries
Financing page ✅ Plans, process, compliant disclaimers
Blog ✅ 4 SEO articles with TOC
Emergency storm banner ✅ Config-toggled, dismissible
FAQ system ✅ Categorized accordion + FAQPage schema
Documentation README Full customization + deployment guides

Upgrade to Ridgeline Pro → · Live demo

Quick start

# Requires Node 20+
npm install
npm run dev        # → http://localhost:4321
npm run build      # static output in ./dist

Customize

  1. Company info — edit src/config/site.ts (name, phone, address, hours, badges, form backend, theme). Every page reads from it.
  2. Domain — set site in astro.config.mjs and the sitemap URL in public/robots.txt.
  3. Services — edit the MDX files in src/content/services/.
  4. Reviews — edit src/content/reviews.json (the aggregate score is computed).
  5. Images — replace the photos in src/assets/ with your own work.
  6. Forms — create a free Formspree form and paste its endpoint into formEndpoint in site.ts; or set formProvider: 'netlify' when hosting on Netlify.

Deploy

Static output, zero config on all major hosts — build command npm run build, output directory dist:

  • Vercel — import the repo at vercel.com/new
  • Netlify — import at app.netlify.com
  • Cloudflare Pages — Workers & Pages → Create → connect the repo

License & credits

MIT — free for personal and commercial use. The footer's small "Made with Ridgeline" credit link is appreciated but not required by the license.

Demo photographs are from Unsplash (Unsplash License) — replace them with your own project photography before launch. Icon path data adapted from Lucide (ISC). Fonts (Barlow Condensed, Inter) under the SIL Open Font License, self-hosted via Fontsource.

About

Free roofing contractor website template — Astro 5 + Tailwind CSS 4. Lighthouse 95+, WCAG AA, single-config rebrand.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages