Carousell Mar 4, 2019

Building a Dynamic UI System at Carousell (Part 1)

Article Summary

Siaw Young from Carousell reveals how they built a system that lets them update thousands of product categories without pushing app updates. The secret? A cross-platform markup language that operates at a higher abstraction than HTML.

Carousell faced a scaling nightmare: user-generated listings across diverse categories (from iPhones to jobs to insurance) needed structured data, but hardcoding forms for thousands of categories was unsustainable. Their solution was a server-driven UI system powered by 'fieldsets' that work uniformly across iOS, Android, and web.

Key Takeaways

Critical Insight

Carousell built a cross-platform, server-driven UI system that lets them iterate on business logic daily without shipping new app versions.

Part 2 dives into the actual fieldset format and how it achieves platform independence while maintaining native performance.

Recent from Carousell

Related Articles