Kentico.Xperience.AiraUnified
0.3.2-prerelease-4
Prefix Reserved
dotnet add package Kentico.Xperience.AiraUnified --version 0.3.2-prerelease-4
NuGet\Install-Package Kentico.Xperience.AiraUnified -Version 0.3.2-prerelease-4
<PackageReference Include="Kentico.Xperience.AiraUnified" Version="0.3.2-prerelease-4" />
<PackageVersion Include="Kentico.Xperience.AiraUnified" Version="0.3.2-prerelease-4" />
<PackageReference Include="Kentico.Xperience.AiraUnified" />
paket add Kentico.Xperience.AiraUnified --version 0.3.2-prerelease-4
#r "nuget: Kentico.Xperience.AiraUnified, 0.3.2-prerelease-4"
#:package Kentico.Xperience.AiraUnified@0.3.2-prerelease-4
#addin nuget:?package=Kentico.Xperience.AiraUnified&version=0.3.2-prerelease-4&prerelease
#tool nuget:?package=Kentico.Xperience.AiraUnified&version=0.3.2-prerelease-4&prerelease
Xperience by Kentico Aira Unified
Description
The Aira Unified integration provides an alternative administration UI and a chatbot that can be easily added to an Xperience by Kentico project. It is designed for content editors and marketers who need essential functionality on mobile devices.
Screenshots
Library Version Matrix
Xperience Version | Library Version |
---|---|
>= 30.2.0 | >= 0.3.2-prerelease-4 |
>= 30.0.0 | >= 0.1.0-prerelease-1 |
Dependencies
- ASP.NET Core 8.0
- Xperience by Kentico
- Node.js 20.10.0 or newer (for development)
Full Instructions
To activate the communication of the Aira Unified app with the Aira service, you need to request an activation key. Please contact us at productmanagement@xperience.io for more information.
Follow the steps below to add the Aira Unified app to your Xperience project.
Package Installation
Add the package to your application using the .NET CLI
dotnet add package Kentico.Xperience.AiraUnified
Quick Start
- Add the Aira Unified configuration to your
appsettings.json
. The minimal required configuration is:
"AiraUnifiedOptions": {
"AiraUnifiedApiSubscriptionKey": "<your Aira Unified API key>"
}
For development and testing purposes, you can override default settings:
"AiraUnifiedOptions": {
"AiraUnifiedApiSubscriptionKey": "<your Aira Unified API key>",
"AiraUnifiedAIEndpoint": "https://your-custom-endpoint.com/api",
"AiraUnifiedUseMockClient": true
}
For detailed configuration options, see Configuration Options.
Configure your project for HTTPS.
Include the
Kentico.Xperience.AiraUnified
package in your project:dotnet add package Kentico.Xperience.AiraUnified
Register the required services in
Program.cs
:var builder = WebApplication.CreateBuilder(args); // ... builder.Services.AddKenticoAiraUnified(builder.Configuration); // ... var app = builder.Build(); // ... app.UseAiraUnifiedEndpoints(); app.Run();
Configure the Aira Unified settings in the administration UI: Open the Aira Unified application in the Xperience administration. Fill in:
- Relative Path Base: Defines where Aira Unified is available.
- Logo: Select an asset from the Media Library.
- Chat Title: Title for the chat page.
- Smart Upload Title: Title for the smart upload page.
- Workspace: The workspace used by the smart uploader.
Set up a
Content Type
for Mass Asset Upload.Configure role-based permissions in the
Role Management
application:- View: Access the Aira Unified chat.
- Create: Access and upload content via Smart Upload.
Users can now sign in to the Aira Unified app -
<your-path-base>/signin
.
For usage instructions, see Usage Guide.
For upgrade instructions, see Upgrades.
Contributing
To see the guidelines for Contributing to Kentico open source software, please see Kentico's
CONTRIBUTING.md
for more information and follow
the Kentico's CODE_OF_CONDUCT
.
Instructions and technical details for contributing to this project can be found in Contributing Setup.
License
Distributed under the MIT License. See LICENSE.md
for more information.
Support
This project has Kentico Labs limited support.
See SUPPORT.md
for more information.
This feature is currently in Preview mode. Do not use it for production instances.
For any security issues, see SECURITY.md
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Htmx (>= 1.8.1)
- Htmx.TagHelpers (>= 1.8.1)
- Kentico.Xperience.Admin (>= 30.2.0)
- Kentico.Xperience.WebApp (>= 30.2.0)
- Microsoft.AspNetCore.Components.Web (>= 8.0.11)
- Microsoft.Extensions.Configuration.UserSecrets (>= 6.0.1)
- Microsoft.Extensions.DependencyInjection (>= 8.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.3.2-prerelease-4 | 540 | 7/23/2025 |
0.3.2-prerelease-3 | 160 | 6/3/2025 |
0.3.1-prerelease-3 | 105 | 5/23/2025 |
0.3.0-prerelease-3 | 218 | 5/13/2025 |
0.2.0-prerelease-2 | 210 | 3/12/2025 |
0.1.0-prerelease-1 | 97 | 2/20/2025 |