In this webinar, Senior Product Manager Shriram Sankaran introduced the Syncfusion AI Coding Assistants, powerful tools that help developers build Blazor and React apps at lightning speed. If you missed the webinar or would like to watch it again, the recording of it is uploaded to our YouTube channel and embedded in these show notes.
Syncfusion’s AI Coding Assistants are model context protocol (MCP) servers designed to work seamlessly with Syncfusion’s Blazor and React component libraries. Unlike generic AI tools, they deliver context-aware, component-specific guidance, offering accurate code generation, configuration help, and troubleshooting support directly within your IDE.
These assistants are built to automate repetitive coding tasks, integrate documentation and examples directly in your workflow, and help you resolve issues faster. Developers can focus on unique business logic while letting the assistant handle boilerplate setup.
For example, simply type a prompt like, “Create a Blazor grid with paging, sorting, and filtering,” and the assistant will instantly generate fully functional code for you to customize.
To begin using the AI Coding Assistants, you’ll need:
Once configured, you can access the assistants within Visual Studio Code or Syncfusion Code Studio by adding a simple MCP configuration file and linking your API key.
Shriram demonstrated two live examples:
Each demo showcased how quickly the assistants can set up and customize components, saving developers hours of manual work.
Syncfusion ensures enterprise-grade privacy. Your code and project files remain private, the assistants do not access or store your data, nor is it used for model training. All processing occurs securely within your selected IDE environment.
Unlike other AI tools, Syncfusion’s AI Coding Assistants offer unlimited usage. You can explore, iterate, and build freely without quotas or restrictions. They work for both individual developers and large teams.
The AI Coding Assistants:
Q1: How do I do an aggregated product grid?
A: To create a Syncfusion DataGrid with aggregates, use one of the following prompts:
“#SyncfusionReactAssistant Add Grid component with aggregates.”
“#SyncfusionBlazorAssistant Add Grid component with aggregates.”
Q2: How do I set up the assistants using VS Code?
A: The AI assistant can be set up in VS Code by following the steps outlined in the React documentation or Blazor documentation.
Q3: I have installed Code Studio. I have generated an API Key. How do I proceed?
A: Once the API key is generated, follow the steps in the React documentation or Blazor documentation to install and use the AI Coding Assistant.
Q4: I visited the get started page. I have what is required. However, I can’t find information on how to activate the license or use the API key.
A: The API key can be generated on this page when you are signed in. Once generated, you can configure the MCP server according to our documentation.