Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby starter for building decentralized apps with Blockstack authentication, deployable to Netlify in one click.
Gatsby Starter Blockstack is a boilerplate Gatsby project that wires up Blockstack's decentralized identity and storage into a Gatsby site, giving you a starting point for building decentralized apps and a reference implementation for how the two technologies fit together.
Gatsby Starter Blockstack is a GitHub repository and Gatsby starter that combines the Gatsby static-site framework with Blockstack's decentralized app platform. It is a fork of the jamstack-hackathon-starter and is published as a template you can clone, customize, and deploy. The starter's output is a working Gatsby site that includes Blockstack integration code, and its maintainer (friedger) positions it as the place to begin for your next Blockstack idea.
src and src/app that explain the layout and the app-specific code.gatsby start support — Can be initialized as a new project using the gatsby start CLI command against the Git URL.The starter is a Gatsby project that you clone or initialize via gatsby start. After setup, you can run Gatsby's local dev server to see the site, then deploy to a static host like Netlify using the provided one-click button or your own build pipeline. The nested src README and src/app README document how the component layout and the Blockstack-related app code are organized.
Yes, it is an open-source GitHub repository, and the starter can be cloned and deployed without any licensing fee.
The quickest path is the Netlify deploy button on the project page, which clones and deploys the repository to Netlify with one click. You can also clone the repo and push it to your own host.
It includes nested README files that explain the layout and the app code, and the project links to docs.blockstack.org as an additional resource.
Gatsby Starter Blockstack is a fork of the jamstack-hackathon-starter, so it shares that starter's project structure while adding a Blockstack integration.
The repository description is 'Make decentralized apps with Gatsby + Blockstack', and it currently has 5 stars on GitHub.
