Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby.js V2 starter based on the HTML5 UP Strata design, ideal for personal portfolios and single-page sites.

A GatsbyJS starter that ports Christine Cha's Gridfolio portfolio theme with SCSS, ESLint, and Prettier.
Gatsby Strata is a free, publicly available Gatsby.js V2 starter that turns the HTML5 UP Strata design into a React-powered static site, giving you a personal-site layout you can deploy anywhere. It was created by codebushi, the team behind a collection of Gatsby starters and themes, and the repository is live on GitHub with 136 stars.
gatsby-starter-strata is a Gatsby.js V2 starter template based on the Strata site template designed by HTML5 UP. You run one command with the Gatsby CLI to clone the starter into a new project, and gatsby develop serves it locally for editing. The output is a static site built with React and Gatsby, ready to be deployed to any static host. The starter is maintained by codebushi, who publish additional Gatsby starters and themes at their website.
gatsby new gatsby-starter-strata https://github.com/codebushi/gatsby-starter-strata to create a new site, then gatsby develop to start developing.Developers who want a fast way to launch a single-page Gatsby site can use this starter to skip configuration and start editing React components. Designers who want a clean, minimal layout inspired by HTML5 UP can use it as a starting point for personal portfolios or product landing pages. Beginners learning Gatsby can install the starter to see how a complete Gatsby project is structured, from gatsby-config.js to page components.
gatsby develop and inspecting the code.Install it with the Gatsby CLI using the gatsby new command and the repository URL. Then run gatsby develop in your terminal to start the development server at your localhost. From there, you edit the React components and styles in the project to customize the site, and build a production version with gatsby build.
Yes, the starter is free and openly available on GitHub. You can install it using the Gatsby CLI without paying for a license.
Yes. The current branch of the starter targets Gatsby.js V2. The maintainers also keep a v1 branch for anyone still using Gatsby V1.
Run gatsby new gatsby-starter-strata https://github.com/codebushi/gatsby-starter-strata in your terminal. Then navigate into the new folder and run gatsby develop.
The project includes a live preview at http://gatsby-strata.surge.sh/. This demo shows the default output of the starter before any customization.
Yes. Because it is a Gatsby starter, all React components and styles are in your project folder. You can edit the content directly or replace the design with your own CSS while keeping the Gatsby setup.