Building instructui.com. An AI tool to generate ASP. NET Core Blazor UI using simple text description or from a screenshot. Ex: @syncfusion @icertis

Joined March 2012
11 Photos and videos
Pinned Tweet
30 Apr 2025
Happy to share that Radha AI is now part of Microsoft for Startup. Discover our flagship AI, Instruct UI: Create ASP.NET Core Blazor front-ends from text or screenshots. Try it at InstructUI.com.
2
98
Bharath retweeted
Tragedies like this often occur due to a "window of vulnerability" or Cold Chain Failure. If the vaccine isn't stored at 2°C-8°C constantly, it loses potency. ​4 ways to prevent this from happening to you 1️⃣ The 15-Minute Flush: Immediately wash the wound with soap and RUNNING water for 15 mins. This is the single most effective way to kill the virus at the entry point. 2️⃣ Demand the RIG: For broken skin (Category III), you need RIG (Rabies Immunoglobulin) inside the wound, not just the vaccine in your arm. RIG provides instant antibodies while the vaccine takes 7-14 days to work. 3️⃣ Choose the Right Hospital: Avoid small, local clinics that might have frequent power cuts or poor refrigeration. Go to a major government hospital where cold chain protocols (backup generators/medical fridges) are strictly monitored. 4️⃣ Zero Delay: If the bite is near the face/neck, the virus reaches the brain faster. Start the treatment within hours, not days.
NEW FEAR UNLOCKED 😭😭😭 How do I ensure that the dog wasn't infected ?
130
2,083
6,587
572,262
Bharath retweeted
14 Nov 2025
Blazor in the Console. Blazor everywhere.
8
7
74
12,743
Bharath retweeted
The coolest feature in ASP .NET Core 10 yet! 𝗦𝗲𝗿𝘃𝗲𝗿-𝗦𝗲𝗻𝘁 𝗘𝘃𝗲𝗻𝘁𝘀 It's a simpler alternative to SignalR 👇 You may need to integrate real-time updates in your .NET application from the backend to the frontend. You have a few options to implement this: • Polling — frontend continuously checks the server for new data • SignalR — frontend subscribes to an event, and the server sends this event using WebSockets • Server-Sent Events (already available in .NET 10 preview) Polling endpoints every few seconds can overload your server and waste bandwidth, while full-duplex WebSockets may be overkill for simple, one-way updates. Server-Sent Events (SSE) provide a lightweight, reliable way for ASP .NET Core apps to push continuous streams of data without the complexity of bidirectional protocols. Today, I shared with 11,267 people: ➡️ How SSE works and why it matters ➡️ Implementing an SSE endpoint with Minimal APIs ➡️ Testing your SSE stream using an HTTP Request file in the IDE ➡️ Building a simple Frontend Application to test SSE ➡️ Key differences between SSE and SignalR (WebSockets) I will show you how to create "Live Stock Market" updates both on the backend and the frontend. If you missed the issue, here it is (make sure to subscribe): ↳ antondevtips.com/blog/real-t… — ♻️ Repost to help your network learn about Server-Sent Events in .NET 10 ➕ Follow me ( @AntonMartyniuk ) for more #dotnet #API
5
47
262
16,201
23 Jun 2025
🚀 Instruct UI - AI for MudBlazor UI generation! Generate ASP NET Core Blazor UIs with MudBlazor components from text or screenshots. Instant live previews in-browser. 🎥 Check the demo video Build a modern budget app front-end in minutes using Instruct UI and MudBlazor Developed by Radha AI (Microsoft for Startups). Supports default Blazor, Tailwind, Bootstrap, and MudBlazor.
1
1
11
3,241
Bharath retweeted
23 Mar 2025
RAG is not Memory. AI agents need long-term memory to maintain context and learn continuously. 5 frameworks for AI agent memory. 100% opensource. 1. Graphiti builds temporally-aware knowledge graphs for AI agents that change over time with evolving relationships and context.
273
363
2,366
293,525
5 Mar 2025
Just built a quick event scheduler front-end using Blazor and Instruct UI—I just typed in what I needed, uploaded my wireframes, and watched the previews appear instantly. After some quick chat refinements, the UI was ready to go. See it in action.
1
4
2,646
1 Mar 2025
Just created an event scheduler front-end with blazor in minutes using Instruct UI. Typed my requirements as prompt, uploaded wireframes, and saw instant live previews. With continues chat, I refined the UI further to match my needs. See it in action.
1
15
4,579
20 Feb 2025
Hey Blazor devs, has anyone tried generating Blazor UI code with AI? Current AI models struggle with it, so I created a chat-based tool that generates Blazor UI from text or screenshots using built-in components like QuickGrid, and Form components, with Bootstrap and Tailwind for styling. Anyone interested in this?
4
10
2,873
Bharath retweeted
AWS detected a new form of ransomware attack, where attackers use SSE-C to overwrite your S3 data and re-encrypt them with the attacker's key. Presumably, you'd have to pay them a ransom in exchange for the key to regain access to your data. So now, they recommend disabling the use of SSE-C unless you need it. And, to enable S3 versioning to support data recovery in case they are deleted and overwritten. Read more in this blog post: aws.amazon.com/blogs/securit…
1
93
434
40,901
Bharath retweeted
6 Jan 2025
Top software engineers don't just code all day. They spend more time reading code, reviewing documentation, collaborating with others, and thinking strategically. Their focus is on delivering the most business value, which often means not writing code.
1
1
87
6 Jan 2025
You don't need more time, you need set priorities right.
43
Bharath retweeted
5 Jan 2025
Easier way to become excellent developer is to pay attention to details in things we do. Either we develop and use a thing it is required.
1
2
78
Bharath retweeted
5 Jan 2025
The easiest path to building a great product is being the first customer. Start from the pain point you have first.
1
2
69
5 Jan 2025
When to use ASP.NET Core Blazor? You are familiar with C#? Your backend is dotnet? Your app has lot of business logic? If you say yes to any of the above, then you should use Blazor.
51