Ueno Gatsby Starter is a deprecated, opinionated Gatsby.js starter kit created by the digital agency Ueno, providing a barebones Gatsby project with preconfigured configuration files and two styling branches. This boilerplate is designed to kick off a new Gatsby site quickly, and it includes TypeScript in its topic list, indicating TypeScript support.
What is Ueno Gatsby Starter?
Ueno Gatsby Starter is a starter template for Gatsby, a React-based static site generator, maintained by Ueno until its deprecation. It takes a project name and outputs a new Gatsby site structure with configuration files already in place. The starter is available on GitHub and can be used with the create-ueno-app tool or directly with the Gatsby CLI. As of the README warning, it is no longer actively maintained.
Key Features
- Two styling branches — the master branch uses Sass for styles, while the styled branch uses styled-components, letting developers pick their preferred CSS approach.
- TypeScript support — the repository topics include TypeScript, so the starter is set up for typed JavaScript development.
- create-ueno-app integration — scaffold a new project with
npx create-ueno-app gatsby my-apporyarn create ueno-app gatsby my-app. - Gatsby CLI compatibility — an alternative setup uses
npx gatsby new my-appwith the repository's master branch as the template URL. - Deployment buttons — the README includes one-click deploy buttons for Netlify and Heroku, allowing immediate hosting setup.
Who is it for?
- Front-end developers who want an opinionated Gatsby starting point with Sass or styled-components already configured.
- Agencies and studios like Ueno that want a consistent internal boilerplate for client projects.
- Developers exploring Gatsby who want to see a minimal but complete configuration setup.
What can you do with Ueno Gatsby Starter?
- Start a Gatsby project by running a single create command and getting a working directory structure.
- Choose a styling system by selecting the sass or styled branch before scaffolding.
- Deploy to a platform using the provided Netlify or Heroku buttons, though note the Netlify button in the README currently points to the default Gatsby starter repository.
Is it deprecated?
Yes, the README opens with a warning that the starter kit has been deprecated and is no longer actively maintained by Ueno. This means it may not receive updates or support, but the code remains available on GitHub for reference or forking.
FAQ
How do I install Ueno Gatsby Starter?
Use npx create-ueno-app gatsby my-app or yarn create ueno-app gatsby my-app; alternatively, run npx gatsby new my-app with the GitHub repository URL.
Which styling options are available?
The master branch uses Sass, and the styled branch uses styled-components. Choose the branch that matches your preferred CSS solution before scaffolding.
Is Ueno Gatsby Starter still maintained?
No, the README states it has been deprecated and is no longer actively maintained by Ueno, so it may lack updates or support.







