In this video, we’re adding a brand new Category system to our CMS, complete with database relationships, color options, and tagging support. I’ll walk you through creating the Category model and migration, setting up relationships with articles and users, and adding parent-child functionality so you can create nested categories. Then, we’ll build the Filament resource to manage categories directly in the admin panel — complete with color pickers, toggles, and searchable fields. Finally, we’ll connect categories to articles and display them dynamically using reusable badge components. By the end, you’ll have a clean, flexible way to organize your content with categories and tags.