# PhoenixKitComments v0.4.5 - Table of Contents > Comments module for PhoenixKit — polymorphic threading, likes/dislikes, and moderation ## Modules - [PhoenixKitComments](PhoenixKitComments.md): Standalone, resource-agnostic comments module. - [PhoenixKitComments.Activity](PhoenixKitComments.Activity.md): Activity-log wrapper for the Comments module. - [PhoenixKitComments.Comment](PhoenixKitComments.Comment.md): Schema for polymorphic comments with unlimited threading depth. - [PhoenixKitComments.CommentDislike](PhoenixKitComments.CommentDislike.md): Schema for comment dislikes in the standalone Comments module. - [PhoenixKitComments.CommentLike](PhoenixKitComments.CommentLike.md): Schema for comment likes in the standalone Comments module. - [PhoenixKitComments.CommentMedia](PhoenixKitComments.CommentMedia.md): Junction schema linking a comment to an uploaded file. - [PhoenixKitComments.Embed](PhoenixKitComments.Embed.md): Host-side wiring for embedding `PhoenixKitComments.Web.CommentsComponent`. - [PhoenixKitComments.Gettext](PhoenixKitComments.Gettext.md): Gettext backend for the comments module's own translations. - [PhoenixKitComments.ResourceHandler](PhoenixKitComments.ResourceHandler.md): The contract a host module implements to hook into comments. - [PhoenixKitComments.Web.CommentsComponent](PhoenixKitComments.Web.CommentsComponent.md): Reusable LiveComponent for displaying and managing comments on any resource. - [PhoenixKitComments.Web.Index](PhoenixKitComments.Web.Index.md): LiveView for comment moderation admin page. - [PhoenixKitComments.Web.Markdown](PhoenixKitComments.Web.Markdown.md): Shared markdown rendering for comment content. - [PhoenixKitComments.Web.Settings](PhoenixKitComments.Web.Settings.md): LiveView for Comments module settings management.