> For the complete documentation index, see [llms.txt](https://xethya.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xethya.gitbook.io/docs/getting-started.md).

# Getting started

Xethya is built from a modular perspective, so you can select exactly what you need.

The `@xethya` package scope contains all of the components officially provided by the framework. Getting started is as easy as:

```bash
$ npm install @xethya/<component>
```

and requiring it later.

This framework has been designed to work both server-side and client-side, so you can use it on a Node or browser context.
