Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A multi-functional and comprehensive admin dashboard using Next.js (SSR React), Ant Design and styled-components.

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
UOW Sculptures Admin Dashboard is an open-source admin dashboard template built with Next.js, Ant Design, and styled-components, designed to give UOWAC staff a single web interface for managing the data behind the UOW Sculptures mobile app.
This template is a full-stack admin dashboard for UOWAC staff to manage content, users, and analytics of the UOW Sculptures mobile app. The frontend runs on Next.js (SSR React) with Ant Design and styled-components, while the backend uses TypeScript Node.js, PostgreSQL, Auth0 for authentication, and AWS S3 for image storage. It produces dashboards, list views, and forms that let staff view system trends, manage sculpture records, moderate users, and track recent activity. The project is authored by Hieu Chu, Long Hung Nguyen, and Hoang Nam Bui, and is distributed under the MIT License.
After cloning, install dependencies with npm install, run the development server with npm run dev, and open http://localhost:3000. A production build is generated with npm run build and served with npm run start. The README supplies working demo credentials ([email protected] / uowsculptures) so reviewers can log in immediately.
Yes, the project is distributed under the MIT License, so it is free to use, modify, and redistribute with attribution. The source code also includes demo login credentials for quick evaluation.
The frontend is built with Next.js (SSR React), Ant Design, and styled-components, with react-map-gl for the map component. The backend uses TypeScript Node.js, PostgreSQL, Auth0 for authentication, and AWS S3 for cloud image storage.
No, the dashboard is separate from the UOW Sculptures mobile app. The mobile app is built with React Native and Redux and is published on Google Play; the dashboard is the admin interface that manages its data.
Yes. Because it is MIT-licensed, you can adapt it. To run a real deployment, you will need to set up your own PostgreSQL database, Auth0 application, and AWS S3 bucket, since the demo credentials and external services in the README are for evaluation.
The README provides a login with email [email protected] and password uowsculptures. This allows you to explore the dashboard without configuring your own Auth0 tenant.
