Mixly
The Mixly is a dynamic and interactive platform designed to revolutionize the way DJs and audiences connect during live events. By allowing attendees to request songs, send shoutouts, and even tip their favorite DJs directly through the app, the Mixly enhances audience engagement and streamlines the event experience for both parties. DJs benefit from an intuitive interface to manage requests, prioritize the queue, and maintain the desired vibe, making every performance more impactful and enjoyable.

The Challenge
Managing real-time updates for song requests was a significant challenge, demanding efficient state management to ensure changes were instantly reflected across multiple connected clients. The app also needed to scale effectively, handling high volumes of concurrent users during live events without performance bottlenecks. Ensuring strong user engagement meant balancing robust functionality for DJs with simplicity for attendees, avoiding unnecessary complexity. Supporting diverse audiences required localization features such as multi-language support and cultural adaptability. Additionally, smooth onboarding was essential—streamlining login and registration while maintaining strong security for users unfamiliar with digital interfaces. Finally, implementing role-based features required carefully tailored interfaces and logic to provide seamless experiences for both DJs and attendees.
Technical Implementation
The app is built using Flutter for cross-platform compatibility on both iOS and Android, leveraging the lightweight and modular Nylo Framework for streamlined development. Routing is managed through Nylo’s system, supporting customizable transitions such as fade, right-to-left, and bottom-to-top animations, with defined routes including the Home Page (DJ dashboard), Login Page, Forgot Password Page, and Referral Info Page. Key features include phone-based authentication, registration and username collection flows, and a referral system that tracks user stats and rewards. The user interface emphasizes smooth transitions and animations to enhance the overall experience. On the backend, the app follows an API-first architecture with secure REST APIs handling authentication and referral data, along with middleware enforcing role-based access control.
