Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby starter implementing Material UI's Paperbase Premium Theme for building dashboards and admin tools.

A modern dashboard built with VisActor charts, dark mode, and data visualization for seamless analytics.
Gatsby Starter Paperbase is a Gatsby starter that implements Material UI's Paperbase Premium Theme, giving you a ready-made foundation for dashboards and administration tools.
Gatsby Starter Paperbase is a boilerplate for building dashboard and admin interfaces using the Gatsby static site generator and Material UI's Paperbase Premium Theme. It takes the Paperbase layout—which includes navigation and content areas—and bundles it into a Gatsby project you can clone and run. The starter is maintained and published on GitHub under the repository willcode4food/gatsby-starter-paperbase. Running it produces a static React site served at localhost:8000 in development, exactly as you'd expect from a Gatsby project.
gatsby new my-admin-tool-starter https://github.com/willcode4food/gatsby-starter-paperbase to create a new project from the template.gatsby develop spins up a dev server at http://localhost:8000 and updates the browser in real time when you save changes.src/pages/index.js, a single file you can modify to change the layout and content.src/pages/index.js with your own charts, tables, and forms.Start by running gatsby new my-admin-tool-starter https://github.com/willcode4food/gatsby-starter-paperbase in a terminal. Then cd my-admin-tool-starter and run gatsby develop to start the site at localhost:8000. Edit src/pages/index.js and save; the browser will hot-reload. Use the GraphiQL tool at localhost:8000/___graphql to test data queries.
Yes, it's a public GitHub repository. No pricing information is mentioned on the page.
Use the Gatsby CLI: gatsby new my-admin-tool-starter https://github.com/willcode4food/gatsby-starter-paperbase.
GraphiQL is an in-browser IDE for GraphQL queries. Gatsby provides it at http://localhost:8000/___graphql during development so you can explore the data layer.
The repository already has 42 stars, indicating it's a small but recognized starter.
