Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
The default Gatsby starter converted to TypeScript, with GraphQL Code Generator and type-checking included.

A PocketBase frontend template to launch a SaaS in minutes. Based on React and Tailwind

Minimal TypeScript / NextJS dApp template bootstrapped with wagmi Ethereum react hooks library.

The Esfahani Theme is a multilingue NuxtJs theme which aims to modernize, organize and enhance some aspects of personal website or weblog themes development.

A minimal Astro starter template with CUBE CSS for blogs, documentation, and marketing sites.

Web3.0 starter template optimized to start building dApps
Gatsby Starter Default TypeScript is a community-maintained boilerplate that converts the official Gatsby default starter to TypeScript, providing a typed foundation for building static React sites with Gatsby.
This is a starter template for Gatsby, the static site generator for React. It accepts a new project name through the Gatsby CLI and outputs a complete Gatsby project skeleton configured with TypeScript, including src/pages/index.tsx as the entry page. The starter runs on Node.js and is maintained by Andy Kenward on GitHub.
After scaffolding, you run npm start to launch the server. Separately, npm run codegen:watch watches the GraphQL schema and generates TypeScript types, while npm run type-check:watch runs TypeScript checks in watch mode during development.
Yes, the project is open source under the MIT license, the same license used by Gatsby itself.
Use the Gatsby CLI command gatsby new my-default-starter https://github.com/andykenward/gatsby-starter-default-typescript from your terminal.
The root contains gatsby-config.js, gatsby-node.js, gatsby-browser.js, gatsby-ssr.js, tsconfig.json, codegen.yml, schema.json, .prettierrc, package.json, and a src directory with index.tsx.
No. The tsconfig.json is used only for type checking; gatsby-plugin-typescript handles actual compilation during the Gatsby build.
