Skip to content

Commit

Permalink
Clarify the smart components are samples (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
danroth27 authored Aug 15, 2024
1 parent 2cac40d commit 4ebde78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

You don't have to spend weeks of dev time redesigning your UX or researching machine learning and prompt engineering. .NET Smart Components are prebuilt end-to-end AI features that you can drop into your existing UIs to upgrade them, truly making your app more productive for your end users.

The .NET Smart Components are provided as sample implementations for ASP.NET Core apps targeting .NET 6 or later:
The .NET Smart Components are provided as sample implementations that we hope will inspire a rich ecosystem of AI-powered component libraries for .NET developers to use.

The easist way to see the .NET Smart Components in action, is to [run the prebuilt samples](#running-the-samples).

You can try out the .NET Smart Components in your own ASP.NET Core apps targeting .NET 6 or later with either:

* **Blazor** (see [Getting started with .NET Smart Components and Blazor](docs/getting-started-blazor.md))
* **MVC / Razor Pages** (see [Getting started with .NET Smart Components and MVC/Razor Pages](docs/getting-started-mvc-razor-pages.md))
Expand Down

0 comments on commit 4ebde78

Please sign in to comment.