SaaS Inventory Platform
Next.jsSupabaseTailwind CSSDrizzle ORM
🔒 Proprietary License


Overview
A modern Software-as-a-Service (SaaS) platform built to help small businesses track inventory and manage logistics. Unlike standard dashboards, this system integrates GPS tracking for delivery visualization.
Architecture
The application is built on Next.js 16 using the App Router for server-side rendering.
- Database: hosted on Supabase (PostgreSQL).
- ORM: Drizzle ORM for type-safe database queries.
- Styling: Tailwind CSS for a responsive, dark-mode compatible UI.
Key Challenges
One of the main challenges was managing real-time state updates for the order tracking map. I solved this by implementing Supabase Realtime subscriptions, which push database changes to the client instantly without polling.