Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby 4 starter with TypeScript, Chakra UI, ESLint, Prettier, and GitHub Actions for Netlify.

Scalable foundation with NextJS for developer so you can focus on performance and best practices.

Vue 3 landing page starter project using Nuxt 3 and Vuetify 3 with SSR, dark mode, RTL, and 6 languages.

Hugo + Bootstrap + headless CMS (Decap, Pages, Static, Sveltia) GitHub template for fast, accessible, low-carbon websites.

A minimal Next.js boilerplate with TypeScript, file-based routing, API routes, and Vercel deployment.

Free and open-source starter project to help you get started with Angular, Tailwind CSS and the Flowbite UI components
Gatsby Awesome Starter is a free, open-source Gatsby 4 starter that scaffolds a TypeScript and Chakra UI-based site with ESLint, Prettier, and GitHub Actions for Netlify deployment.
It is a GitHub repository starter template created by South-Paw. It takes a fresh Gatsby project and pre-configures it with TypeScript, the Chakra UI component library, ESLint, Prettier, and a set of common Gatsby plugins for images, manifests, sitemaps and SEO. Running the template produces a deployable Gatsby site with lint, build, serve and clean scripts.
Create a project with the npx command, then install dependencies with npm i. The project provides npm run start for local development at localhost:8000, npm run build for a production build in /public, and npm run serve to preview the build. Lint and clean commands handle code quality and cache clearing.
The starter is free and open-source under the 0BSD license. There are no paid tiers or hidden costs.
Gatsby's official gatsby-starter-default is a minimal React starter that does not include TypeScript, Chakra UI, or Netlify workflows.
Yes, it is released under the 0BSD license, so it is free to use, modify and distribute without restrictions.
The starter targets Gatsby 4, as stated in the repository description.
Run npx gatsby new your-projects-name https://github.com/South-Paw/awesome-gatsby-starter, then cd into the directory and run npm i to install dependencies.
Yes, TypeScript and Chakra UI are pre-configured, with @chakra-ui/gatsby-plugin included in the plugin list.
The repository includes GitHub action workflows for deployment to Netlify, so any push to the linked repository can trigger a deploy.
