
My default Gatsby setup. Includes rich MDX support.
This product is a barebones Gatsby starter template that includes TypeScript, Styled Components, Rebass, MDX, Jest, NetlifyCMS, lint-staged, and Prettier. It was extracted from an earlier iteration completed while working on Palette, Artsy's design system. The starter provides a foundation for building Gatsby websites and includes various features and customization options.
The Barebones Gatsby Starter is a minimalistic template for creating Gatsby websites. It offers a range of features such as TypeScript, Styled Components, MDX, Jest, NetlifyCMS, and more to enhance the development and customization process. The installation process is straightforward, and the starter provides a solid foundation for building fast and optimized websites.

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.
Netlify CMS is a powerful and flexible content management system that is designed to work seamlessly with the Netlify platform. Netlify CMS provides a user-friendly interface for managing content, including support for custom content types, localization, and asset management.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.
PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.