# phoenix_kit v1.7.53 - Table of Contents ## Pages - [PhoenixKit - The Elixir Phoenix Starter Kit for SaaS apps](readme-1.md) - [CHANGELOG](changelog.md) - Guides - [PhoenixKit Integration Guide](integration.md) - [OAuth & Magic Link Setup](oauth-and-magic-link-setup.md) - [AWS Email Setup Guide](aws-email-setup.md) - [Making Pages Live: Real-time Updates & Collaborative Editing](making-pages-live.md) - [.phk Publishing Format (Current Implementation)](phk-publishing-format.md) - [Phoenix Kit Authentication Header Integration Guide](auth-header-integration.md) - [Draggable List Component](draggable-list-component.md) - [PhoenixKit Development Guides](readme-2.md) - [PhoenixKit Entities Guide](entities-guide.md) - [Custom Admin Pages](custom-admin-pages.md) - [PhoenixKit Admin Navigation System](admin_readme.md) ## Modules - [PhoenixKit](PhoenixKit.md): PhoenixKit - [PhoenixKit.AWS.CredentialsVerifier](PhoenixKit.AWS.CredentialsVerifier.md): AWS credentials verification module. - [PhoenixKit.AWS.InfrastructureSetup](PhoenixKit.AWS.InfrastructureSetup.md): Automated AWS infrastructure setup for email event handling. - [PhoenixKit.AWS.SESv2](PhoenixKit.AWS.SESv2.md): AWS SES v2 API client for operations not supported by ExAws. - [PhoenixKit.Admin.Events](PhoenixKit.Admin.Events.md): PubSub event broadcasting for PhoenixKit admin panels. - [PhoenixKit.Admin.Presence](PhoenixKit.Admin.Presence.md): Phoenix.Presence implementation for tracking anonymous and authenticated sessions. - [PhoenixKit.Admin.SimplePresence](PhoenixKit.Admin.SimplePresence.md): Simple presence tracking system for PhoenixKit admin interface. - [PhoenixKit.Application](PhoenixKit.Application.md): OTP Application module for PhoenixKit. - [PhoenixKit.AuditLog](PhoenixKit.AuditLog.md): Context for managing audit logs in PhoenixKit. - [PhoenixKit.AuditLog.Entry](PhoenixKit.AuditLog.Entry.md): Schema for audit log entries. - [PhoenixKit.Cache](PhoenixKit.Cache.md): Generic caching system for PhoenixKit with ETS-backed storage. - [PhoenixKit.Cache.Registry](PhoenixKit.Cache.Registry.md): Lightweight Registry wrapper for PhoenixKit.Cache instances. - [PhoenixKit.Config](PhoenixKit.Config.md): Configuration management system for PhoenixKit. - [PhoenixKit.Config.AWS](PhoenixKit.Config.AWS.md): AWS configuration management for PhoenixKit. - [PhoenixKit.Config.AdminDashboardCategories](PhoenixKit.Config.AdminDashboardCategories.md): Admin dashboard categories configuration and validation for PhoenixKit. - [PhoenixKit.Config.UeberAuth](PhoenixKit.Config.UeberAuth.md): Ueberauth configuration management for PhoenixKit. - [PhoenixKit.Config.UserDashboardCategories](PhoenixKit.Config.UserDashboardCategories.md): User dashboard categories configuration and validation for PhoenixKit. - [PhoenixKit.Dashboard](PhoenixKit.Dashboard.md): User Dashboard Tab Management System. - [PhoenixKit.Dashboard.AdminTabs](PhoenixKit.Dashboard.AdminTabs.md): Default admin navigation tabs for PhoenixKit. - [PhoenixKit.Dashboard.Badge](PhoenixKit.Dashboard.Badge.md): Defines badge types for dashboard tab indicators. - [PhoenixKit.Dashboard.ContextSelector](PhoenixKit.Dashboard.ContextSelector.md): Configuration and helpers for the dashboard context selector. - [PhoenixKit.Dashboard.Group](PhoenixKit.Dashboard.Group.md): Struct representing a dashboard tab group. - [PhoenixKit.Dashboard.Presence](PhoenixKit.Dashboard.Presence.md): Presence tracking for dashboard tabs. - [PhoenixKit.Dashboard.Registry](PhoenixKit.Dashboard.Registry.md): Registry for managing dashboard tabs across the application. - [PhoenixKit.Dashboard.Tab](PhoenixKit.Dashboard.Tab.md): Defines the Tab struct and related types for the user dashboard navigation system. - [PhoenixKit.Dashboard.TabHelpers](PhoenixKit.Dashboard.TabHelpers.md): Shared helper functions for dashboard sidebar navigation. - [PhoenixKit.Install.ApplicationSupervisor](PhoenixKit.Install.ApplicationSupervisor.md): Installation helper for adding PhoenixKit supervisor to parent application. Used by `mix phoenix_kit.install` task. - [PhoenixKit.Install.AssetRebuild](PhoenixKit.Install.AssetRebuild.md): Handles asset rebuilding for PhoenixKit installations and updates. - [PhoenixKit.Install.BasicConfiguration](PhoenixKit.Install.BasicConfiguration.md): Installation helper for adding PhoenixKit supervisor to parent application. Used by `mix phoenix_kit.install` task. - [PhoenixKit.Install.BrowserPipelineIntegration](PhoenixKit.Install.BrowserPipelineIntegration.md): Handles automatic integration of PhoenixKit plugs into the browser pipeline. - [PhoenixKit.Install.Common](PhoenixKit.Install.Common.md): Common utilities shared between PhoenixKit installation and update tasks. - [PhoenixKit.Install.CssIntegration](PhoenixKit.Install.CssIntegration.md): Handles automatic Tailwind CSS + DaisyUI integration for PhoenixKit installation. - [PhoenixKit.Install.DemoFiles](PhoenixKit.Install.DemoFiles.md): Handles copying demo test files for PhoenixKit installation. - [PhoenixKit.Install.EndpointIntegration](PhoenixKit.Install.EndpointIntegration.md): Endpoint integration for PhoenixKit installation. - [PhoenixKit.Install.FinchSetup](PhoenixKit.Install.FinchSetup.md): Handles automatic Finch and HTTP client setup for PhoenixKit installation. - [PhoenixKit.Install.IgniterConfig](PhoenixKit.Install.IgniterConfig.md): Helper functions for working with Igniter to read and modify parent project configuration. - [PhoenixKit.Install.IgniterHelpers](PhoenixKit.Install.IgniterHelpers.md): Helper functions for working with Igniter to detect parent application information. - [PhoenixKit.Install.JsIntegration](PhoenixKit.Install.JsIntegration.md): Handles automatic JavaScript integration for PhoenixKit installation. - [PhoenixKit.Install.LayoutConfig](PhoenixKit.Install.LayoutConfig.md): Handles layout integration configuration for PhoenixKit installation. - [PhoenixKit.Install.MailerConfig](PhoenixKit.Install.MailerConfig.md): Handles mailer configuration for PhoenixKit installation. - [PhoenixKit.Install.MigrationStrategy](PhoenixKit.Install.MigrationStrategy.md): Handles migration strategy determination and execution for PhoenixKit installation. - [PhoenixKit.Install.OAuthConfig](PhoenixKit.Install.OAuthConfig.md): Handles OAuth configuration for PhoenixKit installation. - [PhoenixKit.Install.ObanConfig](PhoenixKit.Install.ObanConfig.md): Handles Oban configuration for PhoenixKit installation. - [PhoenixKit.Install.RateLimiterConfig](PhoenixKit.Install.RateLimiterConfig.md): Handles Hammer rate limiter configuration for PhoenixKit installation. - [PhoenixKit.Install.RepoDetection](PhoenixKit.Install.RepoDetection.md): Handles repository detection and validation for PhoenixKit installation. - [PhoenixKit.Install.RouterIntegration](PhoenixKit.Install.RouterIntegration.md): Handles router integration for PhoenixKit installation. - [PhoenixKit.Install.RuntimeDetector](PhoenixKit.Install.RuntimeDetector.md): Detects Phoenix runtime configuration patterns and determines appropriate config strategy. - [PhoenixKit.Jobs](PhoenixKit.Jobs.md): Jobs module for PhoenixKit. - [PhoenixKit.LayoutConfig](PhoenixKit.LayoutConfig.md): Configuration manager for PhoenixKit layout integration. - [PhoenixKit.Mailer](PhoenixKit.Mailer.md): Mailer module for PhoenixKit emails. - [PhoenixKit.Migration](PhoenixKit.Migration.md): Migrations create and modify the database tables PhoenixKit needs to function. - [PhoenixKit.Migrations.Postgres](PhoenixKit.Migrations.Postgres.md): PhoenixKit PostgreSQL Migration System - [PhoenixKit.Migrations.Postgres.V02](PhoenixKit.Migrations.Postgres.V02.md): PhoenixKit Migration V02: Remove is_active column from role assignments. - [PhoenixKit.Migrations.Postgres.V03](PhoenixKit.Migrations.Postgres.V03.md): PhoenixKit V03 Migration: Settings System - [PhoenixKit.Migrations.Postgres.V04](PhoenixKit.Migrations.Postgres.V04.md): PhoenixKit V04 Migration: Settings Module Column + Referral System - [PhoenixKit.Migrations.Postgres.V05](PhoenixKit.Migrations.Postgres.V05.md): PhoenixKit V05 Migration: Add Beneficiary Field to Referral Codes - [PhoenixKit.Migrations.Postgres.V06](PhoenixKit.Migrations.Postgres.V06.md): PhoenixKit V06 Migration: Allow NULL Expiration Dates for Referral Codes - [PhoenixKit.Migrations.Postgres.V07](PhoenixKit.Migrations.Postgres.V07.md): PhoenixKit V07 Migration: Email System - [PhoenixKit.Migrations.Postgres.V08](PhoenixKit.Migrations.Postgres.V08.md): PhoenixKit V08 Migration: Username Support - [PhoenixKit.Migrations.Postgres.V09](PhoenixKit.Migrations.Postgres.V09.md): PhoenixKit V09 Migration: Email Blocklist Support - [PhoenixKit.Migrations.Postgres.V10](PhoenixKit.Migrations.Postgres.V10.md): PhoenixKit V10 Migration: User Registration Analytics - [PhoenixKit.Migrations.Postgres.V11](PhoenixKit.Migrations.Postgres.V11.md): PhoenixKit V11 Migration: Per-User Timezone Settings - [PhoenixKit.Migrations.Postgres.V12](PhoenixKit.Migrations.Postgres.V12.md): PhoenixKit V12 Migration: JSON Settings Support - [PhoenixKit.Migrations.Postgres.V13](PhoenixKit.Migrations.Postgres.V13.md): PhoenixKit V13 Migration: Enhanced Email Tracking with AWS SES Integration - [PhoenixKit.Migrations.Postgres.V14](PhoenixKit.Migrations.Postgres.V14.md): PhoenixKit V14 Migration: Email Body Compression Support - [PhoenixKit.Migrations.Postgres.V15](PhoenixKit.Migrations.Postgres.V15.md): PhoenixKit V15 Migration: Email Templates System - [PhoenixKit.Migrations.Postgres.V16](PhoenixKit.Migrations.Postgres.V16.md): PhoenixKit V16 Migration: OAuth Providers System & Magic Link Registration - [PhoenixKit.Migrations.Postgres.V17](PhoenixKit.Migrations.Postgres.V17.md): PhoenixKit V17 Migration: Entities System (Dynamic Content Types) - [PhoenixKit.Migrations.Postgres.V18](PhoenixKit.Migrations.Postgres.V18.md): PhoenixKit V18 Migration: User Custom Fields - [PhoenixKit.Migrations.Postgres.V19](PhoenixKit.Migrations.Postgres.V19.md): PhoenixKit V19 Migration: Enhanced Email Status Tracking - [PhoenixKit.Migrations.Postgres.V20](PhoenixKit.Migrations.Postgres.V20.md): PhoenixKit V20 Migration: Distributed File Storage System - [PhoenixKit.Migrations.Postgres.V21](PhoenixKit.Migrations.Postgres.V21.md): PhoenixKit V21 Migration: Optimize Message ID Search Performance - [PhoenixKit.Migrations.Postgres.V22](PhoenixKit.Migrations.Postgres.V22.md): PhoenixKit V22 Migration: Email System Improvements & Audit Logging - [PhoenixKit.Migrations.Postgres.V23](PhoenixKit.Migrations.Postgres.V23.md): PhoenixKit V23 Migration: Session Fingerprinting - [PhoenixKit.Migrations.Postgres.V24](PhoenixKit.Migrations.Postgres.V24.md): PhoenixKit V24 Migration: File Checksum Unique Index - [PhoenixKit.Migrations.Postgres.V25](PhoenixKit.Migrations.Postgres.V25.md): PhoenixKit V25 Migration: Aspect Ratio Control for Dimensions - [PhoenixKit.Migrations.Postgres.V26](PhoenixKit.Migrations.Postgres.V26.md): Migration V26: Rename checksum fields and add per-user deduplication. - [PhoenixKit.Migrations.Postgres.V27](PhoenixKit.Migrations.Postgres.V27.md): Migration V27: Add Oban tables for background job processing. - [PhoenixKit.Migrations.Postgres.V28](PhoenixKit.Migrations.Postgres.V28.md): Migration V28: Add preferred_locale field to users table for dialect preferences. - [PhoenixKit.Migrations.Postgres.V29](PhoenixKit.Migrations.Postgres.V29.md): PhoenixKit V29 Migration: Posts System - [PhoenixKit.Migrations.Postgres.V30](PhoenixKit.Migrations.Postgres.V30.md): Migration V30: Move preferred_locale from column to custom_fields JSONB. - [PhoenixKit.Migrations.Postgres.V31](PhoenixKit.Migrations.Postgres.V31.md): PhoenixKit V31 Migration: Billing System - Phase 1 - [PhoenixKit.Migrations.Postgres.V32](PhoenixKit.Migrations.Postgres.V32.md): PhoenixKit V32 Migration: AI System - [PhoenixKit.Migrations.Postgres.V33](PhoenixKit.Migrations.Postgres.V33.md): PhoenixKit V33 Migration: Payment Providers and Subscriptions - [PhoenixKit.Migrations.Postgres.V34](PhoenixKit.Migrations.Postgres.V34.md): PhoenixKit V34 Migration: AI Endpoints System - [PhoenixKit.Migrations.Postgres.V35](PhoenixKit.Migrations.Postgres.V35.md): PhoenixKit V35 Migration: Support Tickets System - [PhoenixKit.Migrations.Postgres.V36](PhoenixKit.Migrations.Postgres.V36.md): PhoenixKit V36 Migration: Connections Module - Social Relationships System - [PhoenixKit.Migrations.Postgres.V37](PhoenixKit.Migrations.Postgres.V37.md): PhoenixKit V37 Migration: DB Sync - Connections & Transfer Tracking - [PhoenixKit.Migrations.Postgres.V38](PhoenixKit.Migrations.Postgres.V38.md): PhoenixKit V38 Migration: AI Prompts System - [PhoenixKit.Migrations.Postgres.V39](PhoenixKit.Migrations.Postgres.V39.md): PhoenixKit V39 Migration: Admin Notes System - [PhoenixKit.Migrations.Postgres.V40](PhoenixKit.Migrations.Postgres.V40.md): PhoenixKit V40 Migration: UUID Column Addition for Legacy Tables - [PhoenixKit.Migrations.Postgres.V41](PhoenixKit.Migrations.Postgres.V41.md): PhoenixKit V41 Migration: AI Request Prompt Tracking & Reasoning Parameters - [PhoenixKit.Migrations.Postgres.V42](PhoenixKit.Migrations.Postgres.V42.md): PhoenixKit V42 Migration: Universal Scheduled Jobs System - [PhoenixKit.Migrations.Postgres.V43](PhoenixKit.Migrations.Postgres.V43.md): PhoenixKit V43 Migration: Legal Module - [PhoenixKit.Migrations.Postgres.V44](PhoenixKit.Migrations.Postgres.V44.md): PhoenixKit V44 Migration: Rename DB Sync tables to Sync - [PhoenixKit.Migrations.Postgres.V45](PhoenixKit.Migrations.Postgres.V45.md): PhoenixKit V45 Migration: E-commerce Shop Module - [PhoenixKit.Migrations.Postgres.V46](PhoenixKit.Migrations.Postgres.V46.md): V46: Product Options with Dynamic Pricing + Import Logs + Translations - [PhoenixKit.Migrations.Postgres.V47](PhoenixKit.Migrations.Postgres.V47.md): V47: Shop Localized Fields - [PhoenixKit.Migrations.Postgres.V48](PhoenixKit.Migrations.Postgres.V48.md): V48: Post and Comment Dislikes - [PhoenixKit.Migrations.Postgres.V49](PhoenixKit.Migrations.Postgres.V49.md): V49: Shop Import Enhancements - [PhoenixKit.Migrations.Postgres.V50](PhoenixKit.Migrations.Postgres.V50.md): V50: Add access_type to storage buckets - [PhoenixKit.Migrations.Postgres.V51](PhoenixKit.Migrations.Postgres.V51.md): V51: Cart items unique constraint fix + User deletion FK constraints - [PhoenixKit.Migrations.Postgres.V52](PhoenixKit.Migrations.Postgres.V52.md): V52: Shop localized slug functional unique index - [PhoenixKit.Migrations.Postgres.V53](PhoenixKit.Migrations.Postgres.V53.md): V53: Module-Level Permission System - [PhoenixKit.Migrations.Postgres.V54](PhoenixKit.Migrations.Postgres.V54.md): V54: Category Featured Product + Import Config download_images - [PhoenixKit.Migrations.Postgres.V55](PhoenixKit.Migrations.Postgres.V55.md): V55: Standalone Comments Module - [PhoenixKit.Migrations.Postgres.V56](PhoenixKit.Migrations.Postgres.V56.md): V56: UUID Column Consistency Fix - [PhoenixKit.Migrations.Postgres.V57](PhoenixKit.Migrations.Postgres.V57.md): V57: UUID FK Column Repair - [PhoenixKit.Migrations.Postgres.V58](PhoenixKit.Migrations.Postgres.V58.md): V58: Timestamp Column Type Standardization (timestamptz) - [PhoenixKit.Migrations.Postgres.V59](PhoenixKit.Migrations.Postgres.V59.md): V59: Publishing Module — Database Tables - [PhoenixKit.Migrations.Postgres.V60](PhoenixKit.Migrations.Postgres.V60.md): V60: Email Templates UUID FK Columns - [PhoenixKit.Migrations.Postgres.V61](PhoenixKit.Migrations.Postgres.V61.md): V61: UUID Column Safety Net for Tables Missed by V40 - [PhoenixKit.Migrations.Postgres.V62](PhoenixKit.Migrations.Postgres.V62.md): V62 — Rename UUID-type columns from `_id` suffix to `_uuid` suffix. - [PhoenixKit.Migrations.Postgres.V63](PhoenixKit.Migrations.Postgres.V63.md): V63: UUID Companion Column Safety Net — Round 2 - [PhoenixKit.Migrations.Postgres.V64](PhoenixKit.Migrations.Postgres.V64.md): V64: Fix user token check constraint for UUID-only inserts. - [PhoenixKit.Migrations.Postgres.V65](PhoenixKit.Migrations.Postgres.V65.md): V65: Rename SubscriptionPlan → SubscriptionType - [PhoenixKit.Migrations.Postgres.V66](PhoenixKit.Migrations.Postgres.V66.md): V66: Make legacy user_id columns nullable on posts module tables. - [PhoenixKit.Migrations.Postgres.V67](PhoenixKit.Migrations.Postgres.V67.md): V67: Make all remaining legacy NOT NULL integer FK columns nullable. - [PhoenixKit.Migrations.Postgres.V68](PhoenixKit.Migrations.Postgres.V68.md): V68: Allow NULL slug for timestamp-mode publishing posts - [PhoenixKit.Migrations.Postgres.V69](PhoenixKit.Migrations.Postgres.V69.md): V69: Make legacy integer FK columns nullable on role tables. - [PhoenixKit.Migrations.Postgres.V70](PhoenixKit.Migrations.Postgres.V70.md): V70: Re-backfill UUID FK columns silently skipped in V56/V63. - [PhoenixKit.Migrations.Postgres.V71](PhoenixKit.Migrations.Postgres.V71.md): V71: Rename product_ids → product_uuids in shop import logs. - [PhoenixKit.Migrations.UUIDFKColumns](PhoenixKit.Migrations.UUIDFKColumns.md): Adds UUID FK columns alongside integer FKs across PhoenixKit tables. - [PhoenixKit.Migrations.UUIDRepair](PhoenixKit.Migrations.UUIDRepair.md): Repairs missing UUID columns for databases upgrading from PhoenixKit < 1.7.0. - [PhoenixKit.Module](PhoenixKit.Module.md): Behaviour for PhoenixKit feature modules (internal and external). - [PhoenixKit.ModuleDiscovery](PhoenixKit.ModuleDiscovery.md): Zero-config auto-discovery of external PhoenixKit modules. - [PhoenixKit.ModuleRegistry](PhoenixKit.ModuleRegistry.md): Runtime registry of all PhoenixKit modules (internal and external). - [PhoenixKit.Modules.AI](PhoenixKit.Modules.AI.md): Main context for PhoenixKit AI system. - [PhoenixKit.Modules.AI.AIModel](PhoenixKit.Modules.AI.AIModel.md): Struct representing a normalized AI model from the OpenRouter API. - [PhoenixKit.Modules.AI.Completion](PhoenixKit.Modules.AI.Completion.md): OpenRouter completion client for making AI API calls. - [PhoenixKit.Modules.AI.Endpoint](PhoenixKit.Modules.AI.Endpoint.md): AI endpoint schema for PhoenixKit AI system. - [PhoenixKit.Modules.AI.OpenRouterClient](PhoenixKit.Modules.AI.OpenRouterClient.md): OpenRouter API client for PhoenixKit AI system. - [PhoenixKit.Modules.AI.Prompt](PhoenixKit.Modules.AI.Prompt.md): AI prompt schema for PhoenixKit AI system. - [PhoenixKit.Modules.AI.Request](PhoenixKit.Modules.AI.Request.md): AI request schema for PhoenixKit AI system. - [PhoenixKit.Modules.AI.Web.EndpointForm](PhoenixKit.Modules.AI.Web.EndpointForm.md): LiveView for creating and editing AI endpoints. - [PhoenixKit.Modules.AI.Web.Endpoints](PhoenixKit.Modules.AI.Web.Endpoints.md): LiveView for AI endpoints management. - [PhoenixKit.Modules.AI.Web.PromptForm](PhoenixKit.Modules.AI.Web.PromptForm.md): LiveView for creating and editing AI prompts. - [PhoenixKit.Modules.AI.Web.Prompts](PhoenixKit.Modules.AI.Web.Prompts.md): LiveView for AI prompts management. - [PhoenixKit.Modules.Billing](PhoenixKit.Modules.Billing.md): Main context for PhoenixKit Billing system. - [PhoenixKit.Modules.Billing.BillingProfile](PhoenixKit.Modules.Billing.BillingProfile.md): Billing profile schema for PhoenixKit Billing system. - [PhoenixKit.Modules.Billing.CountryData](PhoenixKit.Modules.Billing.CountryData.md): Wrapper for BeamLabCountries with billing-specific functions. - [PhoenixKit.Modules.Billing.Currency](PhoenixKit.Modules.Billing.Currency.md): Currency schema for PhoenixKit Billing system. - [PhoenixKit.Modules.Billing.Events](PhoenixKit.Modules.Billing.Events.md): PubSub events for PhoenixKit Billing system. - [PhoenixKit.Modules.Billing.IbanData](PhoenixKit.Modules.Billing.IbanData.md): IBAN specifications by country. - [PhoenixKit.Modules.Billing.Invoice](PhoenixKit.Modules.Billing.Invoice.md): Invoice schema for PhoenixKit Billing system. - [PhoenixKit.Modules.Billing.Order](PhoenixKit.Modules.Billing.Order.md): Order schema for PhoenixKit Billing system. - [PhoenixKit.Modules.Billing.PaymentMethod](PhoenixKit.Modules.Billing.PaymentMethod.md): Schema for saved payment methods (cards, bank accounts, wallets). - [PhoenixKit.Modules.Billing.PaymentOption](PhoenixKit.Modules.Billing.PaymentOption.md): Payment option schema for checkout. - [PhoenixKit.Modules.Billing.Providers](PhoenixKit.Modules.Billing.Providers.md): Provider registry and helper functions for payment providers. - [PhoenixKit.Modules.Billing.Providers.PayPal](PhoenixKit.Modules.Billing.Providers.PayPal.md): PayPal payment provider implementation. - [PhoenixKit.Modules.Billing.Providers.Provider](PhoenixKit.Modules.Billing.Providers.Provider.md): Behaviour for payment providers. - [PhoenixKit.Modules.Billing.Providers.Razorpay](PhoenixKit.Modules.Billing.Providers.Razorpay.md): Razorpay payment provider implementation. - [PhoenixKit.Modules.Billing.Providers.Stripe](PhoenixKit.Modules.Billing.Providers.Stripe.md): Stripe payment provider implementation. - [PhoenixKit.Modules.Billing.Providers.Types.ChargeResult](PhoenixKit.Modules.Billing.Providers.Types.ChargeResult.md): Struct returned by `Provider.charge_payment_method/3`. - [PhoenixKit.Modules.Billing.Providers.Types.CheckoutSession](PhoenixKit.Modules.Billing.Providers.Types.CheckoutSession.md): Struct returned by `Provider.create_checkout_session/2`. - [PhoenixKit.Modules.Billing.Providers.Types.PaymentMethodInfo](PhoenixKit.Modules.Billing.Providers.Types.PaymentMethodInfo.md): Struct returned by `Provider.get_payment_method_details/1`. - [PhoenixKit.Modules.Billing.Providers.Types.ProviderInfo](PhoenixKit.Modules.Billing.Providers.Types.ProviderInfo.md): Struct for payment provider display information. - [PhoenixKit.Modules.Billing.Providers.Types.RefundResult](PhoenixKit.Modules.Billing.Providers.Types.RefundResult.md): Struct returned by `Provider.create_refund/3`. - [PhoenixKit.Modules.Billing.Providers.Types.SetupSession](PhoenixKit.Modules.Billing.Providers.Types.SetupSession.md): Struct returned by `Provider.create_setup_session/2`. - [PhoenixKit.Modules.Billing.Providers.Types.WebhookEventData](PhoenixKit.Modules.Billing.Providers.Types.WebhookEventData.md): Struct returned by `Provider.handle_webhook_event/1`. - [PhoenixKit.Modules.Billing.Subscription](PhoenixKit.Modules.Billing.Subscription.md): Schema for subscriptions (master record). - [PhoenixKit.Modules.Billing.SubscriptionType](PhoenixKit.Modules.Billing.SubscriptionType.md): Schema for subscription types (pricing tiers). - [PhoenixKit.Modules.Billing.Transaction](PhoenixKit.Modules.Billing.Transaction.md): Schema for payment transactions. - [PhoenixKit.Modules.Billing.Web.BillingProfileForm](PhoenixKit.Modules.Billing.Web.BillingProfileForm.md): Billing profile form LiveView for creating and editing billing profiles. - [PhoenixKit.Modules.Billing.Web.BillingProfiles](PhoenixKit.Modules.Billing.Web.BillingProfiles.md): Billing profiles list LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.CreditNotePrint](PhoenixKit.Modules.Billing.Web.CreditNotePrint.md): Printable credit note view - displays refund/credit note in a print-friendly format. - [PhoenixKit.Modules.Billing.Web.Currencies](PhoenixKit.Modules.Billing.Web.Currencies.md): Currencies management LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.Index](PhoenixKit.Modules.Billing.Web.Index.md): Billing module dashboard LiveView. - [PhoenixKit.Modules.Billing.Web.InvoiceDetail](PhoenixKit.Modules.Billing.Web.InvoiceDetail.md): Invoice detail LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.InvoiceDetail.Actions](PhoenixKit.Modules.Billing.Web.InvoiceDetail.Actions.md): Action handlers for the invoice detail LiveView. - [PhoenixKit.Modules.Billing.Web.InvoiceDetail.Helpers](PhoenixKit.Modules.Billing.Web.InvoiceDetail.Helpers.md): Helper functions for the invoice detail LiveView. - [PhoenixKit.Modules.Billing.Web.InvoiceDetail.TimelineEvent](PhoenixKit.Modules.Billing.Web.InvoiceDetail.TimelineEvent.md): Struct representing a single event in the invoice timeline. - [PhoenixKit.Modules.Billing.Web.InvoicePrint](PhoenixKit.Modules.Billing.Web.InvoicePrint.md): Printable invoice view - displays invoice in a print-friendly format. - [PhoenixKit.Modules.Billing.Web.Invoices](PhoenixKit.Modules.Billing.Web.Invoices.md): Invoices list LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.OrderDetail](PhoenixKit.Modules.Billing.Web.OrderDetail.md): Order detail LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.OrderForm](PhoenixKit.Modules.Billing.Web.OrderForm.md): Order form LiveView for creating and editing orders. - [PhoenixKit.Modules.Billing.Web.Orders](PhoenixKit.Modules.Billing.Web.Orders.md): Orders list LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.PaymentConfirmationPrint](PhoenixKit.Modules.Billing.Web.PaymentConfirmationPrint.md): Printable payment confirmation view - displays individual payment in a print-friendly format. - [PhoenixKit.Modules.Billing.Web.ProviderSettings](PhoenixKit.Modules.Billing.Web.ProviderSettings.md): Payment provider settings LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.ReceiptPrint](PhoenixKit.Modules.Billing.Web.ReceiptPrint.md): Printable receipt view - displays receipt in a print-friendly format. - [PhoenixKit.Modules.Billing.Web.Settings](PhoenixKit.Modules.Billing.Web.Settings.md): Billing settings LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.SubscriptionDetail](PhoenixKit.Modules.Billing.Web.SubscriptionDetail.md): Subscription detail LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.SubscriptionForm](PhoenixKit.Modules.Billing.Web.SubscriptionForm.md): Subscription form LiveView for creating subscriptions manually. - [PhoenixKit.Modules.Billing.Web.SubscriptionTypeForm](PhoenixKit.Modules.Billing.Web.SubscriptionTypeForm.md): Subscription type form LiveView for creating and editing subscription types. - [PhoenixKit.Modules.Billing.Web.SubscriptionTypes](PhoenixKit.Modules.Billing.Web.SubscriptionTypes.md): Subscription types list LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.Subscriptions](PhoenixKit.Modules.Billing.Web.Subscriptions.md): Subscriptions list LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.Transactions](PhoenixKit.Modules.Billing.Web.Transactions.md): Transactions list LiveView for the billing module. - [PhoenixKit.Modules.Billing.Web.UserBillingProfileForm](PhoenixKit.Modules.Billing.Web.UserBillingProfileForm.md): User billing profile form LiveView for creating and editing own billing profiles. - [PhoenixKit.Modules.Billing.Web.UserBillingProfiles](PhoenixKit.Modules.Billing.Web.UserBillingProfiles.md): User billing profiles list LiveView. - [PhoenixKit.Modules.Billing.Web.WebhookController](PhoenixKit.Modules.Billing.Web.WebhookController.md): Handles webhooks from payment providers (Stripe, PayPal, Razorpay). - [PhoenixKit.Modules.Billing.WebhookEvent](PhoenixKit.Modules.Billing.WebhookEvent.md): Schema for webhook event logging and idempotency. - [PhoenixKit.Modules.Billing.WebhookProcessor](PhoenixKit.Modules.Billing.WebhookProcessor.md): Processes normalized webhook events from payment providers. - [PhoenixKit.Modules.Billing.Workers.SubscriptionDunningWorker](PhoenixKit.Modules.Billing.Workers.SubscriptionDunningWorker.md): Oban worker for dunning (failed payment recovery). - [PhoenixKit.Modules.Billing.Workers.SubscriptionRenewalWorker](PhoenixKit.Modules.Billing.Workers.SubscriptionRenewalWorker.md): Oban worker for processing subscription renewals. - [PhoenixKit.Modules.Blogging](PhoenixKit.Modules.Blogging.md): DEPRECATED: This module has been renamed to `PhoenixKit.Modules.Publishing`. - [PhoenixKit.Modules.Comments](PhoenixKit.Modules.Comments.md): Standalone, resource-agnostic comments module. - [PhoenixKit.Modules.Comments.Comment](PhoenixKit.Modules.Comments.Comment.md): Schema for polymorphic comments with unlimited threading depth. - [PhoenixKit.Modules.Comments.CommentDislike](PhoenixKit.Modules.Comments.CommentDislike.md): Schema for comment dislikes in the standalone Comments module. - [PhoenixKit.Modules.Comments.CommentLike](PhoenixKit.Modules.Comments.CommentLike.md): Schema for comment likes in the standalone Comments module. - [PhoenixKit.Modules.Comments.Web.CommentsComponent](PhoenixKit.Modules.Comments.Web.CommentsComponent.md): Reusable LiveComponent for displaying and managing comments on any resource. - [PhoenixKit.Modules.Comments.Web.Index](PhoenixKit.Modules.Comments.Web.Index.md): LiveView for comment moderation admin page. - [PhoenixKit.Modules.Comments.Web.Settings](PhoenixKit.Modules.Comments.Web.Settings.md): LiveView for Comments module settings management. - [PhoenixKit.Modules.Connections](PhoenixKit.Modules.Connections.md): Connections module for PhoenixKit - Social Relationships System. - [PhoenixKit.Modules.Connections.Block](PhoenixKit.Modules.Connections.Block.md): Schema for user blocking relationships. - [PhoenixKit.Modules.Connections.BlockHistory](PhoenixKit.Modules.Connections.BlockHistory.md): Schema for block activity history. - [PhoenixKit.Modules.Connections.Connection](PhoenixKit.Modules.Connections.Connection.md): Schema for two-way mutual connection relationships. - [PhoenixKit.Modules.Connections.ConnectionHistory](PhoenixKit.Modules.Connections.ConnectionHistory.md): Schema for connection activity history. - [PhoenixKit.Modules.Connections.Follow](PhoenixKit.Modules.Connections.Follow.md): Schema for one-way follow relationships. - [PhoenixKit.Modules.Connections.FollowHistory](PhoenixKit.Modules.Connections.FollowHistory.md): Schema for follow activity history. - [PhoenixKit.Modules.DB](PhoenixKit.Modules.DB.md): Database helpers for PhoenixKit. - [PhoenixKit.Modules.DB.Listener](PhoenixKit.Modules.DB.Listener.md): GenServer that listens for PostgreSQL NOTIFY events for live table updates. - [PhoenixKit.Modules.DB.Web.Activity](PhoenixKit.Modules.DB.Web.Activity.md): Live activity monitor for database changes. - [PhoenixKit.Modules.DB.Web.Index](PhoenixKit.Modules.DB.Web.Index.md): Admin DB index - lists all tables with stats. - [PhoenixKit.Modules.DB.Web.Show](PhoenixKit.Modules.DB.Web.Show.md): Table detail view with paginated row browsing. - [PhoenixKit.Modules.Emails](PhoenixKit.Modules.Emails.md): Email system for PhoenixKit - main API module. - [PhoenixKit.Modules.Emails.ApplicationIntegration](PhoenixKit.Modules.Emails.ApplicationIntegration.md): Helpers for integrating PhoenixKit Email Tracking into parent applications. - [PhoenixKit.Modules.Emails.Archiver](PhoenixKit.Modules.Emails.Archiver.md): Archive and compress old email tracking data for optimal storage. - [PhoenixKit.Modules.Emails.EmailBlocklist](PhoenixKit.Modules.Emails.EmailBlocklist.md): Email blocklist schema for storing blocked email addresses. - [PhoenixKit.Modules.Emails.EmailLogData](PhoenixKit.Modules.Emails.EmailLogData.md): Struct representing extracted email data for logging. - [PhoenixKit.Modules.Emails.Event](PhoenixKit.Modules.Emails.Event.md): Email event schema for managing delivery events in PhoenixKit. - [PhoenixKit.Modules.Emails.Interceptor](PhoenixKit.Modules.Emails.Interceptor.md): Email interceptor for logging outgoing emails in PhoenixKit. - [PhoenixKit.Modules.Emails.Log](PhoenixKit.Modules.Emails.Log.md): Email logging for PhoenixKit - comprehensive logging in a single module. - [PhoenixKit.Modules.Emails.Metrics](PhoenixKit.Modules.Emails.Metrics.md): Local metrics and analytics for PhoenixKit email tracking. - [PhoenixKit.Modules.Emails.RateLimiter](PhoenixKit.Modules.Emails.RateLimiter.md): Rate limiting and spam protection for the email system. - [PhoenixKit.Modules.Emails.SQSPollingJob](PhoenixKit.Modules.Emails.SQSPollingJob.md): Oban worker for polling AWS SQS queue for email events. - [PhoenixKit.Modules.Emails.SQSPollingManager](PhoenixKit.Modules.Emails.SQSPollingManager.md): Manager module for SQS polling via Oban jobs. - [PhoenixKit.Modules.Emails.SQSProcessor](PhoenixKit.Modules.Emails.SQSProcessor.md): Processor for handling email events from AWS SQS messages. - [PhoenixKit.Modules.Emails.SQSWorker](PhoenixKit.Modules.Emails.SQSWorker.md): SQS Worker for processing email events from AWS SQS Queue. - [PhoenixKit.Modules.Emails.Supervisor](PhoenixKit.Modules.Emails.Supervisor.md): Supervisor for PhoenixKit email tracking system. - [PhoenixKit.Modules.Emails.TableColumns](PhoenixKit.Modules.Emails.TableColumns.md): Manages table column customization for email logs display. - [PhoenixKit.Modules.Emails.Template](PhoenixKit.Modules.Emails.Template.md): Email template schema for managing reusable email templates. - [PhoenixKit.Modules.Emails.Templates](PhoenixKit.Modules.Emails.Templates.md): Context module for managing email templates. - [PhoenixKit.Modules.Emails.Utils](PhoenixKit.Modules.Emails.Utils.md): Utility functions for email handling in PhoenixKit. - [PhoenixKit.Modules.Emails.Web.Blocklist](PhoenixKit.Modules.Emails.Web.Blocklist.md): LiveView for managing email blocklist and blocked addresses. - [PhoenixKit.Modules.Emails.Web.Details](PhoenixKit.Modules.Emails.Web.Details.md): LiveView for displaying detailed information about a specific email log. - [PhoenixKit.Modules.Emails.Web.EmailTracking](PhoenixKit.Modules.Emails.Web.EmailTracking.md): LiveView for email tracking system settings and configuration. - [PhoenixKit.Modules.Emails.Web.Emails](PhoenixKit.Modules.Emails.Web.Emails.md): LiveView for displaying and managing emails in PhoenixKit admin panel. - [PhoenixKit.Modules.Emails.Web.ExportController](PhoenixKit.Modules.Emails.Web.ExportController.md): Controller for exporting email tracking data to CSV format. - [PhoenixKit.Modules.Emails.Web.Metrics](PhoenixKit.Modules.Emails.Web.Metrics.md): LiveView for email metrics and analytics dashboard. - [PhoenixKit.Modules.Emails.Web.Queue](PhoenixKit.Modules.Emails.Web.Queue.md): LiveView for email queue monitoring and rate limit management. - [PhoenixKit.Modules.Emails.Web.Settings](PhoenixKit.Modules.Emails.Web.Settings.md): LiveView for email system configuration and settings management. - [PhoenixKit.Modules.Emails.Web.TemplateEditor](PhoenixKit.Modules.Emails.Web.TemplateEditor.md): LiveView for creating and editing email templates in PhoenixKit admin panel. - [PhoenixKit.Modules.Emails.Web.Templates](PhoenixKit.Modules.Emails.Web.Templates.md): LiveView for displaying and managing email templates in PhoenixKit admin panel. - [PhoenixKit.Modules.Emails.Web.WebhookController](PhoenixKit.Modules.Emails.Web.WebhookController.md): Secure webhook controller for AWS SNS email events. - [PhoenixKit.Modules.Entities](PhoenixKit.Modules.Entities.md): Dynamic entity system for PhoenixKit. - [PhoenixKit.Modules.Entities.EntityData](PhoenixKit.Modules.Entities.EntityData.md): Entity data records for PhoenixKit entities system. - [PhoenixKit.Modules.Entities.Events](PhoenixKit.Modules.Entities.Events.md): PubSub helpers for coordinating real-time entity updates. - [PhoenixKit.Modules.Entities.FieldType](PhoenixKit.Modules.Entities.FieldType.md): Struct representing an entity field type definition. - [PhoenixKit.Modules.Entities.FieldTypes](PhoenixKit.Modules.Entities.FieldTypes.md): Field type definitions and utilities for the Entities system. - [PhoenixKit.Modules.Entities.FormBuilder](PhoenixKit.Modules.Entities.FormBuilder.md): Dynamic form builder for entity data forms. - [PhoenixKit.Modules.Entities.HtmlSanitizer](PhoenixKit.Modules.Entities.HtmlSanitizer.md): HTML sanitization for rich text content in entities. - [PhoenixKit.Modules.Entities.Mirror.Exporter](PhoenixKit.Modules.Entities.Mirror.Exporter.md): Exports entities and their data to JSON files. - [PhoenixKit.Modules.Entities.Mirror.Importer](PhoenixKit.Modules.Entities.Mirror.Importer.md): Handles import of entities and entity data from JSON files with conflict resolution. - [PhoenixKit.Modules.Entities.Mirror.Storage](PhoenixKit.Modules.Entities.Mirror.Storage.md): Filesystem storage operations for entity mirror/export system. - [PhoenixKit.Modules.Entities.Multilang](PhoenixKit.Modules.Entities.Multilang.md): Multi-language data transformation helpers for entity data JSONB. - [PhoenixKit.Modules.Entities.Presence](PhoenixKit.Modules.Entities.Presence.md): Presence tracking for collaborative entity editing. - [PhoenixKit.Modules.Entities.PresenceHelpers](PhoenixKit.Modules.Entities.PresenceHelpers.md): Helper functions for collaborative editing with Phoenix.Presence. - [PhoenixKit.Modules.Entities.Web.DataForm](PhoenixKit.Modules.Entities.Web.DataForm.md): LiveView for creating and editing entity data records. Provides dynamic form interface based on entity schema definition. - [PhoenixKit.Modules.Entities.Web.DataNavigator](PhoenixKit.Modules.Entities.Web.DataNavigator.md): LiveView for browsing and managing entity data records. Provides table view with pagination, search, filtering, and bulk operations. - [PhoenixKit.Modules.Entities.Web.DataView](PhoenixKit.Modules.Entities.Web.DataView.md): LiveView for viewing entity data records. Displays data with public form fields separated from other fields. Uses FormBuilder with disabled fields for the form section. - [PhoenixKit.Modules.Entities.Web.Entities](PhoenixKit.Modules.Entities.Web.Entities.md): LiveView for listing and managing all entities. Provides interface for viewing, publishing, and deleting entity schemas. - [PhoenixKit.Modules.Entities.Web.EntitiesSettings](PhoenixKit.Modules.Entities.Web.EntitiesSettings.md): LiveView for managing entities system settings and configuration. Provides interface for enabling/disabling entities module and viewing statistics. - [PhoenixKit.Modules.Entities.Web.EntityForm](PhoenixKit.Modules.Entities.Web.EntityForm.md): LiveView for creating and editing entity schemas. Provides form interface for defining entity fields, types, and validation rules. - [PhoenixKit.Modules.Entities.Web.Hooks](PhoenixKit.Modules.Entities.Web.Hooks.md): LiveView hooks for entity module pages. - [PhoenixKit.Modules.Languages](PhoenixKit.Modules.Languages.md): Languages management for PhoenixKit - complete language configuration in a single module. - [PhoenixKit.Modules.Languages.DialectMapper](PhoenixKit.Modules.Languages.DialectMapper.md): Handles mapping between base language codes (en, es) and full dialect codes (en-US, es-MX). - [PhoenixKit.Modules.Languages.Language](PhoenixKit.Modules.Languages.Language.md): Struct representing a language in PhoenixKit. - [PhoenixKit.Modules.Legal](PhoenixKit.Modules.Legal.md): Legal module for PhoenixKit - GDPR/CCPA compliant legal pages and consent management. - [PhoenixKit.Modules.Legal.ConsentLog](PhoenixKit.Modules.Legal.ConsentLog.md): Schema for consent log entries. - [PhoenixKit.Modules.Legal.LegalFramework](PhoenixKit.Modules.Legal.LegalFramework.md): Struct representing a legal compliance framework. - [PhoenixKit.Modules.Legal.PageType](PhoenixKit.Modules.Legal.PageType.md): Struct representing a type of legal page that can be generated. - [PhoenixKit.Modules.Legal.TemplateGenerator](PhoenixKit.Modules.Legal.TemplateGenerator.md): Generates legal page content from EEx templates. - [PhoenixKit.Modules.Maintenance](PhoenixKit.Modules.Maintenance.md): Maintenance Mode module for PhoenixKit. - [PhoenixKit.Modules.Pages](PhoenixKit.Modules.Pages.md): Pages module for file-based content management. - [PhoenixKit.Modules.Pages.FileOperations](PhoenixKit.Modules.Pages.FileOperations.md): Filesystem operations for Pages module. - [PhoenixKit.Modules.Pages.FilePaths](PhoenixKit.Modules.Pages.FilePaths.md): Path utilities for Pages module. - [PhoenixKit.Modules.Pages.HtmlMetadata](PhoenixKit.Modules.Pages.HtmlMetadata.md): Metadata management for Pages module. - [PhoenixKit.Modules.Pages.ListingCache](PhoenixKit.Modules.Pages.ListingCache.md): Caches pages group listing metadata to avoid expensive filesystem scans on every request. - [PhoenixKit.Modules.Pages.Metadata](PhoenixKit.Modules.Pages.Metadata.md): Metadata helpers for .phk (PhoenixKit) pages posts. - [PhoenixKit.Modules.Pages.PageBuilder](PhoenixKit.Modules.Pages.PageBuilder.md): Rendering pipeline for .phk (PhoenixKit) page files. - [PhoenixKit.Modules.Pages.PageBuilder.Parser](PhoenixKit.Modules.Pages.PageBuilder.Parser.md): Parses .phk (PhoenixKit) XML-style markup into an AST. - [PhoenixKit.Modules.Pages.PageBuilder.Renderer](PhoenixKit.Modules.Pages.PageBuilder.Renderer.md): Renders AST nodes to HTML by delegating to component modules. - [PhoenixKit.Modules.Pages.Renderer](PhoenixKit.Modules.Pages.Renderer.md): Renders blog post markdown to HTML with caching support. - [PhoenixKit.Modules.Pages.SimpleRenderer](PhoenixKit.Modules.Pages.SimpleRenderer.md): Simple markdown rendering for Pages module. - [PhoenixKit.Modules.Pages.Storage](PhoenixKit.Modules.Pages.Storage.md): Filesystem storage helpers for pages. - [PhoenixKit.Modules.Pages.Storage.Deletion](PhoenixKit.Modules.Pages.Storage.Deletion.md): Deletion and trash operations for pages storage. - [PhoenixKit.Modules.Pages.Storage.Helpers](PhoenixKit.Modules.Pages.Storage.Helpers.md): Shared helper functions for pages storage. - [PhoenixKit.Modules.Pages.Storage.Languages](PhoenixKit.Modules.Pages.Storage.Languages.md): Language and internationalization operations for pages storage. - [PhoenixKit.Modules.Pages.Storage.Paths](PhoenixKit.Modules.Pages.Storage.Paths.md): Path management for pages storage. - [PhoenixKit.Modules.Pages.Storage.Slugs](PhoenixKit.Modules.Pages.Storage.Slugs.md): Slug validation and generation for pages storage. - [PhoenixKit.Modules.Pages.Storage.Versions](PhoenixKit.Modules.Pages.Storage.Versions.md): Version management for pages storage. - [PhoenixKit.Modules.Pages.Web.Editor](PhoenixKit.Modules.Pages.Web.Editor.md): Full-screen editor for Pages files. - [PhoenixKit.Modules.Pages.Web.Index](PhoenixKit.Modules.Pages.Web.Index.md): LiveView for Pages file management interface. - [PhoenixKit.Modules.Pages.Web.PagesController](PhoenixKit.Modules.Pages.Web.PagesController.md) - [PhoenixKit.Modules.Pages.Web.Settings](PhoenixKit.Modules.Pages.Web.Settings.md): LiveView for configuring public-facing Pages module settings, including the custom 404 fallback experience. - [PhoenixKit.Modules.Pages.Web.View](PhoenixKit.Modules.Pages.Web.View.md): Rendered view for Pages markdown files. - [PhoenixKit.Modules.Posts](PhoenixKit.Modules.Posts.md): Context for managing posts, likes, tags, and groups. - [PhoenixKit.Modules.Posts.CommentDislike](PhoenixKit.Modules.Posts.CommentDislike.md): Legacy schema for comment dislikes. - [PhoenixKit.Modules.Posts.CommentLike](PhoenixKit.Modules.Posts.CommentLike.md): Legacy schema for comment likes. - [PhoenixKit.Modules.Posts.Post](PhoenixKit.Modules.Posts.Post.md): Schema for user posts with media attachments. - [PhoenixKit.Modules.Posts.PostComment](PhoenixKit.Modules.Posts.PostComment.md): Legacy schema for post comments. - [PhoenixKit.Modules.Posts.PostDislike](PhoenixKit.Modules.Posts.PostDislike.md): Schema for post dislikes. - [PhoenixKit.Modules.Posts.PostGroup](PhoenixKit.Modules.Posts.PostGroup.md): Schema for user-created post groups (Pinterest-style boards). - [PhoenixKit.Modules.Posts.PostGroupAssignment](PhoenixKit.Modules.Posts.PostGroupAssignment.md): Junction schema for post-group assignments. - [PhoenixKit.Modules.Posts.PostLike](PhoenixKit.Modules.Posts.PostLike.md): Schema for post likes. - [PhoenixKit.Modules.Posts.PostMedia](PhoenixKit.Modules.Posts.PostMedia.md): Junction schema for post media attachments. - [PhoenixKit.Modules.Posts.PostMention](PhoenixKit.Modules.Posts.PostMention.md): Schema for post mentions (tagged users). - [PhoenixKit.Modules.Posts.PostTag](PhoenixKit.Modules.Posts.PostTag.md): Schema for post tags (hashtags). - [PhoenixKit.Modules.Posts.PostTagAssignment](PhoenixKit.Modules.Posts.PostTagAssignment.md): Junction schema for post-tag assignments. - [PhoenixKit.Modules.Posts.PostView](PhoenixKit.Modules.Posts.PostView.md): Schema for post view tracking (analytics). - [PhoenixKit.Modules.Posts.ScheduledPostHandler](PhoenixKit.Modules.Posts.ScheduledPostHandler.md): Handler for scheduled post publishing. - [PhoenixKit.Modules.Posts.Workers.PublishScheduledPostsJob](PhoenixKit.Modules.Posts.Workers.PublishScheduledPostsJob.md): Oban cron job for publishing scheduled posts. - [PhoenixKit.Modules.Publishing](PhoenixKit.Modules.Publishing.md): Publishing module for managing content groups and their posts. - [PhoenixKit.Modules.Publishing.Components.CTA](PhoenixKit.Modules.Publishing.Components.CTA.md): Delegates to `PhoenixKit.Modules.Shared.Components.CTA`. - [PhoenixKit.Modules.Publishing.Components.EntityForm](PhoenixKit.Modules.Publishing.Components.EntityForm.md): Delegates to `PhoenixKit.Modules.Shared.Components.EntityForm`. - [PhoenixKit.Modules.Publishing.Components.Headline](PhoenixKit.Modules.Publishing.Components.Headline.md): Delegates to `PhoenixKit.Modules.Shared.Components.Headline`. - [PhoenixKit.Modules.Publishing.Components.Hero](PhoenixKit.Modules.Publishing.Components.Hero.md): Delegates to `PhoenixKit.Modules.Shared.Components.Hero`. - [PhoenixKit.Modules.Publishing.Components.Image](PhoenixKit.Modules.Publishing.Components.Image.md): Delegates to `PhoenixKit.Modules.Shared.Components.Image`. - [PhoenixKit.Modules.Publishing.Components.Page](PhoenixKit.Modules.Publishing.Components.Page.md): Delegates to `PhoenixKit.Modules.Shared.Components.Page`. - [PhoenixKit.Modules.Publishing.Components.Subheadline](PhoenixKit.Modules.Publishing.Components.Subheadline.md): Delegates to `PhoenixKit.Modules.Shared.Components.Subheadline`. - [PhoenixKit.Modules.Publishing.Components.Video](PhoenixKit.Modules.Publishing.Components.Video.md): Delegates to `PhoenixKit.Modules.Shared.Components.Video`. - [PhoenixKit.Modules.Publishing.DBImporter](PhoenixKit.Modules.Publishing.DBImporter.md): Synchronous filesystem-to-database importer for Publishing content. - [PhoenixKit.Modules.Publishing.DBStorage](PhoenixKit.Modules.Publishing.DBStorage.md): Database storage adapter for the Publishing module. - [PhoenixKit.Modules.Publishing.DBStorage.Mapper](PhoenixKit.Modules.Publishing.DBStorage.Mapper.md): Transitional mapper: converts DB records to the legacy map format expected by Publishing's web layer (LiveViews, templates, controllers). - [PhoenixKit.Modules.Publishing.DualWrite](PhoenixKit.Modules.Publishing.DualWrite.md): Dual-write layer: mirrors filesystem writes to the database. - [PhoenixKit.Modules.Publishing.ListingCache](PhoenixKit.Modules.Publishing.ListingCache.md): Caches publishing group listing metadata to avoid expensive filesystem scans on every request. - [PhoenixKit.Modules.Publishing.Metadata](PhoenixKit.Modules.Publishing.Metadata.md): Metadata helpers for .phk (PhoenixKit) publishing posts. - [PhoenixKit.Modules.Publishing.PageBuilder](PhoenixKit.Modules.Publishing.PageBuilder.md): Rendering pipeline for .phk (PhoenixKit) page files. - [PhoenixKit.Modules.Publishing.PageBuilder.Parser](PhoenixKit.Modules.Publishing.PageBuilder.Parser.md): Parses .phk (PhoenixKit) XML-style markup into an AST. - [PhoenixKit.Modules.Publishing.PageBuilder.Renderer](PhoenixKit.Modules.Publishing.PageBuilder.Renderer.md): Renders AST nodes to HTML by delegating to component modules. - [PhoenixKit.Modules.Publishing.Presence](PhoenixKit.Modules.Publishing.Presence.md): Presence tracking for collaborative post editing. - [PhoenixKit.Modules.Publishing.PresenceHelpers](PhoenixKit.Modules.Publishing.PresenceHelpers.md): Helper functions for collaborative post editing with Phoenix.Presence. - [PhoenixKit.Modules.Publishing.PubSub](PhoenixKit.Modules.Publishing.PubSub.md): PubSub integration for real-time publishing updates. - [PhoenixKit.Modules.Publishing.PublishingContent](PhoenixKit.Modules.Publishing.PublishingContent.md): Schema for publishing content — one row per language per version. - [PhoenixKit.Modules.Publishing.PublishingGroup](PhoenixKit.Modules.Publishing.PublishingGroup.md): Schema for publishing groups (blog, faq, legal, etc.). - [PhoenixKit.Modules.Publishing.PublishingPost](PhoenixKit.Modules.Publishing.PublishingPost.md): Schema for publishing posts within a group. - [PhoenixKit.Modules.Publishing.PublishingVersion](PhoenixKit.Modules.Publishing.PublishingVersion.md): Schema for publishing post versions. - [PhoenixKit.Modules.Publishing.Renderer](PhoenixKit.Modules.Publishing.Renderer.md): Renders publishing post markdown to HTML with caching support. - [PhoenixKit.Modules.Publishing.Storage](PhoenixKit.Modules.Publishing.Storage.md): Filesystem storage helpers for publishing posts. - [PhoenixKit.Modules.Publishing.Storage.Deletion](PhoenixKit.Modules.Publishing.Storage.Deletion.md): Deletion and trash operations for publishing storage. - [PhoenixKit.Modules.Publishing.Storage.Helpers](PhoenixKit.Modules.Publishing.Storage.Helpers.md): Shared helper functions for publishing storage. - [PhoenixKit.Modules.Publishing.Storage.Languages](PhoenixKit.Modules.Publishing.Storage.Languages.md): Language and internationalization operations for publishing storage. - [PhoenixKit.Modules.Publishing.Storage.Paths](PhoenixKit.Modules.Publishing.Storage.Paths.md): Path management for publishing storage. - [PhoenixKit.Modules.Publishing.Storage.Slugs](PhoenixKit.Modules.Publishing.Storage.Slugs.md): Slug validation and generation for publishing storage. - [PhoenixKit.Modules.Publishing.Storage.Versions](PhoenixKit.Modules.Publishing.Storage.Versions.md): Version management for publishing storage. - [PhoenixKit.Modules.Publishing.Web.Components.LanguageSwitcher](PhoenixKit.Modules.Publishing.Web.Components.LanguageSwitcher.md): Unified language switcher component for publishing posts. - [PhoenixKit.Modules.Publishing.Web.Components.VersionSwitcher](PhoenixKit.Modules.Publishing.Web.Components.VersionSwitcher.md): Version switcher component for publishing posts. - [PhoenixKit.Modules.Publishing.Web.Controller](PhoenixKit.Modules.Publishing.Web.Controller.md): Public post display controller. - [PhoenixKit.Modules.Publishing.Web.Controller.Fallback](PhoenixKit.Modules.Publishing.Web.Controller.Fallback.md): 404 fallback handling for the publishing controller. - [PhoenixKit.Modules.Publishing.Web.Controller.Language](PhoenixKit.Modules.Publishing.Web.Controller.Language.md): Language detection and resolution for the publishing controller. - [PhoenixKit.Modules.Publishing.Web.Controller.Listing](PhoenixKit.Modules.Publishing.Web.Controller.Listing.md): Group listing functionality for the publishing controller. - [PhoenixKit.Modules.Publishing.Web.Controller.PostFetching](PhoenixKit.Modules.Publishing.Web.Controller.PostFetching.md): Post fetching functionality for the publishing controller. - [PhoenixKit.Modules.Publishing.Web.Controller.PostRendering](PhoenixKit.Modules.Publishing.Web.Controller.PostRendering.md): Post rendering functionality for the publishing controller. - [PhoenixKit.Modules.Publishing.Web.Controller.Routing](PhoenixKit.Modules.Publishing.Web.Controller.Routing.md): URL path parsing and routing helpers for the publishing controller. - [PhoenixKit.Modules.Publishing.Web.Controller.SlugResolution](PhoenixKit.Modules.Publishing.Web.Controller.SlugResolution.md): URL slug resolution for the publishing controller. - [PhoenixKit.Modules.Publishing.Web.Controller.Translations](PhoenixKit.Modules.Publishing.Web.Controller.Translations.md): Translation link building for the publishing controller. - [PhoenixKit.Modules.Publishing.Web.Edit](PhoenixKit.Modules.Publishing.Web.Edit.md): LiveView for editing publishing group metadata such as display name and slug. - [PhoenixKit.Modules.Publishing.Web.Editor](PhoenixKit.Modules.Publishing.Web.Editor.md): Markdown editor for publishing posts. - [PhoenixKit.Modules.Publishing.Web.Editor.Collaborative](PhoenixKit.Modules.Publishing.Web.Editor.Collaborative.md): Collaborative editing functionality for the publishing editor. - [PhoenixKit.Modules.Publishing.Web.Editor.Forms](PhoenixKit.Modules.Publishing.Web.Editor.Forms.md): Form building and management for the publishing editor. - [PhoenixKit.Modules.Publishing.Web.Editor.Helpers](PhoenixKit.Modules.Publishing.Web.Editor.Helpers.md): Shared helper functions for the publishing editor. - [PhoenixKit.Modules.Publishing.Web.Editor.Persistence](PhoenixKit.Modules.Publishing.Web.Editor.Persistence.md): Post persistence operations for the publishing editor. - [PhoenixKit.Modules.Publishing.Web.Editor.Preview](PhoenixKit.Modules.Publishing.Web.Editor.Preview.md): Preview functionality for the publishing editor. - [PhoenixKit.Modules.Publishing.Web.Editor.Translation](PhoenixKit.Modules.Publishing.Web.Editor.Translation.md): AI translation functionality for the publishing editor. - [PhoenixKit.Modules.Publishing.Web.Editor.Versions](PhoenixKit.Modules.Publishing.Web.Editor.Versions.md): Version management functionality for the publishing editor. - [PhoenixKit.Modules.Publishing.Web.HTML](PhoenixKit.Modules.Publishing.Web.HTML.md): HTML rendering functions for Publishing.Web.Controller. - [PhoenixKit.Modules.Publishing.Web.Index](PhoenixKit.Modules.Publishing.Web.Index.md): Publishing module overview dashboard. Provides high-level stats, quick actions, and guidance for administrators. - [PhoenixKit.Modules.Publishing.Web.Listing](PhoenixKit.Modules.Publishing.Web.Listing.md): Lists posts for a publishing group and provides creation actions. - [PhoenixKit.Modules.Publishing.Web.New](PhoenixKit.Modules.Publishing.Web.New.md): LiveView for creating a new publishing group. - [PhoenixKit.Modules.Publishing.Web.PostShow](PhoenixKit.Modules.Publishing.Web.PostShow.md): Post overview page showing metadata, versions, languages, and actions. - [PhoenixKit.Modules.Publishing.Web.Preview](PhoenixKit.Modules.Publishing.Web.Preview.md): Preview rendering for .phk publishing posts. - [PhoenixKit.Modules.Publishing.Web.Settings](PhoenixKit.Modules.Publishing.Web.Settings.md): Admin configuration for publishing groups. - [PhoenixKit.Modules.Publishing.Workers.MigrateLegacyStructureWorker](PhoenixKit.Modules.Publishing.Workers.MigrateLegacyStructureWorker.md): Oban worker for migrating legacy structure posts to versioned structure. - [PhoenixKit.Modules.Publishing.Workers.MigratePrimaryLanguageWorker](PhoenixKit.Modules.Publishing.Workers.MigratePrimaryLanguageWorker.md): Oban worker for migrating posts to a new primary language setting. - [PhoenixKit.Modules.Publishing.Workers.MigrateToDatabaseWorker](PhoenixKit.Modules.Publishing.Workers.MigrateToDatabaseWorker.md): Oban worker that backfills all filesystem publishing content into the database. - [PhoenixKit.Modules.Publishing.Workers.TranslatePostWorker](PhoenixKit.Modules.Publishing.Workers.TranslatePostWorker.md): Oban worker for translating publishing posts to multiple languages using AI. - [PhoenixKit.Modules.Publishing.Workers.ValidateMigrationWorker](PhoenixKit.Modules.Publishing.Workers.ValidateMigrationWorker.md): Oban worker that validates filesystem vs database consistency after migration. - [PhoenixKit.Modules.Referrals](PhoenixKit.Modules.Referrals.md): Referral code system for PhoenixKit - complete management in a single module. - [PhoenixKit.Modules.Referrals.ReferralCodeUsage](PhoenixKit.Modules.Referrals.ReferralCodeUsage.md): ReferralCodeUsage schema for tracking referral code usage in PhoenixKit. - [PhoenixKit.Modules.Referrals.Web.Form](PhoenixKit.Modules.Referrals.Web.Form.md): Referral code form LiveView for PhoenixKit admin panel. - [PhoenixKit.Modules.Referrals.Web.List](PhoenixKit.Modules.Referrals.Web.List.md): User referral codes management LiveView for PhoenixKit admin panel. - [PhoenixKit.Modules.Referrals.Web.Settings](PhoenixKit.Modules.Referrals.Web.Settings.md): Referral codes module settings LiveView for PhoenixKit admin panel. - [PhoenixKit.Modules.SEO](PhoenixKit.Modules.SEO.md): SEO module for PhoenixKit. - [PhoenixKit.Modules.Shared.Components.CTA](PhoenixKit.Modules.Shared.Components.CTA.md): Call-to-action button component. - [PhoenixKit.Modules.Shared.Components.EntityForm](PhoenixKit.Modules.Shared.Components.EntityForm.md): Embeddable entity form component for publishing pages. Renders a public submission form based on entity configuration. - [PhoenixKit.Modules.Shared.Components.Headline](PhoenixKit.Modules.Shared.Components.Headline.md): Headline component for hero sections. - [PhoenixKit.Modules.Shared.Components.Hero](PhoenixKit.Modules.Shared.Components.Hero.md): Hero section component with multiple variants. - [PhoenixKit.Modules.Shared.Components.Image](PhoenixKit.Modules.Shared.Components.Image.md): Image component with lazy loading and responsive sizing. - [PhoenixKit.Modules.Shared.Components.Page](PhoenixKit.Modules.Shared.Components.Page.md): Root page component wrapper. - [PhoenixKit.Modules.Shared.Components.Subheadline](PhoenixKit.Modules.Shared.Components.Subheadline.md): Subheadline component for supporting text. - [PhoenixKit.Modules.Shared.Components.Video](PhoenixKit.Modules.Shared.Components.Video.md): Responsive YouTube embed component. - [PhoenixKit.Modules.Shop](PhoenixKit.Modules.Shop.md): E-commerce Shop Module for PhoenixKit. - [PhoenixKit.Modules.Shop.Cart](PhoenixKit.Modules.Shop.Cart.md): Shopping cart schema with support for guest and authenticated users. - [PhoenixKit.Modules.Shop.CartItem](PhoenixKit.Modules.Shop.CartItem.md): Cart item schema with price snapshot for consistency. - [PhoenixKit.Modules.Shop.Category](PhoenixKit.Modules.Shop.Category.md): Category schema for product organization. - [PhoenixKit.Modules.Shop.Events](PhoenixKit.Modules.Shop.Events.md): PubSub event broadcasting for Shop module. - [PhoenixKit.Modules.Shop.Import.CSVAnalyzer](PhoenixKit.Modules.Shop.Import.CSVAnalyzer.md): Analyze Shopify CSV files to extract option metadata. - [PhoenixKit.Modules.Shop.Import.CSVParser](PhoenixKit.Modules.Shop.Import.CSVParser.md): Parse Shopify CSV and group rows by Handle. - [PhoenixKit.Modules.Shop.Import.CSVValidator](PhoenixKit.Modules.Shop.Import.CSVValidator.md): Validates CSV files before import processing. - [PhoenixKit.Modules.Shop.Import.Filter](PhoenixKit.Modules.Shop.Import.Filter.md): Filter products for import based on configurable rules. - [PhoenixKit.Modules.Shop.Import.FormatDetector](PhoenixKit.Modules.Shop.Import.FormatDetector.md): Auto-detect CSV format from file headers. - [PhoenixKit.Modules.Shop.Import.ImportFormat](PhoenixKit.Modules.Shop.Import.ImportFormat.md): Behaviour for CSV import format adapters. - [PhoenixKit.Modules.Shop.Import.OptionBuilder](PhoenixKit.Modules.Shop.Import.OptionBuilder.md): Build option values and price modifiers from Shopify variant rows. - [PhoenixKit.Modules.Shop.Import.ProductTransformer](PhoenixKit.Modules.Shop.Import.ProductTransformer.md): Transform Shopify CSV rows into PhoenixKit Product format. - [PhoenixKit.Modules.Shop.Import.PromUaFormat](PhoenixKit.Modules.Shop.Import.PromUaFormat.md): Prom.ua CSV format adapter implementing `ImportFormat` behaviour. - [PhoenixKit.Modules.Shop.Import.ShopifyCSV](PhoenixKit.Modules.Shop.Import.ShopifyCSV.md): Main orchestrator for Shopify CSV import. - [PhoenixKit.Modules.Shop.Import.ShopifyFormat](PhoenixKit.Modules.Shop.Import.ShopifyFormat.md): Shopify CSV format adapter implementing `ImportFormat` behaviour. - [PhoenixKit.Modules.Shop.ImportConfig](PhoenixKit.Modules.Shop.ImportConfig.md): ImportConfig schema for configurable CSV import filtering. - [PhoenixKit.Modules.Shop.ImportLog](PhoenixKit.Modules.Shop.ImportLog.md): ImportLog schema for tracking CSV import history. - [PhoenixKit.Modules.Shop.OptionTypes](PhoenixKit.Modules.Shop.OptionTypes.md): Supported option types for product options. - [PhoenixKit.Modules.Shop.Options](PhoenixKit.Modules.Shop.Options.md): Context for managing product options. - [PhoenixKit.Modules.Shop.Options.MetadataValidator](PhoenixKit.Modules.Shop.Options.MetadataValidator.md): Validates and normalizes product metadata for options and pricing. - [PhoenixKit.Modules.Shop.Product](PhoenixKit.Modules.Shop.Product.md): Product schema for e-commerce shop. - [PhoenixKit.Modules.Shop.Services.ImageDownloader](PhoenixKit.Modules.Shop.Services.ImageDownloader.md): Service for downloading images from external URLs and storing them in the Storage module. - [PhoenixKit.Modules.Shop.Services.ImageMigration](PhoenixKit.Modules.Shop.Services.ImageMigration.md): Orchestrates batch migration of product images from external URLs to Storage module. - [PhoenixKit.Modules.Shop.ShippingMethod](PhoenixKit.Modules.Shop.ShippingMethod.md): Shipping method schema for E-Commerce module. - [PhoenixKit.Modules.Shop.ShopConfig](PhoenixKit.Modules.Shop.ShopConfig.md): Shop configuration storage schema (key-value JSONB). - [PhoenixKit.Modules.Shop.SlugResolver](PhoenixKit.Modules.Shop.SlugResolver.md): Resolves URL slugs to Products and Categories with language awareness. - [PhoenixKit.Modules.Shop.Translations](PhoenixKit.Modules.Shop.Translations.md): Localized fields helper for Shop module. - [PhoenixKit.Modules.Shop.Web.CartPage](PhoenixKit.Modules.Shop.Web.CartPage.md): Public cart page LiveView for E-Commerce module. - [PhoenixKit.Modules.Shop.Web.Carts](PhoenixKit.Modules.Shop.Web.Carts.md): Carts admin list LiveView for E-Commerce module. - [PhoenixKit.Modules.Shop.Web.CatalogCategory](PhoenixKit.Modules.Shop.Web.CatalogCategory.md): Public shop category page. Shows products filtered by category. - [PhoenixKit.Modules.Shop.Web.CatalogProduct](PhoenixKit.Modules.Shop.Web.CatalogProduct.md): Public product detail page with add-to-cart functionality. - [PhoenixKit.Modules.Shop.Web.Categories](PhoenixKit.Modules.Shop.Web.Categories.md): Categories list LiveView for Shop module. - [PhoenixKit.Modules.Shop.Web.CategoryForm](PhoenixKit.Modules.Shop.Web.CategoryForm.md): Category create/edit form LiveView for Shop module. - [PhoenixKit.Modules.Shop.Web.CheckoutComplete](PhoenixKit.Modules.Shop.Web.CheckoutComplete.md): Order confirmation page after successful checkout. - [PhoenixKit.Modules.Shop.Web.CheckoutPage](PhoenixKit.Modules.Shop.Web.CheckoutPage.md): Checkout page LiveView for converting cart to order. Supports both logged-in users (with billing profiles) and guest checkout. - [PhoenixKit.Modules.Shop.Web.Components.CatalogSidebar](PhoenixKit.Modules.Shop.Web.Components.CatalogSidebar.md): Reusable sidebar component for the shop storefront. - [PhoenixKit.Modules.Shop.Web.Components.FilterHelpers](PhoenixKit.Modules.Shop.Web.Components.FilterHelpers.md): Shared helpers for storefront filter state management. - [PhoenixKit.Modules.Shop.Web.Components.ShopCards](PhoenixKit.Modules.Shop.Web.Components.ShopCards.md): Reusable product display components for the shop storefront. - [PhoenixKit.Modules.Shop.Web.Components.ShopLayouts](PhoenixKit.Modules.Shop.Web.Components.ShopLayouts.md): Shared layout components for the shop storefront public pages. - [PhoenixKit.Modules.Shop.Web.Components.TranslationTabs](PhoenixKit.Modules.Shop.Web.Components.TranslationTabs.md): Translation tabs component for Shop module forms. - [PhoenixKit.Modules.Shop.Web.Dashboard](PhoenixKit.Modules.Shop.Web.Dashboard.md): E-Commerce module dashboard LiveView. - [PhoenixKit.Modules.Shop.Web.Helpers](PhoenixKit.Modules.Shop.Web.Helpers.md): Shared helper functions for Shop public LiveViews. - [PhoenixKit.Modules.Shop.Web.ImportConfigs](PhoenixKit.Modules.Shop.Web.ImportConfigs.md): Import configurations management LiveView. - [PhoenixKit.Modules.Shop.Web.ImportShow](PhoenixKit.Modules.Shop.Web.ImportShow.md): LiveView for displaying import details. - [PhoenixKit.Modules.Shop.Web.Imports](PhoenixKit.Modules.Shop.Web.Imports.md): Admin LiveView for managing CSV product imports. - [PhoenixKit.Modules.Shop.Web.OptionState](PhoenixKit.Modules.Shop.Web.OptionState.md): Encapsulates option-related state for product form. - [PhoenixKit.Modules.Shop.Web.OptionsSettings](PhoenixKit.Modules.Shop.Web.OptionsSettings.md): Global product options settings LiveView. - [PhoenixKit.Modules.Shop.Web.Plugs.ShopSession](PhoenixKit.Modules.Shop.Web.Plugs.ShopSession.md): Plug that ensures a persistent shop session ID exists. - [PhoenixKit.Modules.Shop.Web.ProductDetail](PhoenixKit.Modules.Shop.Web.ProductDetail.md): Product detail view LiveView for Shop module. - [PhoenixKit.Modules.Shop.Web.ProductForm](PhoenixKit.Modules.Shop.Web.ProductForm.md): Product create/edit form LiveView for Shop module. - [PhoenixKit.Modules.Shop.Web.Products](PhoenixKit.Modules.Shop.Web.Products.md): Products list LiveView for Shop module. - [PhoenixKit.Modules.Shop.Web.Settings](PhoenixKit.Modules.Shop.Web.Settings.md): E-Commerce module settings LiveView. - [PhoenixKit.Modules.Shop.Web.ShippingMethodForm](PhoenixKit.Modules.Shop.Web.ShippingMethodForm.md): Shipping method create/edit form LiveView. - [PhoenixKit.Modules.Shop.Web.ShippingMethods](PhoenixKit.Modules.Shop.Web.ShippingMethods.md): Shipping methods list LiveView for E-Commerce module admin. - [PhoenixKit.Modules.Shop.Web.ShopCatalog](PhoenixKit.Modules.Shop.Web.ShopCatalog.md): Public shop catalog main page. Shows categories and featured/active products. - [PhoenixKit.Modules.Shop.Web.TestShop](PhoenixKit.Modules.Shop.Web.TestShop.md): Test module for verifying Shop functionality: - Specification price modifiers (fixed and percent) - Storage image integration - Price calculation - [PhoenixKit.Modules.Shop.Web.UserOrderDetails](PhoenixKit.Modules.Shop.Web.UserOrderDetails.md): LiveView for displaying order details to the order owner. - [PhoenixKit.Modules.Shop.Web.UserOrders](PhoenixKit.Modules.Shop.Web.UserOrders.md): LiveView for displaying user's shop orders. - [PhoenixKit.Modules.Shop.Workers.CSVImportWorker](PhoenixKit.Modules.Shop.Workers.CSVImportWorker.md): Oban worker for background CSV import. - [PhoenixKit.Modules.Shop.Workers.ImageMigrationWorker](PhoenixKit.Modules.Shop.Workers.ImageMigrationWorker.md): Oban worker for migrating product images from external URLs to Storage module. - [PhoenixKit.Modules.Sitemap](PhoenixKit.Modules.Sitemap.md): Sitemap generation and management context for PhoenixKit. - [PhoenixKit.Modules.Sitemap.Cache](PhoenixKit.Modules.Sitemap.Cache.md): Caching layer for sitemap generation. - [PhoenixKit.Modules.Sitemap.FileStorage](PhoenixKit.Modules.Sitemap.FileStorage.md): File-based storage for sitemap XML files. - [PhoenixKit.Modules.Sitemap.Generator](PhoenixKit.Modules.Sitemap.Generator.md): Main sitemap generator for PhoenixKit. - [PhoenixKit.Modules.Sitemap.HtmlGenerator](PhoenixKit.Modules.Sitemap.HtmlGenerator.md): HTML sitemap renderer for PhoenixKit. - [PhoenixKit.Modules.Sitemap.RouteResolver](PhoenixKit.Modules.Sitemap.RouteResolver.md): Resolves actual routes from parent application router. - [PhoenixKit.Modules.Sitemap.SchedulerWorker](PhoenixKit.Modules.Sitemap.SchedulerWorker.md): Oban worker for scheduled sitemap regeneration. - [PhoenixKit.Modules.Sitemap.SitemapFile](PhoenixKit.Modules.Sitemap.SitemapFile.md): Struct representing a generated sitemap file's metadata. - [PhoenixKit.Modules.Sitemap.Sources.Entities](PhoenixKit.Modules.Sitemap.Sources.Entities.md): Entities source for sitemap generation. - [PhoenixKit.Modules.Sitemap.Sources.Posts](PhoenixKit.Modules.Sitemap.Sources.Posts.md): Posts source for sitemap generation. - [PhoenixKit.Modules.Sitemap.Sources.Publishing](PhoenixKit.Modules.Sitemap.Sources.Publishing.md): Publishing source for sitemap generation. - [PhoenixKit.Modules.Sitemap.Sources.RouterDiscovery](PhoenixKit.Modules.Sitemap.Sources.RouterDiscovery.md): Router Discovery source for sitemap generation. - [PhoenixKit.Modules.Sitemap.Sources.Shop](PhoenixKit.Modules.Sitemap.Sources.Shop.md): Shop source for sitemap generation. - [PhoenixKit.Modules.Sitemap.Sources.Source](PhoenixKit.Modules.Sitemap.Sources.Source.md): Behaviour for sitemap data sources. - [PhoenixKit.Modules.Sitemap.Sources.Static](PhoenixKit.Modules.Sitemap.Sources.Static.md): Static routes source for sitemap generation. - [PhoenixKit.Modules.Sitemap.UrlEntry](PhoenixKit.Modules.Sitemap.UrlEntry.md): Struct representing a single URL entry in sitemap. - [PhoenixKit.Modules.Sitemap.Web.Controller](PhoenixKit.Modules.Sitemap.Web.Controller.md): Controller for serving XML sitemaps with XSL styling. - [PhoenixKit.Modules.Sitemap.Web.Settings](PhoenixKit.Modules.Sitemap.Web.Settings.md): LiveView for sitemap configuration and management. - [PhoenixKit.Modules.Storage](PhoenixKit.Modules.Storage.md): Storage context for managing files, buckets, and dimensions. - [PhoenixKit.Modules.Storage.Bucket](PhoenixKit.Modules.Storage.Bucket.md): Schema for storage provider configurations. - [PhoenixKit.Modules.Storage.Dimension](PhoenixKit.Modules.Storage.Dimension.md): Schema for dimension presets for automatic file variant generation. - [PhoenixKit.Modules.Storage.File](PhoenixKit.Modules.Storage.File.md): Schema for original file uploads. - [PhoenixKit.Modules.Storage.FileInstance](PhoenixKit.Modules.Storage.FileInstance.md): Schema for file variants (thumbnails, resizes, video qualities). - [PhoenixKit.Modules.Storage.FileLocation](PhoenixKit.Modules.Storage.FileLocation.md): Schema for physical storage locations (redundancy tracking). - [PhoenixKit.Modules.Storage.FileServer](PhoenixKit.Modules.Storage.FileServer.md): File serving logic with multi-location failover support. - [PhoenixKit.Modules.Storage.ImageProcessor](PhoenixKit.Modules.Storage.ImageProcessor.md): ImageMagick-based image processing module. - [PhoenixKit.Modules.Storage.Manager](PhoenixKit.Modules.Storage.Manager.md): Storage manager for handling file operations with redundancy and failover. - [PhoenixKit.Modules.Storage.PdfProcessor](PhoenixKit.Modules.Storage.PdfProcessor.md): Poppler-based PDF processing module. - [PhoenixKit.Modules.Storage.ProcessFileJob](PhoenixKit.Modules.Storage.ProcessFileJob.md): Oban job for background processing of uploaded files. - [PhoenixKit.Modules.Storage.Provider](PhoenixKit.Modules.Storage.Provider.md): Behavior for storage providers. - [PhoenixKit.Modules.Storage.ProviderRegistry](PhoenixKit.Modules.Storage.ProviderRegistry.md): Registry for storage providers. - [PhoenixKit.Modules.Storage.Providers.Local](PhoenixKit.Modules.Storage.Providers.Local.md): Local filesystem storage provider. - [PhoenixKit.Modules.Storage.Providers.S3](PhoenixKit.Modules.Storage.Providers.S3.md): AWS S3 storage provider. - [PhoenixKit.Modules.Storage.TestJob](PhoenixKit.Modules.Storage.TestJob.md): Simple test job to verify Oban is working - [PhoenixKit.Modules.Storage.URLSigner](PhoenixKit.Modules.Storage.URLSigner.md): Token-based URL signing for secure file serving. - [PhoenixKit.Modules.Storage.VariantGenerator](PhoenixKit.Modules.Storage.VariantGenerator.md): Variant generation system for images and videos. - [PhoenixKit.Modules.Storage.Workers.DeleteOrphanedFileJob](PhoenixKit.Modules.Storage.Workers.DeleteOrphanedFileJob.md): Oban job for deleting a single orphaned file. - [PhoenixKit.Modules.Sync](PhoenixKit.Modules.Sync.md): Main context for Sync module. - [PhoenixKit.Modules.Sync.ChannelClient](PhoenixKit.Modules.Sync.ChannelClient.md): Client for communicating with the Sync channel from the Receiver's LiveView. - [PhoenixKit.Modules.Sync.Client](PhoenixKit.Modules.Sync.Client.md): Synchronous client for connecting to a remote DB Sync sender. - [PhoenixKit.Modules.Sync.ColumnInfo](PhoenixKit.Modules.Sync.ColumnInfo.md): Struct representing a single database column's metadata. - [PhoenixKit.Modules.Sync.Connection](PhoenixKit.Modules.Sync.Connection.md): Schema for DB Sync persistent connections between PhoenixKit instances. - [PhoenixKit.Modules.Sync.ConnectionNotifier](PhoenixKit.Modules.Sync.ConnectionNotifier.md): Handles cross-site notification when creating sender connections. - [PhoenixKit.Modules.Sync.Connections](PhoenixKit.Modules.Sync.Connections.md): Context module for managing DB Sync connections. - [PhoenixKit.Modules.Sync.DataExporter](PhoenixKit.Modules.Sync.DataExporter.md): Exports data from database tables for DB Sync module. - [PhoenixKit.Modules.Sync.DataImporter](PhoenixKit.Modules.Sync.DataImporter.md): Handles import of records from remote sender with conflict resolution. - [PhoenixKit.Modules.Sync.SchemaInspector](PhoenixKit.Modules.Sync.SchemaInspector.md): Inspects database schema for DB Sync module. - [PhoenixKit.Modules.Sync.SessionStore](PhoenixKit.Modules.Sync.SessionStore.md): ETS-based session storage for DB Sync module. - [PhoenixKit.Modules.Sync.TableSchema](PhoenixKit.Modules.Sync.TableSchema.md): Struct representing a database table's schema information. - [PhoenixKit.Modules.Sync.Transfer](PhoenixKit.Modules.Sync.Transfer.md): Schema for DB Sync data transfers. - [PhoenixKit.Modules.Sync.Transfers](PhoenixKit.Modules.Sync.Transfers.md): Context module for managing DB Sync transfers. - [PhoenixKit.Modules.Sync.Web.ApiController](PhoenixKit.Modules.Sync.Web.ApiController.md): API controller for Sync cross-site operations. - [PhoenixKit.Modules.Sync.Web.ConnectionsLive](PhoenixKit.Modules.Sync.Web.ConnectionsLive.md): LiveView for managing DB Sync permanent connections. - [PhoenixKit.Modules.Sync.Web.History](PhoenixKit.Modules.Sync.Web.History.md): LiveView for DB Sync transfer history. - [PhoenixKit.Modules.Sync.Web.Index](PhoenixKit.Modules.Sync.Web.Index.md): Landing page for DB Sync module. - [PhoenixKit.Modules.Sync.Web.Receiver](PhoenixKit.Modules.Sync.Web.Receiver.md): Receiver-side LiveView for DB Sync. - [PhoenixKit.Modules.Sync.Web.Sender](PhoenixKit.Modules.Sync.Web.Sender.md): Sender-side LiveView for DB Sync. - [PhoenixKit.Modules.Sync.Web.SocketPlug](PhoenixKit.Modules.Sync.Web.SocketPlug.md): Plug for handling DB Sync WebSocket connections. - [PhoenixKit.Modules.Sync.WebSocketClient](PhoenixKit.Modules.Sync.WebSocketClient.md): WebSocket client for Sync receiver connections. - [PhoenixKit.Modules.Sync.Workers.ImportWorker](PhoenixKit.Modules.Sync.Workers.ImportWorker.md): Oban worker for background data import from DB Sync. - [PhoenixKit.Modules.Tickets](PhoenixKit.Modules.Tickets.md): Context for managing support tickets, comments, and attachments. - [PhoenixKit.Modules.Tickets.Events](PhoenixKit.Modules.Tickets.Events.md): PubSub events for PhoenixKit Tickets system. - [PhoenixKit.Modules.Tickets.Ticket](PhoenixKit.Modules.Tickets.Ticket.md): Schema for support tickets. - [PhoenixKit.Modules.Tickets.TicketAttachment](PhoenixKit.Modules.Tickets.TicketAttachment.md): Junction schema for ticket and comment attachments. - [PhoenixKit.Modules.Tickets.TicketComment](PhoenixKit.Modules.Tickets.TicketComment.md): Schema for ticket comments with internal notes support. - [PhoenixKit.Modules.Tickets.TicketStatusHistory](PhoenixKit.Modules.Tickets.TicketStatusHistory.md): Schema for ticket status change audit trail. - [PhoenixKit.Modules.Tickets.Web.Details](PhoenixKit.Modules.Tickets.Web.Details.md): LiveView for displaying ticket details with comments and status management. - [PhoenixKit.Modules.Tickets.Web.Edit](PhoenixKit.Modules.Tickets.Web.Edit.md): LiveView for creating and editing support tickets. - [PhoenixKit.Modules.Tickets.Web.List](PhoenixKit.Modules.Tickets.Web.List.md): LiveView for displaying and managing support tickets in PhoenixKit admin panel. - [PhoenixKit.Modules.Tickets.Web.New](PhoenixKit.Modules.Tickets.Web.New.md): LiveView for creating new support tickets from admin panel. - [PhoenixKit.Modules.Tickets.Web.Settings](PhoenixKit.Modules.Tickets.Web.Settings.md): LiveView for configuring the Tickets module settings. - [PhoenixKit.Modules.Tickets.Web.UserDetails](PhoenixKit.Modules.Tickets.Web.UserDetails.md): LiveView for displaying ticket details to the ticket owner. - [PhoenixKit.Modules.Tickets.Web.UserList](PhoenixKit.Modules.Tickets.Web.UserList.md): LiveView for displaying user's support tickets. - [PhoenixKit.Modules.Tickets.Web.UserNew](PhoenixKit.Modules.Tickets.Web.UserNew.md): LiveView for creating new support tickets with file attachments. - [PhoenixKit.PubSub.Manager](PhoenixKit.PubSub.Manager.md): PubSub Manager for PhoenixKit admin live updates. - [PhoenixKit.PubSubHelper](PhoenixKit.PubSubHelper.md): Helper for dynamically resolving the PubSub server to use. - [PhoenixKit.RepoHelper](PhoenixKit.RepoHelper.md): Helper for dynamically resolving the repository to use. - [PhoenixKit.ScheduledJobs](PhoenixKit.ScheduledJobs.md): Context module for managing scheduled jobs. - [PhoenixKit.ScheduledJobs.Handler](PhoenixKit.ScheduledJobs.Handler.md): Behaviour for scheduled job handlers. - [PhoenixKit.ScheduledJobs.ScheduledJob](PhoenixKit.ScheduledJobs.ScheduledJob.md): Schema for scheduled jobs. - [PhoenixKit.ScheduledJobs.Workers.ProcessScheduledJobsWorker](PhoenixKit.ScheduledJobs.Workers.ProcessScheduledJobsWorker.md): Oban worker that processes pending scheduled jobs. - [PhoenixKit.Settings](PhoenixKit.Settings.md): The Settings context for system configuration management. - [PhoenixKit.Settings.Events](PhoenixKit.Settings.Events.md): PubSub helpers for broadcasting settings updates in real-time. - [PhoenixKit.Settings.Setting](PhoenixKit.Settings.Setting.md): Setting schema for PhoenixKit system settings. - [PhoenixKit.Settings.Setting.SettingsForm](PhoenixKit.Settings.Setting.SettingsForm.md): Settings form schema for PhoenixKit system settings validation. - [PhoenixKit.Supervisor](PhoenixKit.Supervisor.md): Supervisor for all PhoenixKit workers. - [PhoenixKit.System.Dependencies](PhoenixKit.System.Dependencies.md): System dependency checker for PhoenixKit. - [PhoenixKit.ThemeConfig](PhoenixKit.ThemeConfig.md): Theme configuration utilities for PhoenixKit's DaisyUI integration. - [PhoenixKit.Users.AdminNote](PhoenixKit.Users.AdminNote.md): Schema for admin notes about users. - [PhoenixKit.Users.Auth](PhoenixKit.Users.Auth.md): The Auth context for user authentication and management. - [PhoenixKit.Users.Auth.Scope](PhoenixKit.Users.Auth.Scope.md): Scope module for encapsulating PhoenixKit authentication state. - [PhoenixKit.Users.Auth.User](PhoenixKit.Users.Auth.User.md): User schema for PhoenixKit authentication system. - [PhoenixKit.Users.Auth.UserNotifier](PhoenixKit.Users.Auth.UserNotifier.md): User notification system for PhoenixKit authentication workflows. - [PhoenixKit.Users.Auth.UserToken](PhoenixKit.Users.Auth.UserToken.md): User token schema for PhoenixKit authentication system. - [PhoenixKit.Users.CustomFields](PhoenixKit.Users.CustomFields.md): Context for managing custom user field definitions. - [PhoenixKit.Users.CustomFields.Events](PhoenixKit.Users.CustomFields.Events.md): PubSub event broadcasting for custom field changes. - [PhoenixKit.Users.MagicLink](PhoenixKit.Users.MagicLink.md): Magic Link authentication system for PhoenixKit. - [PhoenixKit.Users.MagicLinkRegistration](PhoenixKit.Users.MagicLinkRegistration.md): Two-step user registration via Magic Link email. - [PhoenixKit.Users.OAuth](PhoenixKit.Users.OAuth.md): OAuth authentication context for PhoenixKit. - [PhoenixKit.Users.OAuthAvailability](PhoenixKit.Users.OAuthAvailability.md): Checks OAuth availability and configured providers. - [PhoenixKit.Users.OAuthConfig](PhoenixKit.Users.OAuthConfig.md): Runtime OAuth configuration management using database credentials. - [PhoenixKit.Users.OAuthProvider](PhoenixKit.Users.OAuthProvider.md): OAuth Provider schema for external authentication providers. - [PhoenixKit.Users.Permissions](PhoenixKit.Users.Permissions.md): Context for module-level permissions in PhoenixKit. - [PhoenixKit.Users.RateLimiter](PhoenixKit.Users.RateLimiter.md): Rate limiting for authentication endpoints to prevent brute-force attacks. - [PhoenixKit.Users.RateLimiter.Backend](PhoenixKit.Users.RateLimiter.Backend.md): Hammer 7.x backend for rate limiting. - [PhoenixKit.Users.Role](PhoenixKit.Users.Role.md): Role schema for PhoenixKit authorization system. - [PhoenixKit.Users.RoleAssignment](PhoenixKit.Users.RoleAssignment.md): Role assignment schema for PhoenixKit authorization system. - [PhoenixKit.Users.RolePermission](PhoenixKit.Users.RolePermission.md): Schema for module-level permissions assigned to roles. - [PhoenixKit.Users.Roles](PhoenixKit.Users.Roles.md): API for managing user roles in PhoenixKit. - [PhoenixKit.Users.ScopeNotifier](PhoenixKit.Users.ScopeNotifier.md): Handles PubSub notifications for user scope refreshes. - [PhoenixKit.Users.Sessions](PhoenixKit.Users.Sessions.md): Context for managing user sessions in PhoenixKit. - [PhoenixKit.Users.TableColumns](PhoenixKit.Users.TableColumns.md): Table column configuration for user management dashboard. - [PhoenixKit.Utils.Date](PhoenixKit.Utils.Date.md): Date and time formatting utilities for PhoenixKit. - [PhoenixKit.Utils.Geolocation](PhoenixKit.Utils.Geolocation.md): IP Geolocation utilities for PhoenixKit. - [PhoenixKit.Utils.HeroIcons](PhoenixKit.Utils.HeroIcons.md): Curated list of Heroicons for use in the application. Icons are grouped by category for easy browsing. - [PhoenixKit.Utils.IpAddress](PhoenixKit.Utils.IpAddress.md): Utilities for extracting and formatting IP addresses. - [PhoenixKit.Utils.Number](PhoenixKit.Utils.Number.md): Number formatting utilities for PhoenixKit. - [PhoenixKit.Utils.PhoenixVersion](PhoenixKit.Utils.PhoenixVersion.md): Utilities for detecting and working with Phoenix framework versions. - [PhoenixKit.Utils.Routes](PhoenixKit.Utils.Routes.md): Utility functions for working with PhoenixKit routes and URLs. - [PhoenixKit.Utils.SessionFingerprint](PhoenixKit.Utils.SessionFingerprint.md): Session fingerprinting utilities for preventing session hijacking. - [PhoenixKit.Utils.Slug](PhoenixKit.Utils.Slug.md): Helpers for generating consistent, URL-friendly slugs across PhoenixKit. - [PhoenixKit.Utils.UUID](PhoenixKit.Utils.UUID.md): Utilities for working with UUIDs. - [PhoenixKit.Workers.OAuthConfigLoader](PhoenixKit.Workers.OAuthConfigLoader.md): GenServer worker that ensures OAuth configuration is loaded from database before any OAuth requests are processed. - [PhoenixKitWeb](PhoenixKitWeb.md): The web interface for PhoenixKit. - [PhoenixKitWeb.AssetsController](PhoenixKitWeb.AssetsController.md): Controller for serving PhoenixKit static assets. - [PhoenixKitWeb.AuthRouter](PhoenixKitWeb.AuthRouter.md): Legacy authentication router for PhoenixKit. - [PhoenixKitWeb.Components.AdminNav](PhoenixKitWeb.Components.AdminNav.md): Admin navigation components for the PhoenixKit admin panel. Provides consistent navigation elements for both desktop sidebar and mobile drawer. - [PhoenixKitWeb.Components.Core.AWSCredentialsVerify](PhoenixKitWeb.Components.Core.AWSCredentialsVerify.md): AWS Credentials Verification Component. - [PhoenixKitWeb.Components.Core.AWSRegionSelect](PhoenixKitWeb.Components.Core.AWSRegionSelect.md): AWS Region Select Component. - [PhoenixKitWeb.Components.Core.Accordion](PhoenixKitWeb.Components.Core.Accordion.md): Accordion Component for collapsible content sections. - [PhoenixKitWeb.Components.Core.AdminPageHeader](PhoenixKitWeb.Components.Core.AdminPageHeader.md): Provides a unified admin page header component with optional back button, title, subtitle, and action slots. - [PhoenixKitWeb.Components.Core.Badge](PhoenixKitWeb.Components.Core.Badge.md): Provides badge UI components for status, roles, and labels. - [PhoenixKitWeb.Components.Core.Button](PhoenixKitWeb.Components.Core.Button.md): Provides a button UI component. - [PhoenixKitWeb.Components.Core.Checkbox](PhoenixKitWeb.Components.Core.Checkbox.md): Provides a default checkbox UI component. - [PhoenixKitWeb.Components.Core.CookieConsent](PhoenixKitWeb.Components.Core.CookieConsent.md): Cookie consent widget component for GDPR/CCPA compliance. - [PhoenixKitWeb.Components.Core.CurrencyDisplay](PhoenixKitWeb.Components.Core.CurrencyDisplay.md): Provides currency formatting components for the billing system. - [PhoenixKitWeb.Components.Core.DevNotice](PhoenixKitWeb.Components.Core.DevNotice.md): Development mode notice component for the local mailbox. - [PhoenixKitWeb.Components.Core.DraggableList](PhoenixKitWeb.Components.Core.DraggableList.md): A reusable drag-and-drop sortable component supporting both grid and list layouts. - [PhoenixKitWeb.Components.Core.EmailActivityBadges](PhoenixKitWeb.Components.Core.EmailActivityBadges.md): Provides email activity badges component for chronological event display. - [PhoenixKitWeb.Components.Core.EmailStatusBadge](PhoenixKitWeb.Components.Core.EmailStatusBadge.md): Provides email status badge components for email tracking system. - [PhoenixKitWeb.Components.Core.EventTimelineItem](PhoenixKitWeb.Components.Core.EventTimelineItem.md): Provides event timeline item component for email event visualization. - [PhoenixKitWeb.Components.Core.FileDisplay](PhoenixKitWeb.Components.Core.FileDisplay.md): Components for displaying file-related information. - [PhoenixKitWeb.Components.Core.FileUpload](PhoenixKitWeb.Components.Core.FileUpload.md): Reusable file upload component for PhoenixKit. - [PhoenixKitWeb.Components.Core.Flash](PhoenixKitWeb.Components.Core.Flash.md): Provides flash UI components. - [PhoenixKitWeb.Components.Core.FormFieldError](PhoenixKitWeb.Components.Core.FormFieldError.md): Provides an error UI component for form components. - [PhoenixKitWeb.Components.Core.FormFieldLabel](PhoenixKitWeb.Components.Core.FormFieldLabel.md): Provides a label UI component for form components. - [PhoenixKitWeb.Components.Core.Header](PhoenixKitWeb.Components.Core.Header.md): Provides a header UI component. - [PhoenixKitWeb.Components.Core.HeroStatCard](PhoenixKitWeb.Components.Core.HeroStatCard.md): Provides a large hero statistics card UI component for prominent dashboard metrics. - [PhoenixKitWeb.Components.Core.Icon](PhoenixKitWeb.Components.Core.Icon.md): Provides a hero icon UI component. - [PhoenixKitWeb.Components.Core.Icons](PhoenixKitWeb.Components.Core.Icons.md): Provides icons for other components and interfaces. - [PhoenixKitWeb.Components.Core.Input](PhoenixKitWeb.Components.Core.Input.md): Provides inputs UI components. - [PhoenixKitWeb.Components.Core.InvoiceStatusBadge](PhoenixKitWeb.Components.Core.InvoiceStatusBadge.md): Provides invoice status badge components for the billing system. - [PhoenixKitWeb.Components.Core.LanguageSwitcher](PhoenixKitWeb.Components.Core.LanguageSwitcher.md): Language switcher component for frontend applications. - [PhoenixKitWeb.Components.Core.MaintenancePage](PhoenixKitWeb.Components.Core.MaintenancePage.md): Displays a full-page maintenance message. - [PhoenixKitWeb.Components.Core.Markdown](PhoenixKitWeb.Components.Core.Markdown.md): Renders markdown content safely with consistent styling. - [PhoenixKitWeb.Components.Core.MarkdownContent](PhoenixKitWeb.Components.Core.MarkdownContent.md): Renders markdown content with consistent styling across the application. - [PhoenixKitWeb.Components.Core.MarkdownEditor](PhoenixKitWeb.Components.Core.MarkdownEditor.md): Reusable markdown editor LiveComponent with cursor tracking, markdown formatting toolbar, component insertion, and unsaved changes protection. - [PhoenixKitWeb.Components.Core.MediaThumbnail](PhoenixKitWeb.Components.Core.MediaThumbnail.md): Provides a component for resolving and rendering media file thumbnail URLs. - [PhoenixKitWeb.Components.Core.MessageTagBadge](PhoenixKitWeb.Components.Core.MessageTagBadge.md): Provides message tag badge component for email system. - [PhoenixKitWeb.Components.Core.Modal](PhoenixKitWeb.Components.Core.Modal.md): A reusable modal dialog component with robust features. - [PhoenixKitWeb.Components.Core.ModuleCard](PhoenixKitWeb.Components.Core.ModuleCard.md): Provides a module card UI component for the Modules Overview page. - [PhoenixKitWeb.Components.Core.NumberFormatter](PhoenixKitWeb.Components.Core.NumberFormatter.md): Number formatting components for PhoenixKit. - [PhoenixKitWeb.Components.Core.OAuthCheckbox](PhoenixKitWeb.Components.Core.OAuthCheckbox.md): Reusable component for OAuth provider checkboxes with conditional styling. - [PhoenixKitWeb.Components.Core.OAuthProvider](PhoenixKitWeb.Components.Core.OAuthProvider.md): Reusable component for OAuth provider credential forms. - [PhoenixKitWeb.Components.Core.OAuthUtils](PhoenixKitWeb.Components.Core.OAuthUtils.md): Utility components for OAuth functionality. - [PhoenixKitWeb.Components.Core.OrderStatusBadge](PhoenixKitWeb.Components.Core.OrderStatusBadge.md): Provides order status badge components for the billing system. - [PhoenixKitWeb.Components.Core.Pagination](PhoenixKitWeb.Components.Core.Pagination.md): Pagination components for list views in PhoenixKit. - [PhoenixKitWeb.Components.Core.PkLink](PhoenixKitWeb.Components.Core.PkLink.md): Provides prefix-aware link components for PhoenixKit navigation. - [PhoenixKitWeb.Components.Core.Select](PhoenixKitWeb.Components.Core.Select.md): Provides a default select UI component. - [PhoenixKitWeb.Components.Core.SimpleForm](PhoenixKitWeb.Components.Core.SimpleForm.md): Provides a simple form UI component. - [PhoenixKitWeb.Components.Core.StatCard](PhoenixKitWeb.Components.Core.StatCard.md): Provides a statistics card UI component for dashboard metrics. - [PhoenixKitWeb.Components.Core.TableDefault](PhoenixKitWeb.Components.Core.TableDefault.md): A basic table component with daisyUI styling. - [PhoenixKitWeb.Components.Core.Textarea](PhoenixKitWeb.Components.Core.Textarea.md): Provides a default textarea UI component. - [PhoenixKitWeb.Components.Core.ThemeController](PhoenixKitWeb.Components.Core.ThemeController.md): Shared theme controller component for admin and dashboard. - [PhoenixKitWeb.Components.Core.ThemeSwitcher](PhoenixKitWeb.Components.Core.ThemeSwitcher.md): Provides a theme switcher UI component. - [PhoenixKitWeb.Components.Core.TimeDisplay](PhoenixKitWeb.Components.Core.TimeDisplay.md): Provides time and date display components with relative and absolute formatting. - [PhoenixKitWeb.Components.Core.TransactionTypeBadge](PhoenixKitWeb.Components.Core.TransactionTypeBadge.md): Provides transaction type badge components for the billing system. - [PhoenixKitWeb.Components.Core.UserInfo](PhoenixKitWeb.Components.Core.UserInfo.md): Provides user information display components. - [PhoenixKitWeb.Components.Dashboard.AdminSidebar](PhoenixKitWeb.Components.Dashboard.AdminSidebar.md): Admin sidebar component for the PhoenixKit admin panel. - [PhoenixKitWeb.Components.Dashboard.Badge](PhoenixKitWeb.Components.Dashboard.Badge.md): Badge component for dashboard tab indicators. - [PhoenixKitWeb.Components.Dashboard.ContextSelector](PhoenixKitWeb.Components.Dashboard.ContextSelector.md): Context selector dropdown component for dashboard navigation. - [PhoenixKitWeb.Components.Dashboard.LiveTabs](PhoenixKitWeb.Components.Dashboard.LiveTabs.md): LiveView integration for dashboard tabs with real-time updates. - [PhoenixKitWeb.Components.Dashboard.MultiContextSelector](PhoenixKitWeb.Components.Dashboard.MultiContextSelector.md): Wrapper component for rendering multiple context selectors. - [PhoenixKitWeb.Components.Dashboard.Sidebar](PhoenixKitWeb.Components.Dashboard.Sidebar.md): Sidebar component for the user dashboard. - [PhoenixKitWeb.Components.Dashboard.TabItem](PhoenixKitWeb.Components.Dashboard.TabItem.md): Tab item component for dashboard navigation. - [PhoenixKitWeb.Components.LayoutWrapper](PhoenixKitWeb.Components.LayoutWrapper.md): Dynamic layout wrapper component for Phoenix v1.7- and v1.8+ compatibility. - [PhoenixKitWeb.Components.OAuthButtons](PhoenixKitWeb.Components.OAuthButtons.md): OAuth authentication buttons component for Google and Apple Sign-In. - [PhoenixKitWeb.Components.UserDashboardNav](PhoenixKitWeb.Components.UserDashboardNav.md): User dashboard navigation components for the PhoenixKit user dashboard. Provides navigation elements specifically for user dashboard pages. - [PhoenixKitWeb.ContextController](PhoenixKitWeb.ContextController.md): Controller for handling dashboard context switching. - [PhoenixKitWeb.Controllers.ConsentConfigController](PhoenixKitWeb.Controllers.ConsentConfigController.md): API controller for cookie consent widget configuration. - [PhoenixKitWeb.Controllers.Redirects.PublishingRedirectController](PhoenixKitWeb.Controllers.Redirects.PublishingRedirectController.md): Handles redirects from legacy /admin/blogging/* routes to new /admin/publishing/* routes. - [PhoenixKitWeb.Dashboard.ContextProvider](PhoenixKitWeb.Dashboard.ContextProvider.md): LiveView on_mount hook for loading dashboard contexts. - [PhoenixKitWeb.Dashboard.TabsInitializer](PhoenixKitWeb.Dashboard.TabsInitializer.md): LiveView on_mount hook for initializing dashboard tabs with context-aware badge values. - [PhoenixKitWeb.Endpoint](PhoenixKitWeb.Endpoint.md) - [PhoenixKitWeb.EntityFormController](PhoenixKitWeb.EntityFormController.md): Controller for handling public entity form submissions. - [PhoenixKitWeb.ErrorHTML](PhoenixKitWeb.ErrorHTML.md): This module is invoked by your endpoint in case of errors on HTML requests. - [PhoenixKitWeb.ErrorJSON](PhoenixKitWeb.ErrorJSON.md): This module is invoked by your endpoint in case of errors on JSON requests. - [PhoenixKitWeb.FileController](PhoenixKitWeb.FileController.md): File serving controller with signed URL support. - [PhoenixKitWeb.Gettext](PhoenixKitWeb.Gettext.md): A module providing Internationalization with a gettext-based API. - [PhoenixKitWeb.Helpers.MediaSelectorHelper](PhoenixKitWeb.Helpers.MediaSelectorHelper.md): Helper functions for integrating the media selector component. - [PhoenixKitWeb.Integration](PhoenixKitWeb.Integration.md): Integration helpers for adding PhoenixKit to Phoenix applications. - [PhoenixKitWeb.LayoutHelpers](PhoenixKitWeb.LayoutHelpers.md): Helper functions for working with PhoenixKit layouts efficiently. - [PhoenixKitWeb.Layouts](PhoenixKitWeb.Layouts.md): This module holds different layouts used by your application. - [PhoenixKitWeb.Live.Components.MediaSelectorModal](PhoenixKitWeb.Live.Components.MediaSelectorModal.md): Media selector modal component. - [PhoenixKitWeb.Live.Dashboard](PhoenixKitWeb.Live.Dashboard.md): Admin dashboard LiveView for PhoenixKit. - [PhoenixKitWeb.Live.Dashboard.Index](PhoenixKitWeb.Live.Dashboard.Index.md): Dashboard Index LiveView for PhoenixKit. - [PhoenixKitWeb.Live.Dashboard.Settings](PhoenixKitWeb.Live.Dashboard.Settings.md): Settings LiveView for PhoenixKit Dashboard. - [PhoenixKitWeb.Live.Modules](PhoenixKitWeb.Live.Modules.md): Admin modules management LiveView for PhoenixKit. - [PhoenixKitWeb.Live.Modules.Connections.Connections](PhoenixKitWeb.Live.Modules.Connections.Connections.md): Admin LiveView for the Connections module. - [PhoenixKitWeb.Live.Modules.Connections.UserConnections](PhoenixKitWeb.Live.Modules.Connections.UserConnections.md): User-facing LiveView for managing personal connections. - [PhoenixKitWeb.Live.Modules.Jobs.Index](PhoenixKitWeb.Live.Modules.Jobs.Index.md): LiveView for viewing jobs. - [PhoenixKitWeb.Live.Modules.Languages](PhoenixKitWeb.Live.Modules.Languages.md): Languages module settings LiveView for PhoenixKit admin panel. - [PhoenixKitWeb.Live.Modules.Legal.Settings](PhoenixKitWeb.Live.Modules.Legal.Settings.md): LiveView for Legal module settings and page generation. - [PhoenixKitWeb.Live.Modules.Maintenance.Settings](PhoenixKitWeb.Live.Modules.Maintenance.Settings.md): Settings page for the Maintenance module. - [PhoenixKitWeb.Live.Modules.Posts.Details](PhoenixKitWeb.Live.Modules.Posts.Details.md): LiveView for displaying a single post with all details and interactions. - [PhoenixKitWeb.Live.Modules.Posts.Edit](PhoenixKitWeb.Live.Modules.Posts.Edit.md): LiveView for creating and editing posts. - [PhoenixKitWeb.Live.Modules.Posts.GroupEdit](PhoenixKitWeb.Live.Modules.Posts.GroupEdit.md): LiveView for creating and editing post groups (collections). - [PhoenixKitWeb.Live.Modules.Posts.Groups](PhoenixKitWeb.Live.Modules.Posts.Groups.md): LiveView for managing user's post groups (collections). - [PhoenixKitWeb.Live.Modules.Posts.Posts](PhoenixKitWeb.Live.Modules.Posts.Posts.md): LiveView for displaying and managing posts in PhoenixKit admin panel. - [PhoenixKitWeb.Live.Modules.Posts.Settings](PhoenixKitWeb.Live.Modules.Posts.Settings.md): LiveView for posts module configuration and settings management. - [PhoenixKitWeb.Live.Modules.Storage.BucketForm](PhoenixKitWeb.Live.Modules.Storage.BucketForm.md): Bucket form LiveView for storage bucket management. - [PhoenixKitWeb.Live.Modules.Storage.DimensionForm](PhoenixKitWeb.Live.Modules.Storage.DimensionForm.md): Dimension form LiveView for storage dimension management. - [PhoenixKitWeb.Live.Modules.Storage.Dimensions](PhoenixKitWeb.Live.Modules.Storage.Dimensions.md): Storage dimensions management LiveView. - [PhoenixKitWeb.Live.Modules.Storage.Settings](PhoenixKitWeb.Live.Modules.Storage.Settings.md): Storage settings management LiveView for PhoenixKit. - [PhoenixKitWeb.Live.Settings](PhoenixKitWeb.Live.Settings.md): Admin settings management LiveView for PhoenixKit. - [PhoenixKitWeb.Live.Settings.Organization](PhoenixKitWeb.Live.Settings.Organization.md): Organization settings management LiveView for PhoenixKit. - [PhoenixKitWeb.Live.Settings.SEO](PhoenixKitWeb.Live.Settings.SEO.md): SEO settings management LiveView for PhoenixKit. - [PhoenixKitWeb.Live.Settings.Users](PhoenixKitWeb.Live.Settings.Users.md): User-related settings management LiveView for PhoenixKit. - [PhoenixKitWeb.Live.Users.LiveSessions](PhoenixKitWeb.Live.Users.LiveSessions.md): Real-time session monitoring dashboard for the PhoenixKit admin panel. - [PhoenixKitWeb.Live.Users.Media](PhoenixKitWeb.Live.Users.Media.md): Media management LiveView for PhoenixKit admin panel. - [PhoenixKitWeb.Live.Users.MediaDetail](PhoenixKitWeb.Live.Users.MediaDetail.md): Single media file detail view for PhoenixKit admin panel. - [PhoenixKitWeb.Live.Users.MediaSelector](PhoenixKitWeb.Live.Users.MediaSelector.md): Generic media selector LiveView. - [PhoenixKitWeb.Live.Users.PermissionsMatrix](PhoenixKitWeb.Live.Users.PermissionsMatrix.md): Interactive permissions matrix view for PhoenixKit admin panel. - [PhoenixKitWeb.Live.Users.Roles](PhoenixKitWeb.Live.Users.Roles.md): Role management LiveView for PhoenixKit admin panel. - [PhoenixKitWeb.Live.Users.Sessions](PhoenixKitWeb.Live.Users.Sessions.md): Live component for managing active user sessions in the PhoenixKit admin panel. - [PhoenixKitWeb.Live.Users.UserDetails](PhoenixKitWeb.Live.Users.UserDetails.md): LiveView for displaying detailed user information. - [PhoenixKitWeb.Live.Users.Users](PhoenixKitWeb.Live.Users.Users.md): User management LiveView for PhoenixKit admin panel. - [PhoenixKitWeb.PagesController](PhoenixKitWeb.PagesController.md) - [PhoenixKitWeb.PagesHTML](PhoenixKitWeb.PagesHTML.md): Renders public pages from markdown files. - [PhoenixKitWeb.Plugs.EnsureOAuthConfig](PhoenixKitWeb.Plugs.EnsureOAuthConfig.md): Plug that ensures OAuth credentials are loaded into Application env before OAuth requests. - [PhoenixKitWeb.Plugs.EnsureOAuthScheme](PhoenixKitWeb.Plugs.EnsureOAuthScheme.md): Ensures correct HTTPS scheme for OAuth callback URL generation behind reverse proxies. - [PhoenixKitWeb.Plugs.Integration](PhoenixKitWeb.Plugs.Integration.md): Central integration plug for PhoenixKit. - [PhoenixKitWeb.Plugs.MaintenanceMode](PhoenixKitWeb.Plugs.MaintenanceMode.md): Plug that enforces maintenance mode for non-admin users. - [PhoenixKitWeb.Plugs.RequestTimer](PhoenixKitWeb.Plugs.RequestTimer.md): A plug that logs detailed timing information for requests. - [PhoenixKitWeb.Router](PhoenixKitWeb.Router.md): PhoenixKit library router. - [PhoenixKitWeb.Routes.BlogRoutes](PhoenixKitWeb.Routes.BlogRoutes.md): Blog/Publishing catch-all routes. - [PhoenixKitWeb.Routes.EmailsRoutes](PhoenixKitWeb.Routes.EmailsRoutes.md): Email module routes. - [PhoenixKitWeb.Routes.PublishingRoutes](PhoenixKitWeb.Routes.PublishingRoutes.md): Publishing module routes. - [PhoenixKitWeb.Routes.ReferralsRoutes](PhoenixKitWeb.Routes.ReferralsRoutes.md): Referral codes module routes. - [PhoenixKitWeb.Routes.ShopRoutes](PhoenixKitWeb.Routes.ShopRoutes.md): Shop module routes. - [PhoenixKitWeb.Routes.TicketsRoutes](PhoenixKitWeb.Routes.TicketsRoutes.md): Tickets module routes. - [PhoenixKitWeb.SyncChannel](PhoenixKitWeb.SyncChannel.md): Channel for DB Sync protocol messages. - [PhoenixKitWeb.SyncSocket](PhoenixKitWeb.SyncSocket.md): Socket for DB Sync module. - [PhoenixKitWeb.SyncWebsock](PhoenixKitWeb.SyncWebsock.md): WebSock handler for DB Sync module. - [PhoenixKitWeb.UploadController](PhoenixKitWeb.UploadController.md): File upload controller for handling multipart uploads. - [PhoenixKitWeb.Users.Auth](PhoenixKitWeb.Users.Auth.md): Authentication and authorization plugs for PhoenixKit user management. - [PhoenixKitWeb.Users.Confirmation](PhoenixKitWeb.Users.Confirmation.md): LiveView for email confirmation. - [PhoenixKitWeb.Users.ConfirmationInstructions](PhoenixKitWeb.Users.ConfirmationInstructions.md): LiveView for resending email confirmation instructions. - [PhoenixKitWeb.Users.ForgotPassword](PhoenixKitWeb.Users.ForgotPassword.md): LiveView for password reset request. - [PhoenixKitWeb.Users.Login](PhoenixKitWeb.Users.Login.md): LiveView for user authentication. - [PhoenixKitWeb.Users.MagicLink](PhoenixKitWeb.Users.MagicLink.md): LiveView for magic link authentication. - [PhoenixKitWeb.Users.MagicLinkRegistration](PhoenixKitWeb.Users.MagicLinkRegistration.md): LiveView for magic link registration completion form. - [PhoenixKitWeb.Users.MagicLinkRegistrationRequest](PhoenixKitWeb.Users.MagicLinkRegistrationRequest.md): LiveView for requesting magic link registration. - [PhoenixKitWeb.Users.MagicLinkRegistrationVerify](PhoenixKitWeb.Users.MagicLinkRegistrationVerify.md): Controller for handling magic link registration verification. - [PhoenixKitWeb.Users.MagicLinkVerify](PhoenixKitWeb.Users.MagicLinkVerify.md): Controller for handling magic link verification and authentication. - [PhoenixKitWeb.Users.OAuth](PhoenixKitWeb.Users.OAuth.md): OAuth authentication controller using Ueberauth with dynamic provider configuration. - [PhoenixKitWeb.Users.Registration](PhoenixKitWeb.Users.Registration.md): LiveView for user registration. - [PhoenixKitWeb.Users.ResetPassword](PhoenixKitWeb.Users.ResetPassword.md): LiveView for password reset functionality. - [PhoenixKitWeb.Users.Session](PhoenixKitWeb.Users.Session.md): Controller for handling user session management. - [PhoenixKitWeb.Users.UserForm](PhoenixKitWeb.Users.UserForm.md): LiveView for creating and editing users in the admin interface. - [PromUaCSV](PromUaCSV.md) - [ShopifyCSV](ShopifyCSV.md) - [ValidatorCSV](ValidatorCSV.md) ## Mix Tasks - [mix phoenix_kit.assets.rebuild](Mix.Tasks.PhoenixKit.Assets.Rebuild.md): Rebuilds assets for PhoenixKit using standard Phoenix asset pipeline. - [mix phoenix_kit.cleanup_orphaned_files](Mix.Tasks.PhoenixKit.CleanupOrphanedFiles.md): Finds and optionally deletes orphaned media files in PhoenixKit Storage. - [mix phoenix_kit.configure_aws_ses](Mix.Tasks.PhoenixKit.ConfigureAwsSes.md): Mix task to configure AWS SES integration for PhoenixKit email system. - [mix phoenix_kit.doctor](Mix.Tasks.PhoenixKit.Doctor.md): Diagnoses PhoenixKit installation, migration, and runtime issues. - [mix phoenix_kit.email.cleanup](Mix.Tasks.PhoenixKit.Email.Cleanup.md): Mix task to clean up old email system logs and optimize storage. - [mix phoenix_kit.email.debug_sqs](Mix.Tasks.PhoenixKit.Email.DebugSqs.md): Mix task to debug SQS queue messages and analyze message ID matching issues. - [mix phoenix_kit.email.export](Mix.Tasks.PhoenixKit.Email.Export.md): Mix task to export email tracking data to various formats. - [mix phoenix_kit.email.process_dlq](Mix.Tasks.PhoenixKit.Email.ProcessDlq.md): Process accumulated messages from AWS SQS Dead Letter Queue (DLQ). - [mix phoenix_kit.email.send_test](Mix.Tasks.PhoenixKit.Email.SendTest.md): Mix task to send a test email to verify email system functionality. - [mix phoenix_kit.email.stats](Mix.Tasks.PhoenixKit.Email.Stats.md): Mix task to display comprehensive email system statistics. - [mix phoenix_kit.email.test_webhook](Mix.Tasks.PhoenixKit.Email.TestWebhook.md): Mix task to test email webhook functionality with sample events. - [mix phoenix_kit.email.verify_config](Mix.Tasks.PhoenixKit.Email.VerifyConfig.md): Mix task to verify email tracking system configuration. - [mix phoenix_kit.entities.export](Mix.Tasks.PhoenixKit.Entities.Export.md): Mix task to export entity definitions and data to JSON files. - [mix phoenix_kit.entities.import](Mix.Tasks.PhoenixKit.Entities.Import.md): Mix task to import entity definitions and data from JSON files. - [mix phoenix_kit.fix_missing_events](Mix.Tasks.PhoenixKit.FixMissingEvents.md): Finds and fixes email logs with missing bounce/complaint/reject events. - [mix phoenix_kit.gen.admin_page](Mix.Tasks.PhoenixKit.Gen.AdminPage.md): Igniter task that generates admin pages using template files. - [mix phoenix_kit.gen.dashboard_tab](Mix.Tasks.PhoenixKit.Gen.DashboardTab.md): Igniter task that adds a tab to the user dashboard configuration. - [mix phoenix_kit.gen.migration](Mix.Tasks.PhoenixKit.Gen.Migration.md): Generate PhoenixKit migration in parent application. - [mix phoenix_kit.install](Mix.Tasks.PhoenixKit.Install.md): Igniter installer for PhoenixKit. - [mix phoenix_kit.migrate_blog_versions](Mix.Tasks.PhoenixKit.MigrateBlogVersions.md): Migrates existing blog posts to the new versioned folder structure. - [mix phoenix_kit.migrate_blogging_to_publishing](Mix.Tasks.PhoenixKit.MigrateBloggingToPublishing.md): Migrates the PhoenixKit blogging module to the new publishing module. - [mix phoenix_kit.modernize_layouts](Mix.Tasks.PhoenixKit.ModernizeLayouts.md): Modernizes PhoenixKit layout integration for Phoenix v1.8+ compatibility. - [mix phoenix_kit.process_dlq](Mix.Tasks.PhoenixKit.ProcessDlq.md): Mix task to process failed email events from AWS SQS Dead Letter Queue (DLQ). - [mix phoenix_kit.process_sqs](Mix.Tasks.PhoenixKit.ProcessSqs.md): Processes pending messages from AWS SQS queue for email events. - [mix phoenix_kit.process_sqs_queue](Mix.Tasks.PhoenixKit.ProcessSqsQueue.md): Mix task to process email events from AWS SQS queue. - [mix phoenix_kit.seed_templates](Mix.Tasks.PhoenixKit.SeedTemplates.md): Seeds the database with system email templates. - [mix phoenix_kit.status](Mix.Tasks.PhoenixKit.Status.md): Shows comprehensive status of PhoenixKit installation. - [mix phoenix_kit.sync_email_status](Mix.Tasks.PhoenixKit.SyncEmailStatus.md): Mix task to manually sync email status by AWS SES message ID. - [mix phoenix_kit.update](Mix.Tasks.PhoenixKit.Update.md): Igniter-based updater for PhoenixKit. - [mix phoenix_kit_templates](Mix.Tasks.PhoenixKitTemplates.md): Template definitions for PhoenixKit demo pages. - [mix shop.deduplicate_products](Mix.Tasks.Shop.DeduplicateProducts.md): Finds and merges duplicate products by slug.