# Introduction

Wisej.NET Hybrid allows developers to use Wisej.NET web UI components from within native mobile and desktop client apps. Wisej.NET Hybrid apps use a "hybrid" of web and native client development.

Imagine you're building a client-side web app and already have a team of .NET web developers. Also, imagine you want to deploy your app as a native multiplatform app across mobile and desktop platforms including **iOS**, **Android**, **macOS**, and **Windows**.

With Wisej.NET, developers can build front-end and back-end logic for web apps with common languages, frameworks, and tools. With .NET MAUI, you can build multi-platform apps from a single project and access platform-specific source code and resources for mobile and desktop platforms. Combining these two technologies, Wisej.NET and .NET MAUI, developers can build native-client and web apps that leverage shared UI components and logic.

Using the same language for front-end web apps, client apps, and back-end code can:

* Accelerate app development.
* Reduce the complexity of the build pipeline.
* Simplify maintenance.
* Let developers understand and work on both client-side and server-side code.

<figure><img src="/files/g4shcqS4D7cUe88yldPE" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Wisej.NET Hybrid applications can run locally on the device or from an external web server. See [**Local Application**](/hybrid/development/local-application.md) for more information.
{% endhint %}

## Live Demo

To see a live demo running on your phone, you can use the following iOS & Google Play Store links:

{% embed url="<https://apps.apple.com/us/app/wisej-net-hybrid/id6463021953>" %}

{% embed url="<https://play.google.com/apps/testing/com.iceteagroup.hybrid>" %}
Android Installation
{% endembed %}

## Licensing

Wisej.NET Hybrid is available in several different packages, see the link below to learn more.

{% embed url="<https://docs.wisej.com/license>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/hybrid/start/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
