GrowPath AI CRM is a multi-tenant SaaS platform I built for small and mid-sized businesses that need their CRM and recurring revenue in one place — managing the sales pipeline, customer relationships, and subscription billing without juggling separate tools.
The multi-tenancy is the backbone: a user can create and switch between multiple companies, each with fully isolated data and its own team. On top sits a complete billing system — Stripe and PayPal payment processing, monthly recurring subscriptions with auto-renewal and a free trial, order tracking, automatic invoice generation, and webhook-driven status updates. Authenticated areas are cleanly separated under a dashboard prefix with RESTful resource routing.
Stack: Laravel, PHP, MySQL, Stripe + PayPal, multi-tenancy, Livewire/Blade, queue-driven webhooks. Code is public on GitHub.