# Hyas 2.0

Hyas 2.0 restructures the framework to make projects more robust, flexible, and easier to maintain as the ecosystem grows.

We are thrilled to announce Hyas v2.0 — a code restructuring release, making Hyas more robust and flexible.

## Overview

Hyas' code base is now fully modularized. Main functionalities — for example Images and SEO — are now available as separate Hyas integrations, making them easier to maintain and update. The restructured Hyas makes it easier to build any website you want.

> Hyas is a web framework designed for speed, security, and SEO — all powered by Hugo and npm.

## Key features

- **Hugo powered**: Fast website build times and flexible project organization.
- **Fully npm managed**: Straightforward and easy dependency management.
- **Production-ready**: Optimized for speed, SEO, and security.
- **Customizable**: Tailwind, Images, and other integrations to choose from.
- **Development tools**: Find and fix problems in scripts, styles, and markdown.
- **Deploy anywhere**: Deployment guides to different deployment services.

Check out our detailed [Why Hyas](https://docs.thulite.io/start-here/concepts/why-thulite/) breakdown to learn more about what makes Hyas special.

## Get started

Hyas 2.0 is available now on npm. Visit [new.thulite.io](/templates/) to try out Hyas 2.0 in your browser, or run the following command in your terminal to get started with a new project:

{{< tabs "create-new-site" >}}
{{< tab "npm" >}}

```bash
npm create thulite@latest
```

{{< /tab >}}
{{< tab "pnpm" >}}

```bash
pnpm create thulite@latest
```

{{< /tab >}}
{{< tab "Yarn" >}}

```bash
yarn create thulite
```

{{< /tab >}}
{{< tab "bun" >}}

```bash
bun create thulite@latest
```

{{< /tab >}}
{{< /tabs >}}

Upgrading an existing project to Hyas 2.0? Check out the [v2.0 Upgrade Guide](https://docs.thulite.io/start-here/updating/v2/).

## New website

To celebrate Hyas v2.0, we kicked off a brand-new redesign of our website: [thulite.io](https://thulite.io/)

The new website tells our story better, with a fresh can of paint and a focus on content, performance, and community.

{{< picture
  lqip="16x webp q20"
  loading="lazy"
  fetchpriority="auto"
  formats="webp, jpeg"
  class="article-wide-image img-zoom border rounded-3"
  src="images/gethyas.com.jpg"
  alt="Screenshot homepage gethyas.com"
>}}

## Acknowledgements

This release wouldn't have been possible without the effort of the amazing open source community. Thank you, everyone.
