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

# Welcome!

If you are new to SynergiWeb development, you can start by reading the [Getting Started Guide](/guides/getting-started.md).

When you know the basics, you can start looking at some of the packages used:

* [@olenbetong/appframe-cli](/reference/appframe-cli.md) - Command-line utilities for creating and managing SynergiWeb apps.
* [@olenbetong/appframe-core](/reference/appframe-core.md) - Core functions for Appframe, like localization and error handling, and other commonly used utility functions that are not bound to specific Synergi-data.
* [@olenbetong/appframe-data](/reference/appframe-data.md) - The data object, data handler and procedure implementations used by the default SynergiWeb template
* [@olenbetong/appframe-react](/reference/appframe-react.md) - Hooks used to connect React components to data objects and procedures, and other commonly used hooks that are not bound to specific Synergi-data.
* [@olenbetong/appframe-mui](/reference/appframe-mui.md) - Components that use the `appframe-react` package to bind [MUI](https://mui.com) components to data objects and procedures, plus some commonly used variants of the default MUI components.
* [@olenbetong/appframe-updater](/reference/appframe-updater.md) - API to operate on the Appframe updater system.
* [@olenbetong/appframe-vite](/reference/appframe-vite.md) - Tools to use and deploy Vite applications to Appframe.
* [@olenbetong/appframe-vue](/reference/appframe-vue.md) - Composables to connect Vue components to data objects.
* [@olenbetong/synergi-course](/reference/synergi-course.md) - Components used in the Synergi course framework.
* [@olenbetong/synergi-react](/reference/synergi-react.md) - Various components and hooks we have developed that don't use MUI.
* [@olenbetong/synergi-lit](/reference/synergi-lit.md) - Lit web components for SynergiWeb.
* [@olenbetong/synergi-webc](/reference/synergi-webc.md) - Web components for SynergiWeb built with Stencil.

## Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:

{% content-ref url="/pages/OVUmoOAgoPnnkT4vWXU9" %}
[Getting Started](/guides/getting-started.md)
{% endcontent-ref %}
