All Themes ({{ $themeCount }})
Search hundreds of open-source Jamstack themes and find the perfect starter theme or boilerplate for your next project. Filter themes by static site generator, headless CMS and more. Sort themes by stars, last commit date or submission date.
Search hundreds of open-source Jamstack themes!
{{ partial "sort-buttons.html" . }}
{{ range (($themes.ByParam "date").Reverse).ByParam "weight" }}
{{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }}
{{ $repo := index .Site.Data.themes $repoName }}
{{ $stackbit := index .Site.Data.stackbit $repoName }}
{{ partial "theme-card.html" (dict "theme" . "repo" $repo "stackbit" $stackbit "site" $.Site) }}
{{ end }}