# Getting StartedLearn what Thulite is and get oriented with the key next steps.
Thulite is a web framework built for speed, security, and SEO, powered by Hugo and npm. It helps you build production-ready websites with exceptional performance, enterprise security, scalable architecture, and a developer-friendly workflow.

## Prerequisites

- [Hugo](https://github.com/gohugoio/hugo/releases/latest) (latest extended or extended/deploy edition)
- [Thulite](https://github.com/thuliteio/thulite/releases/latest) (latest version)
- [Node.js/npm](https://nodejs.org/en/download) (latest LTS version)

## Quick start

{{< card-grid >}}
{{< link-card
  title="Installation"
  description="Create a Thulite project using a template and optional integrations."
  href="/start-here/installation/"
>}}
{{< link-card
  title="Configuration"
  description="Update settings, parameters, and page front matter."
  href="/start-here/configuration/"
>}}
{{< /card-grid >}}

{{< card-grid >}}
{{< link-card
  title="Usage"
  description="Learn how to use your Thulite project."
  href="/start-here/usage/"
>}}
{{< link-card
  title="Verification"
  description="Validate your Thulite setup and output quality."
  href="/start-here/verification/"
>}}
{{< /card-grid >}}

{{< card-grid >}}
{{< link-card
  title="Updating"
  description="Update Thulite to the latest version."
  href="/start-here/updating/overview/"
>}}
{{< link-card
  title="Troubleshooting"
  description="Diagnose and fix common issues."
  href="/start-here/troubleshooting/"
>}}
{{< /card-grid >}}

## Credits

Thulite builds on the excellent work of the open-source ecosystem, especially:

- [Hugo](https://gohugo.io/)
- [Vite](https://vite.dev/)
- [npm](https://www.npmjs.com/)

Special thanks to the Thulite contributors, template authors, integration maintainers, and community members who continuously improve the framework and documentation.
