Tellus Private is a tourism company website built on GatsbyJS, combining the structure of Gatsby's default starter with Tailwind CSS, Framer Motion, and PostCSS for a smooth landing page experience.
What is Tellus Private?
Tellus Private is a GatsbyJS-powered website for a tourism company, built on the foundation of Gatsby's official default starter. The template accepts Gatsby configuration and source files in /src and compiles them into a static, fast-loading React website with pre-rendered pages. It ships with the standard Gatsby configuration files: gatsby-config.js, gatsby-node.js, gatsby-browser.js, and gatsby-ssr.js, which control site metadata, plugins, Node APIs, browser APIs, and server-side rendering behavior.
Key Features
- Gatsby starter foundation — Based on the Gatsby default starter, which includes all essential configuration files and a standard project layout for a React-based static site.
- Tailwind CSS styling — The repository uses Tailwind CSS (as listed in its topics) for utility-first styling, enabling rapid UI development.
- Framer Motion animations — The repository includes Framer Motion for modern, gesture-driven animations on the landing page, per its topics.
- PostCSS processing — PostCSS is used for CSS transformations, as indicated by the repository's source tags.
- GraphiQL data explorer — The development server exposes a GraphQL IDE at /___graphql, letting developers inspect the site's data layer live.
- Hot reloading — Edits to src/pages/index.js are reflected in the browser in real time during development.
- 0BSD license — The starter is licensed under the 0BSD license, allowing unrestricted use and modification.
- Gatsby Cloud deployment — The template is optimized for deployment on Gatsby Cloud, the dedicated cloud platform for Gatsby sites.
Who is it for?
- Tourism companies — who need an informational landing page to showcase destinations and services.
- Gatsby developers — who want a clean starting point with Tailwind CSS and Framer Motion already integrated, and can extend pages in React.
- Business owners — who want a fast, SEO-friendly static website that can be deployed without managing a server.
What can you do with it?
- Build a tourism landing page: Customize the React components and Tailwind classes to present travel packages, destinations, and contact forms.
- Explore the Gatsby data layer: Use the built-in GraphiQL interface to query site metadata and structure while developing.
- Deploy globally: Publish the generated static site to Gatsby Cloud for an optimized edge network experience.
How does the template work?
The README provides the standard Gatsby starter workflow. First, create a new Gatsby site with the CLI command gatsby new my-default-starter https://github.com/gatsbyjs/gatsby-starter-default. Then navigate into the directory and run gatsby develop to start the development server at localhost:8000; source edits in src/pages/index.js appear in the browser in real time.
FAQ
Is Tellus Private free?
The starter is licensed under the 0BSD license, meaning there are no restrictions on use, modification, or distribution. The repository metadata does not indicate any paid licensing.
Does Tellus Private include Tailwind CSS?
Yes, according to the repository topics, Tailwind CSS is among the technologies used. The exact configuration files are not shown in the README, but the tag confirms its presence.
What is the Quick start for this template?
The README uses the standard Gatsby default starter quick start: gatsby new my-default-starter https://github.com/gatsbyjs/gatsby-starter-default, followed by gatsby develop.
Can I deploy Tellus Private on my own hosting?
Gatsby sites are static and can be hosted anywhere, but the README specifically recommends Gatsby Cloud for deployment with its global edge network.





