A reusable Swift UI framework for displaying standardised alert messages (success, danger, warning, info) as a clean alternative to UIAlertController in UIKit applications.

NKAlert was born out of a practical need: every iOS project needed the same type of alert messages, and UIAlertController was too limited for custom styling. Instead of rewriting the same component project after project, I packaged it as a reusable CocoaPods library that any Swift UIKit app could drop in with a single line. It supports four message types (success, danger, warning, info) with a consistent visual language across all of them. Published open source on CocoaPods and GitHub, and used across multiple personal and client projects as a reliable building block for user feedback UI.