Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Holding page template for pixelsmatter.io built with Gatsby and SCSS, ready for Netlify deployment.
PixelsMatter Holding is a closed-source Gatsby-based holding page template created for pixelsmatter.io, built on the PixelsMatter Gatsby Starter and deployed through Netlify CI/CD.
PixelsMatter Holding is a static, single-purpose website that displays a placeholder page for a domain while the main site is under construction. It takes Gatsby page content written in React components and SCSS stylesheets as input, and outputs a fully static HTML, JavaScript, and CSS site that Netlify serves. The template requires Node v14.17.4 and Gatsby CLI v3.12.0, and its project status is listed as Closed, meaning active development has ended.
The template runs as a standard Gatsby project. After npm i, developers use gatsby develop to start a local development server with hot reloading. For deployment, gatsby build generates a production-ready static site into a public directory, and Netlify CI/CD automatically builds and serves it at the production URL whenever the repository is updated.
Pros: minimal and focused (only a holding page), static site speed, SCSS with BEM for structured styling, free and open source, Netlify integration out of the box. Cons: project status is closed, so no ongoing updates; requires specific Node and Gatsby versions; staging environment is not configured (marked N/A); it serves only a holding page, not a full website.
The template itself is free and open source, with no license or purchase requirement visible in the repository. Ongoing costs are limited to hosting; Netlify offers a free tier that is sufficient for a lightweight holding page.
Yes, the source code is available publicly on GitHub with no pricing or license restrictions mentioned. You can clone and use it freely for personal or commercial holding pages.
The repository specifies Node v14.17.4 and Gatsby CLI v3.12.0. Using different versions may cause installation errors or build failures, so matching these versions is recommended.
From the project root, run npm i to install dependencies, then gatsby develop to start the local server at http://localhost:8000. Alternatively, gatsby build && gatsby serve creates and serves a production build.
The production environment is configured for Netlify CI/CD at https://pixelsmatter.io, the website of the repository owner. For your own deployment, you would connect the repo to your own Netlify site and set your custom domain.
Yes, since there is no license restriction, you can customize the SCSS and content to fit a client's brand. The template is designed to be a starting point that can be replaced by a full site later.
