Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Strategic dashboard web application for tracking IBM staff courses, certifications and badges.

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
IBM Strategic Dashboard Client is a Next.js dashboard application built with IBM to give executive employees a server-side rendered view of staff courses, certifications, and badges.
It is the client side of a full stack application developed by Bugs-io in collaboration with IBM. It consumes data from two external services: an API repository and a data analysis tool, and presents the results in a web dashboard. The app runs on Next.js with server-side rendering, and the UI is built with Carbon Design and Carbon Charts.
.env.local file with a NEXT_PUBLIC_API_URL variable points the app to the API instance; a .env.local.example file illustrates the setup.npm run dev starts the app on localhost:3000.The client reads data from the API and data analysis tool services, both of which must be running. After downloading the repository, run npm install, create a .env.local file with NEXT_PUBLIC_API_URL set to the API's URL, and then npm run dev to start the server at localhost:3000.
The client is developed by the Bugs-io team in collaboration with IBM, as stated in the repository description.
No. The README lists the API and data analysis tool as prerequisites. Without them, the web app cannot fetch the data it needs to display.
The only variable mentioned is NEXT_PUBLIC_API_URL, which should be set to the URL where the API instance is running.
It is specifically built for IBM employees with executive roles and depends on IBM's internal educational data services, so it is not intended for general public use.
