NIMBUS Web Platform
The block-based CMS + AI Composer this very site runs on.
NIMBUS is Nimdigital’s in-house platform: every page is a JSON block tree rendered with React Server Components. The AI Composer generates pages from a natural-language description — it only produces valid JSON against the block registry, never free-form HTML.
The problem
We needed a platform we could clone quickly for many small clients (template-per-client) — lightweight, secure, and AI-friendly for content — without the overhead and security risk of WordPress.
How we built it
A split block registry (server-safe + React), a token engine that emits CSS vars from theme config, bilingual i18n from day one, and an AI provider layer that swaps between Claude and Gemini per site.
The result: nimdigital.vn itself is the first product running on this platform — living proof that it works.