⚡ Shadcn Kit React Demo
September 23, 2025 · View on GitHub
This repository demonstrates how to seamlessly implement the sn-shadcn-kit npm package into a ServiceNow react application. The application is designed to be built and deployed using SDK 4.0.
Instance Install
To quickly install the application onto a ServiceNow instance and have a play around download the "Shadcn-Kit-Demo.xml" from the public folder. I would only suggest installing this on subproduction or PDI instances. This update set which will install:
- scope "React - x_659318_react" which contains a demo table and logic to showcase the SnForm component.
- scope "Shadkit SDK Demo - x_659318_sksdk" which contains the frontend react application.
- global dependencies (Scripted API methods) used by the react application.
Once installed visit https://<your_instance>.service-now.com/x_659318_sksdk_demo.do to view the application.
If you are looking to create your own react application using sn-shadcn-kit then visit the Shadkit Template repository to jump straight in with a step by step install.