Collaboration between designers and developers in modern web application development is often fragmented, leading to inefficiencies, delays, and repetitive manual implementation. This paper presents a Collaborative Web Designing Platform using Liveblocks, a web-based system that enables real-time multi-user UI design combined with AI-assisted frontend code generation. The platform allows multiple users to collaboratively design interfaces on a shared canvas with instant synchronization, presence awareness, and conflict-free updates. Visual designs and textual prompts are automatically converted into production-ready frontend code using modern frameworks such as Next.js. A live sandbox preview enables immediate validation and iterative refinement of generated applications. Experimental evaluation demonstrates improved productivity, reduced development time, and enhanced collaboration compared to traditional design-to-development workflows. The proposed system provides a scalable and efficient solution for modern collaborative web development environments.
Introduction
Traditional web application development separates UI design and implementation, leading to communication gaps, repeated manual coding, inconsistencies, and slower development cycles. Designers typically create static prototypes that developers later convert into code, causing delays and inefficiencies.
To overcome these issues, the paper proposes a Collaborative Web Designing Platform using Liveblocks that unifies real-time UI design, collaboration, and AI-driven code generation in a single environment. The platform enables multiple users to collaboratively design interfaces while automatically generating corresponding frontend code, eliminating traditional design–development handoff barriers.
The system uses a modular architecture with distinct layers: a UI layer for drag-and-drop design (React and Fabric.js), a collaboration layer powered by Liveblocks for real-time synchronization and presence awareness, an application logic layer using Next.js, an AI code generation layer that converts designs into production-ready Next.js components, a data management layer using PostgreSQL for persistence and versioning, and an execution and preview layer that provides secure, live in-browser previews via containerized sandboxes.
Implementation results show low-latency real-time collaboration, accurate UI-to-code generation, and seamless live previews. Performance evaluation demonstrates reduced manual coding, faster iteration cycles, improved consistency between design and code, and overall acceleration of the web development lifecycle compared to traditional workflows.
Conclusion
This paper presented a Collaborative Web Designing Platform using Liveblocks that integrates real-time multi-user design with AI-assisted code generation. By eliminating the traditional separation between design and development, the platform improves productivity, collaboration, and development speed. The system demonstrates strong potential as a scalable solution for modern web development workflows.
References
[1] M. B. Khan, C. S. Kushwaha, R. Rani, A. Verma, and P. Bahad, “Designing and Development of Real-Time Code Editor for Collaborative
[2] Programming,” International Journal of Computer Applications, 2023.
[3] Y. Dong, X. Jiang, Z. Jin, G. Li, and S. N., “Self-Collaboration Code Generation via ChatGPT,” arXiv Preprint, 2024.
[4] H. Zhang and Y. Su, “WebCode2M: A Real-World Dataset for Code Generation from Webpage Designs,” Proceedings of the International Conference on Software Engineering, 2025.
[5] S. Xiao, Y. Chen, J. Li, L. Chen, L. Sun, and T. Zhou, “Prototype2Code: End-to-End Front-End Code Generation from UI Design Prototypes,”
[6] Proceedings of the ACM Conference, 2024.
[7] T. Zhou and Y. Zhao, “Bridging Design and Development with Automated Declarative UI Code Generation,” IEEE Transactions on Software Engineering, 2024.
[8] M. Finnie, “Automatic Code Generation from Design Patterns,” IBM Systems Journal, 1996.
[9] P. de Lange and P. Nicolaescu, “Engineering Web Applications Using Real-Time Collaborative Modeling,” International Conference on Web Engineering, 2017.
[10] A. Frick, “From Design to Code: A Study on Generating Production Code from User Interface Design Software,” Master’s thesis, 2020.
[11] B. Combemale, J. Gray, and B. Rumpe, “Model-Based Code Generation Works: But How Far Does It Go? On the Role of the Generator,” IEEE Software, 2024.
[12] A. Neumann, “Integrating Web-Based Collaborative Live Editing into Model-Driven Engineering,” Journal of Web Engineering, 2020.