The Landy Gatsby Starter is a free, open-source Gatsby starter that turns the Landy React landing page template into a Gatsby site for developers and startups. Created by yeshan333, it inherits all features from the original Landy template (at commit 2eab182) by Adrinlol, and is MIT licensed with a live CodeSandbox preview at https://codesandbox.io/s/hopeful-rain-z2x7b.
What is the Landy Gatsby Starter?
The Landy Gatsby Starter is a Gatsby-based starter that packages Landy, a free React landing page template designed for developers and startups, into a Gatsby site. It takes the design and components from the original Landy React app (which uses Ant Design) and makes them work with Gatsby's static site generation. The project is open source under the MIT license and provides a quick way to build a landing page with Gatsby instead of a create-react-app setup. Its author, yeshan333, built it to combine Landy's UI with Gatsby's performance benefits.
Key Features
- Gatsby foundation — Built on Gatsby, a React-powered static site generator, so the landing page is pre-rendered to static HTML, which makes it fast and SEO-friendly.
- Landy design inheritance — Inherits every feature and styling from the original Landy template at commit 2eab182, meaning you get the same landing page layout, sections, and components without needing to port them yourself.
- Ant Design components — Uses Ant Design (antd) as the UI component library, providing a comprehensive set of accessible React components for forms, navigation, buttons, and more.
- One-command setup — Create a new site with
gatsby newusing the starter's GitHub URL, then rungatsby developto start a local development server with hot reloading. - Free and open source — Distributed under the MIT license, so you can use it freely in commercial and personal projects, and modify the source code without restrictions.
- CodeSandbox preview — A live, editable CodeSandbox environment is available at https://codesandbox.io/s/hopeful-rain-z2x7b, letting you try the starter in your browser before cloning it.
Who should use the Landy Gatsby Starter?
Developers who want to combine Landy's landing page design with Gatsby's static site generation can use this starter to avoid manually integrating the two. Startups looking for a professional, fast-loading landing page can scaffold one in minutes and customize the React components with their own branding and content. Gatsby learners can study how a React template was adapted to work with Gatsby's file-based routing and build pipeline.
What can you do with it?
- Developers: Scaffold a new Gatsby landing page with
gatsby newand immediately customize the React components to match your product. - Startups: Deploy a static landing page that loads quickly and is easy to host on any static host like Netlify or Vercel.
- Designers: Use the included Ant Design components as a starting point for creating landing page layouts without writing CSS from the ground up.
How does the starter work?
To get started, install the Gatsby CLI globally with npm install -g gatsby-cli. Then run gatsby new landy-website https://github.com/yeshan333/landy-gatsby-starter to create a new project. After the install finishes, cd landy-website and run gatsby develop to launch the development server and see the landing page in your browser.
Is this project still maintained?
No. The repository is archived, and the author suggests using the Astro-based alternative landy-astro-template instead. If you prefer Gatsby, you can still use this starter, but you will need to maintain and update it yourself.
Pricing
The Landy Gatsby Starter is completely free. It is open-sourced under the MIT license, so there are no paid tiers, subscriptions, or licensing fees. Anyone can download, modify, and deploy it, including for commercial purposes.
FAQ
Is the Landy Gatsby Starter free?
Yes, it is free to use and modify. The project is released under the MIT license, which allows you to use it in commercial projects without paying anything.
What tech stack does it use?
The starter uses Gatsby, which is a React-based static site generator, and Ant Design (antd) for UI components. The original Landy template was built in React, and this starter adapts it into a Gatsby site.
How do I create a website from this starter?
Install the Gatsby CLI globally, then run gatsby new <project-name> https://github.com/yeshan333/landy-gatsby-starter. Navigate into the new folder and run gatsby develop to start a development server.
What happened to the project?
It is archived. The author recommends using the Astro-based landy-astro-template as an alternative. You can still use this Gatsby starter, but you'll need to handle maintenance yourself if you want to keep it up to date.
Can I use it with a CMS or other tools?
The starter doesn't include any specific CMS integrations out of the box. Because it's built on Gatsby, you can add data sources such as headless CMSs or markdown files using Gatsby's plugin ecosystem and source plugins.





