Full-Stack2023
Real-Time Notification System
WebSocket-based notification platform built with Laravel Broadcasting and Vue 3. Push, email, in-app alerts with zero page reload.
❯ overview
A standalone real-time notification service that can be dropped into any Laravel + Vue application. Uses Laravel Broadcasting with Pusher channels for WebSocket delivery, with Redis as the queue driver for email digests and batched notifications. The Vue 3 frontend subscribes to channels and updates in real time without any polling. Supports notification preferences per user, read/unread state sync, and email fallback for offline users.
❯ gallery
❯ key features
- ✓ WebSocket delivery via Pusher + Laravel Broadcasting
- ✓ Email digest for offline users via queued jobs
- ✓ In-app notification center with read/unread state
- ✓ Per-user notification preferences
- ✓ Redis queue driver for throughput
- ✓ Batched notifications to prevent spam
❯ metrics
<200msDelivery Latency
10K+Events / Day
3Delivery Channels
0Polling Requests
❯ tech stack
All Projects LaravelVuePusherRedisMySQLLaravel Broadcasting
❯ more projects
SaaS / AI
E-Commerce
Open Source
SP360 — Service Management SaaS
Multi-tenant SaaS platform for service providers at Smart Provider LLC. AI-powered automation pipelines cut manual data entry by 60%.
Full-Featured E-Commerce Platform
End-to-end online store with product catalog, cart management, Stripe payment integration, order tracking, and a full admin dashboard.
Laravel API Boilerplate
Production-ready Laravel 11 API starter kit with Sanctum auth, RBAC, rate limiting, Telescope, PHPUnit test suite, and Docker setup.