Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal & beautiful Gatsby personal blog starter with a glassmorphism UI, Netlify CMS, and Netlify Form.
Gatsby Starter Glass is a free open-source Gatsby starter for building a personal blog with a glassmorphism UI, featuring Netlify CMS integration and Netlify Form for contact.
Gatsby Starter Glass is a minimal personal blog starter built on the Gatsby static site generator. It takes configuration from gatsby-config.js and markdown content from the content directory, then outputs a fully static site deployable to Netlify. The starter was created by Yinka Adedire, a self-taught front-end developer, and is available on GitHub. It's specifically designed to look like a glassmorphism interface, with a live demo hosted at gatsbyglass.netlify.app.
Clone the repository, run yarn install, then yarn start for local development or yarn build for production. Configuration lives in gatsby-config.js, with site metadata like title, author, description, and social links. Content is stored in content/blog and content/pages as markdown files; editing these files and committing them triggers a Netlify rebuild.
Yes, it is an open-source starter hosted on GitHub under the repository yinkakun/gatsby-starter-glass. You can clone it, modify it, and deploy it for free, though you'll need a Netlify account for the contact form and CMS features.
After deploying to Netlify, enable Netlify Identity in your site dashboard, invite yourself as a user, and enable Git Gateway. Then visit your-site.netlify.app/admin/ and log in to manage content.
It uses styled-components for styling, not a utility framework like Tailwind. The glassmorphism visual effect is implemented with CSS backdrop blur.
The starter is tailored for a personal blog with posts and pages. It includes blog post templates, an about page, and a contact page; adapting it to other site types would require customizing the templates.
