Version 0

MortelOS Chat

Tenant-gated chat workspace and widget runtime for MortelOS.

mortelos/chat provides the tenant-gated chat workspace and the chat widget runtime.

Use It For

Area Package responsibility
Chat workspace Routes, views and Livewire components for a tenant-gated workspace.
Widget runtime WidgetRegistry, WidgetRenderer, widget definitions and widget run persistence.
Widget commands chat:widget:make and chat:widget:check for scaffolding and validation.
Shared storage The chat_widget_runs tenant migration for widget runtime state.

Install

composer require mortelos/chat

Commands

php artisan chat:widget:make demo_widget
php artisan chat:widget:check compliance_intake_start

Boundaries

Use this package for generic chat infrastructure. Put domain-specific widgets in dedicated packages such as mortelos/widget-compliance or mortelos/widget-document-feedback.