You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _contentTemplates/common/get-started.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,6 @@ In this tutorial, you will use the [Telerik NuGet feed](slug:installation/nuget)
79
79
80
80
Well done! Now you have your first Telerik UI for Blazor component running in your Blazor app, showcasing the power of front-end development with Blazor.
Copy file name to clipboardExpand all lines: ai/copilot-extension.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ To use the Telerik GitHub Copilot extension for Blazor, you need to have:
19
19
* An active [GitHub Copilot](https://github.com/features/copilot) subscription. You can enable or configure GitHub Copilot on the [Copilot Settings page in your GitHub account](https://github.com/settings/copilot).
20
20
* A [Telerik user account](https://www.telerik.com/account/).
21
21
* An active [DevCraft or Telerik UI for Blazor license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/blazor-ui).
22
+
* A [Blazor application that includes Telerik UI for Blazor](slug:blazor-overview#getting-started).
22
23
23
24
## Installation
24
25
@@ -48,9 +49,9 @@ To use the Telerik Blazor Copilot extension:
48
49
49
50
The following list describes how your prompts may look like:
50
51
51
-
*`@telerikblazor` Generate a Grid with sorting and paging enabled. Bind the Grid to a Person model and provide dummy data.
52
-
*`@telerikblazor` Generate a Telerik ComboBox for Blazor that shows a list of products. Create a Product class and generate sample data.
53
-
*`@telerikblazor` Show me sample code for a Telerik Blazor Grid with virtual scrolling for the rows and columns.
52
+
*"`@telerikblazor` Generate a Grid with sorting and paging enabled. Bind the Grid to a Person model and provide dummy data."
53
+
*"`@telerikblazor` Generate a Telerik ComboBox for Blazor that shows a list of products. Create a Product class and generate sample data."
54
+
*"`@telerikblazor` Show me sample code for a Telerik Blazor Grid with virtual scrolling for the rows and columns."
54
55
55
56
## Number of Requests
56
57
@@ -59,7 +60,7 @@ The following list describes how your prompts may look like:
59
60
The Telerik Blazor Copilot extension allows the following maximum number of requests, depending on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
60
61
61
62
* Perpetual licenses: 50 requests per year
62
-
* Subscription licenses: 300 requests per day
63
+
* Subscription licenses: virtually unlimited number of requests with a fair use threshold of 300 requests per day
63
64
* Trial licenses: 300 requests per trial per year. Activating the same trial for a new release does not grant additional 300 requests.
64
65
65
66
> All Telerik AI tools share a single request limit for your Telerik account. For example, the Telerik Copilot extension and the Telerik MCP server both take up from the same usage quota.
Copy file name to clipboardExpand all lines: ai/mcp-server.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ To use the Telerik Blazor MCP server, you need:
19
19
* A [compatible MCP client (IDE, code editor or app)](https://modelcontextprotocol.io/clients) that supports *MCP tools*.
20
20
* A [Telerik user account](https://www.telerik.com/account/).
21
21
* An active [DevCraft or Telerik UI for Blazor license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/blazor-ui).
22
+
* A [Blazor application that includes Telerik UI for Blazor](slug:blazor-overview#getting-started).
22
23
23
24
## Installation
24
25
@@ -162,9 +163,9 @@ To increase the probability of the Telerik MVC Server being used, or to call it
162
163
163
164
The following list describes how your prompts may look like:
164
165
165
-
* Telerik Generate a Blazor Grid with sorting and paging enabled. Bind the Grid to a Person model and provide dummy data.
166
-
* Telerik Generate a ComboBox for Blazor that shows a list of products. Create a Product class and generate sample data.
167
-
* Telerik Show me sample code for a Blazor Grid with virtual scrolling for the rows and columns.
166
+
*"Telerik Generate a Blazor Grid with sorting and paging enabled. Bind the Grid to a Person model and provide dummy data."
167
+
*"Telerik Generate a ComboBox for Blazor that shows a list of products. Create a Product class and generate sample data."
168
+
*"Telerik Show me sample code for a Blazor Grid with virtual scrolling for the rows and columns."
168
169
169
170
170
171
## Number of Requests
@@ -174,7 +175,7 @@ The following list describes how your prompts may look like:
174
175
The Telerik Blazor MCP Server allows the following maximum number of requests, depending on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
175
176
176
177
* Perpetual licenses: 50 requests per year
177
-
* Subscription licenses: 300 requests per day
178
+
* Subscription licenses: virtually unlimited number of requests with a fair use threshold of 300 requests per day
178
179
* Trial licenses: 300 requests per trial per year. Activating the same trial for a new release does not grant additional 300 requests.
179
180
180
181
> One prompt may trigger several requests to the MCP server, depending on the complexity.
description: Learn about the AI-powered developer tools that integrate with your IDE or code editor for greater productivity and enhanced developer experience.
5
+
slug: ai-overview
6
+
tags: telerik,blazor,ai
7
+
published: True
8
+
position: 1
9
+
---
10
+
11
+
# Telerik Blazor AI Coding Assistant Overview
12
+
13
+
The Telerik Blazor AI Coding Assistant improves your developer experience and increases your productivity when implementing Blazor apps that include Telerik UI for Blazor. The coding assistant is an AI code generator that provides proprietary context to AI models in order to produce higher quality code samples with the [Telerik UI for Blazor components](https://www.telerik.com/blazor-ui) and API.
14
+
15
+
The Telerik AI Coding Assistant is integrated in:
16
+
17
+
* The [Telerik Blazor GitHub Copilot Extension](slug:ai-copilot-extension)
18
+
* The [Telerik Blazor MCP Server](slug:ai-mcp-server)
19
+
20
+
The major differences between these tools are:
21
+
22
+
* The MCP server is more powerful and can handle more complex prompts that require several requests to the AI model. An MCP-enabled client like GitHub Copilot in **Agent** mode can make changes to your app and rebuild it to verify the AI suggestions.
23
+
* The responses of the GitHub Copilot extension may contain shorter or partial code snippets and more explanations how to accomplish the task. When using the MCP server, the AI response is mostly code.
24
+
25
+
## Getting Started
26
+
27
+
To use the Telerik Blazor AI Coding Assistant, you need:
28
+
29
+
* A [Telerik user account](https://www.telerik.com/account/).
30
+
* An active [DevCraft or Telerik UI for Blazor license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/blazor-ui).
31
+
* A [Blazor application that includes Telerik UI for Blazor](slug:blazor-overview#getting-started).
32
+
33
+
> A Telerik [Subscription license](https://www.telerik.com/purchase/faq/licensing-purchasing) is recommended in order to use the Telerik Blazor AI Coding Assistant:
34
+
>
35
+
> * Subscription license holders can make an unlimited number of requests.
36
+
> * Perpetual license holders and trial users have a limited number of requests per year.
37
+
38
+
## Next Steps
39
+
40
+
* Install the [Telerik Blazor GitHub Copilot Extension](slug:ai-copilot-extension).
41
+
* Add the [Telerik Blazor MCP Server](slug:ai-mcp-server) to an MCP-enabled client.
Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
Add your desired Telerik Blazor components in the app as in a native Blazor app. Explore the available UI for Blazor components and their features in our [live demos](https://demos.telerik.com/blazor-ui).
116
116
117
+
### 8. Install Telerik AI Coding Assistants
118
+
119
+
* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
120
+
117
121
## Running the Blazor Hybrid App
118
122
119
123
You can now run the hybrid application in debug mode, but it's recommended to [be aware of possible caveats during deployment and prevent them upfront](slug:hybrid-blazor-apps#known-issues).
@@ -127,7 +131,6 @@ Refer to the following articles for more information on each technology stack:
127
131
## Next Steps
128
132
129
133
*[Explore the specifics of Telerik UI for Blazor in native MAUI](slug:hybrid-blazor-apps)
130
-
* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
126
+
Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
0 commit comments