PHPackages                             sferra/filament-side-chat - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sferra/filament-side-chat

ActiveFilament-plugin

sferra/filament-side-chat
=========================

Sidechat plugin for Filament — uses sferra/delta for streaming SSE communication with AI providers

1.0.2(today)05↑2900%MITBladePHP ^8.2

Since Jul 31Pushed todayCompare

[ Source](https://github.com/FelipeSferra/filament-side-chat)[ Packagist](https://packagist.org/packages/sferra/filament-side-chat)[ RSS](/packages/sferra-filament-side-chat/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

Filament Side Chat
==================

[](#filament-side-chat)

AI-powered chat assistant for Filament admin panels. Adds a sidebar chat button that opens a slide-over modal with real-time SSE streaming via [`sferra/delta`](https://github.com/FelipeSferra/delta).

Installation
------------

[](#installation)

```
composer require sferra/filament-side-chat
```

Publish and run the migration:

```
php artisan vendor:publish --tag=filament-side-chat-migrations
php artisan migrate
```

Setup
-----

[](#setup)

### 1. Configure the Delta provider

[](#1-configure-the-delta-provider)

Add your AI provider credentials to `.env`:

```
DELTA_URL=http://localhost:8642/v1/chat/completions
DELTA_KEY=my-api-key
DELTA_MODEL=hermes-agent
```

> See [`sferra/delta`](https://github.com/FelipeSferra/delta) for all supported providers (OpenAI, Ollama, OpenCode, vLLM, etc.).

### 2. Register the plugin

[](#2-register-the-plugin)

In your `AppPanelProvider.php`:

```
use Sferra\FilamentSideChat\FilamentSideChatPlugin;

->plugin(
    FilamentSideChatPlugin::make()
        ->icon('heroicon-o-chat-bubble-left-right')
)
```

That's it. A chat button appears in the Filament topbar.

Features
--------

[](#features)

- ✅ Slide-over modal with AI chat
- ✅ Real-time streaming via SSE
- ✅ Multi-session support — switch between conversations
- ✅ Session deletion with confirmation dialog
- ✅ Chat history persisted to the database
- ✅ Configurable icon and render hook
- ✅ Works with any OpenAI-compatible API

Configuration
-------------

[](#configuration)

Publish the config file:

```
php artisan vendor:publish --tag=filament-side-chat-config
```

```
// config/filament-side-chat.php
return [
    'icon'        => 'heroicon-o-chat-bubble-left-right',
    'render_hook' => \Filament\View\PanelsRenderHook::TOPBAR_END,
];
```

Customization
-------------

[](#customization)

### Change the render position

[](#change-the-render-position)

```
use Filament\View\PanelsRenderHook;

FilamentSideChatPlugin::make()
    ->renderHook(PanelsRenderHook::USER_MENU_BEFORE)
```

### Publish and customize views

[](#publish-and-customize-views)

```
php artisan vendor:publish --tag=filament-side-chat-views
```

Requirements
------------

[](#requirements)

- PHP ^8.2
- Laravel ^11|^12|^13
- Filament ^3.0|^4.0|^5.0
- [sferra/delta](https://github.com/FelipeSferra/delta) ^1.0

License
-------

[](#license)

MIT

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4b85581d1a8c3702f73461193a4b2528b77d3ed1d48d4197c251ff786ec9291?d=identicon)[Sferra](/maintainers/Sferra)

---

Top Contributors

[![FelipeSferra](https://avatars.githubusercontent.com/u/86127586?v=4)](https://github.com/FelipeSferra "FelipeSferra (1 commits)")

### Embed Badge

![Health badge](/badges/sferra-filament-side-chat/health.svg)

```
[![Health](https://phpackages.com/badges/sferra-filament-side-chat/health.svg)](https://phpackages.com/packages/sferra-filament-side-chat)
```

###  Alternatives

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16321.5k](/packages/backstage-mails)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

86240.3k9](/packages/stephenjude-filament-two-factor-authentication)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17861.9k3](/packages/stephenjude-filament-jetstream)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94160.6k5](/packages/marcelweidum-filament-expiration-notice)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
