Posts

Showing posts from April, 2026

Salesforce TDX 2026 highlights​ - II

Image
A few snapshots from TDX 2026 with the team. It was a great few days of learning, conversations, and seeing firsthand where Salesforce is heading next. Beyond the announcements, events like these are always a reminder that the best insights often come from the people you meet, the discussions you have, and the ideas you bring back to your teams.

Build React Apps Natively on Salesforce Using Salesforce Multi-Framework

Image
Salesforce development has traditionally centered around platform-native tools like Lightning Web Components, Aura, Visualforce, Apex, and Experience Cloud. These tools are still important, but Salesforce is now opening the door for developers who prefer modern frontend frameworks like React. With Salesforce Multi-Framework , developers can build React applications that run natively on the Salesforce platform, instead of embedding React apps through iframes, Canvas apps, or external hosting workarounds. Salesforce currently positions Multi-Framework as a beta capability for building React apps on the Agentforce 360 Platform. React is supported today, and Salesforce has indicated that additional frontend frameworks are expected later. What Is Salesforce Multi-Framework? Salesforce Multi-Framework is a new way to build user interfaces on Salesforce using popular frontend frameworks like React. Earlier, if a team wanted to show a React app inside Salesforce, the common options were: Em...

Engineering AI Coding Agents: Understanding Rules vs Skills

Image
  Please visit here for more details - https://ayaninsights.com/guestblogs/ai-coding-agents-rules-vs-skills/ In my blog, I explain the difference between Rules and Skills when working with AI coding agents and why both are important for building reliable and scalable development workflows. Rules act as global guardrails that define how an AI agent should behave across every task. They are useful for enforcing coding standards, security requirements, naming conventions, and architecture patterns. For example, a Salesforce rule may require Apex classes to use with sharing , prevent SOQL queries inside loops, and encourage selector or Unit of Work patterns. Skills, on the other hand, are task-specific capabilities loaded only when needed. A skill can guide the agent through repeatable workflows such as creating Apex test classes, building Lightning Web Components, or generating Salesforce Flows. Because Skills are modular and loaded on demand, they help reduce unnecessary context and ...

Salesforce TDX 2026 highlights​ - I

  After attending TDX 2026 , one thing stood out clearly: this was not just another product update cycle, but a meaningful shift in how Salesforce is evolving. The announcement that caught my attention most was Headless 360. It represents a major change in how we think about interacting with the Salesforce platform. Instead of being tied to the traditional browser-based experience, agents and developer tools can now work directly with the Salesforce ecosystem through APIs and modern interfaces. This creates new possibilities for deeper integrations, smarter automation, and more flexible composable architectures that extend well beyond the UI. Here are a few highlights that stood out to me: Salesforce Headless 360​ Agent Script going open source​ Agentforce Vibes 2.0​ Agent Exchange​ Salesforce Multi-Framework​ Agentforce Experience Layer (AXL)​ Agentforce Labs​ Agentforce Vibes 2.0 – AI is moving closer to being context-aware from day one. Instead of a heavy setup, it starts unders...