π Wirechat v0.6.0 is out. This is a full reset for Wirechat.
- New docs.
- New website.
- A cleaner path for new features.
This release is for the point where βwe added chatβ becomes βpeople are actually using it.β Files. Groups. Busy inboxes. Realtime messages.
π corepine.dev/docs/wirechat
Namu Makwembo
@namu
β‘ Corepine Modal gives Laravel developers control over how every modal is presented.
Change a default modal into a flyout drawer or draggable bottom sheet by changing one type setting in your modal attributes.
Use it with Livewire stack modals or standalone Blade modals, and choose the UI that fits each interaction.
corepine.dev/docs/modal
β‘ Wirechatβs Persistent Tray widget lets you place a simple, floating, collapsible chat UI on any page.
Use it in dashboards, admin panels, marketplaces, and support portals where people need to reply without leaving their work.
Realtime updates, unread counts, and web push notifications keep conversations active even when the tray is closed. π¬
corepine.dev/docs/wirechat/features/tray

A modal β¨ should improve your app UX, not multiply its UI.
Many traditional setups render a modal for every item, which can add unnecessary markup and repeated state to the page. π¬
In these cases, Corepine Modal easily lets you use one reusable modal host and pass in the selected item data when it opens.
Less markup. Cleaner interactions. π
π corepine.dev/docs/modal
π’ Introducing Corepine Modal π: an open-source Livewire + Blade modal package for Laravel.
- Stackable modals
- Draggable bottom sheets
- Flyout drawers
- Isolated modal flows
It started as an internal tool for my own projects. Now itβs open source. π
π Docs: corepine.dev/docs/modal
π₯ Watch the walkthrough: www.youtube.com/watch?v=Mjpu4OXwbSU
π¬ Did you know? Wirechat now includes built-in encryption for message bodies. π
Enable it in your config to encrypt messages at rest. Optional compression keeps larger message payloads efficient before encryption.
A practical control for platforms with stricter data-handling and privacy requirements. π€
Read more π: corepine.dev/docs/wirechat/advanced/encryption