2026
UbikGo
PHP
Laravel
Livewire
Tailwind CSS
Mysql
Alpine.js
Apache
Linux
Private Repo
// About the Project
**Context:** UbikGo is an automated system for tow truck companies that allows clients to request roadside assistance and operators to manage fleet, routes, and costs. Currently under development with TALL stack and Mapbox.
**Architecture & Database:**
- Advanced modeling: `servicios` (requests), `gruas` (vehicles), `operadores`, `clientes`, `facturas`, `historial_ubicaciones`.
- Use of migrations and polymorphic relationships (e.g., attaching damage images to services).
- MySQL database with spatial indexes (geographic points) for proximity queries.
- Triggers to automatically update tow truck status.
**Backend (Laravel + Livewire):**
- Real-time admin dashboard: tow truck visualization on map (Mapbox GL JS).
- Internal API for tow truck geolocation updates (every 30 seconds from mobile apps).
- Notification system: Laravel Notifications + WebSockets (Reverb) to send push alerts to clients and operators.
- Automatic invoice and quote generation based on distance and time.
**Frontend & UX/UI:**
- Tailwind CSS + Alpine.js for fast, modern interfaces.
- Livewire components for multi-step service request forms.
- Mapbox integration: interactive markers, estimated routes, coverage area.
- Mobile-first design intended for drivers using their phone on the road.
**Upcoming features:**
- Hybrid mobile app (Laravel + NativePHP or Kotlin Multiplatform).
- Client-operator chat.
- Analytics dashboard with response time, cost, and other metrics.
Summary
Tow truck service management platform with real-time geolocation and notifications. (Under development)
Key Technologies
PHP
Laravel
Livewire
Tailwind CSS
Mysql
Alpine.js
Apache
Linux