UKK Unhas Landing Page
Modernizing UKK Unhas digital infrastructure by migrating to a modular architecture, separating public landing pages from the marketplace for better performance and scalability.

What it is
UKK Unhas UI Platform is a frontend infrastructure modernization project developed for the Science and Laboratory Services of Hasanuddin University. The previous system combined public information and marketplace functionality within a single architecture, creating performance bottlenecks and making the platform harder to maintain. This project restructures the system into a more scalable and organized architecture using a monorepo approach.
Problem it solves
The existing platform mixed informational services such as articles, laboratory information, and schedules with transactional marketplace features in one application. As the platform grew, maintenance became more complex and performance optimization became harder to manage. By separating public-facing services from transactional systems, the platform becomes easier to maintain, faster to build, and more scalable for future development.
How it works
Built with Turborepo and pnpm workspaces, the platform uses a modular architecture to separate applications while maintaining consistency across the ecosystem. The public-facing experience is developed with Next.js 15+ and uses Route Groups to clearly organize public pages and internal administrative areas. Shared UI packages provide reusable components and design consistency, improving maintainability, scalability, and development speed.