--- uid: Uno.Development.SupportedLibraries --- # Supported 3rd-party libraries This article lists some of the 3rd-party libraries supported by Uno Platform. ## Control libraries * [Windows Community Toolkit](uno-community-toolkit.md) * [Syncfusion](https://github.com/syncfusion/Uno.SfChart) * [Lightning Chart](https://platform.uno/blog/lightningchart-introduces-uno-platform-support/) * [Live Charts](https://platform.uno/blog/livecharts-announces-support-for-uno-platform/) * [ScottPlot](https://scottplot.net/quickstart/unoplatform/) * [OxyPlot](https://github.com/HavenDV/H.OxyPlot) ## Presentation frameworks * [CommunityToolkit.Mvvm](https://learn.microsoft.com/dotnet/communitytoolkit/mvvm/) * [Prism](https://prismlibrary.com/) * [ReactiveUI](https://www.reactiveui.net/) * [MVVMCross](https://www.mvvmcross.com/) ## Design and theming * [Uno.Material](external/uno.themes/doc/material-getting-started.md) * [Uno.Cupertino](external/uno.themes/doc/cupertino-getting-started.md) * [Uno.Simple](external/uno.themes/doc/simple-getting-started.md) ## HTTP and API clients * [Refit](xref:Uno.Extensions.Http.Overview#refit) - Strongly-typed REST API client * [Kiota](xref:Uno.Extensions.Http.Overview#kiota) - OpenAPI/Swagger client generator ## Data and storage * [SQLite](https://www.sqlite.org/) - Local database for all platforms including WebAssembly * [LiteDB](https://www.litedb.org/) - Embedded .NET NoSQL database * [Json.NET (Newtonsoft.Json)](https://www.newtonsoft.com/json) - Popular JSON framework for .NET ## Logging * [Serilog](https://serilog.net/) - Flexible logging library ## Other libraries * [SkiaSharp](https://www.nuget.org/packages/SkiaSharp.Views.Uno) * [Shiny .NET](https://shinylib.net/mediator/extensions/unoplatform/) If we're missing a library here, [drop us a line](https://github.com/unoplatform/uno/issues/new/choose) or [create a Pull Request](https://github.com/unoplatform/uno/blob/master/doc/articles/supported-libraries.md)!