Looking Back at HCL Volt MX v10 'Darwin': Figma-to-App, AIAD, CarPlay
Up front: this isn’t breaking news. HCL released Volt MX v10 “Darwin” back in August 2025. This is a catch-up explainer — laying out what the release brought for Domino developers who haven’t been tracking Volt MX, and spelling out exactly how it relates to Domino.
Volt MX is HCL’s low-code application development platform, used to build cross-platform mobile and web apps quickly. The v10 “Darwin” release bets almost everything on AI and the design-to-development pipeline.
The three headline features
1. Figma designs straight into apps. You can import Figma design files into Volt Iris (its design tool) and convert them to forms via GenAI. HCL claims this cuts development effort “by half or more.” For the age-old “designer hands over a mockup, engineer rebuilds it from scratch” problem, this is a shortcut.
2. AIAD (AI Assisted Dev). This release enhances Volt IQ with RAG1 for context-aware code generation and documentation retrieval — ask how to do something and it returns answers and code that fit the context, with documentation links. That’s the same approach as the Domino IQ RAG work covered earlier on this site: treat the product docs as a knowledge base and feed them to the model via RAG.
3. CarPlay / Android Auto. Developers can build car apps that “integrate seamlessly with Apple CarPlay and Google’s Android Auto” — extending Volt MX’s target devices from phones and tablets to the screen in the car.
Other notable bits
- Governance in Volt Foundry: a review/approval flow before deployment.
- iOS Live Activities: real-time Lock Screen updates (think order progress, delivery status).
- Passkeys: passwordless login.
- HCL DX portlet deployment integration: tie-in with HCL Digital Experience.
- A redesigned Volt Iris interface.
- AI Marketplace expanded to 40+ AI assets: document intelligence, image analysis, NLP, voice interfaces, and other ready-made components.
For the full release contents, defer to the official release notes; HCL also published an overview video.
So what does this have to do with Domino developers?
Two points of contact:
- Volt MX Go is the edition bundled with Domino — letting you use Volt MX’s tooling to build a modern front end directly on existing Domino data and applications. In other words, Volt MX isn’t “another world”; for Domino customers it’s one of HCL’s officially promoted modernisation paths.
- Volt IQ knows about Domino. HCL states that Volt IQ can answer “questions about other HCL products like Leap, Volt MX Go, and Domino (based on entitlements).” Its AI assistant pulls Domino into its knowledge scope too.
So even if you only touch Domino day to day and never write Volt MX, the v10 release still signals HCL’s direction: GenAI for design-to-dev, RAG for the AI assistant, Volt MX Go for a modern front end onto Domino. That lines up with where Domino itself has been heading these past couple of years (Domino IQ’s RAG, DRAPI as a REST backend) — the whole HCL ecosystem is leaning toward “AI plus standardised integration.”
Footnotes
-
RAG = Retrieval-Augmented Generation. Relevant content is first retrieved from a knowledge base (such as product docs), then fed to a large language model to generate the answer — grounding the response and reducing hallucination. ↩