Portfolio

Work

A selection of platforms and products I've shipped.

ListRaj — Seller Marketplace

2026

Live

Multi-tenant seller platform where merchants manage product catalogs, connect Etsy shops via OAuth, and serve buyer-facing storefronts at custom domains.

A full-stack multi-tenant marketplace built on a first-party passivestrategies/cart package. Merchants onboard at listraj.com, connect their Etsy shop via OAuth (tokens stored encrypted in the DB), and receive a storefront at {slug}.sellraj.com.

The platform handles catalog sync, cart, checkout (Stripe), order management, and marketplace channel listings. Tenant isolation is enforced via a global scope on every DB query.

PHP Laravel Livewire Stripe Etsy API MariaDB Multi-tenancy OAuth 2.0

DealRaj SaaS

2026

Live

Multi-tenant affiliate deals platform serving 9 brand storefronts from a single Laravel app — each tenant has its own domain, theme, and Amazon Associates tracking ID.

A multi-tenant SaaS that consolidates what were once 9 separate brand sites into a single deployed Laravel application. The Amazon Creator API ingests products automatically; a Zapier webhook accepts curator-submitted deals. Each tenant operates under its own domain with independent SSL, branding, and affiliate attribution.

Revenue model: Amazon Associates commissions across all tenants, with a multi-tenant billing layer (Stripe) ready for the moment LLC formation clears.

PHP Laravel Livewire Stripe Amazon API MariaDB Multi-tenancy

PassiveStrategies Platform

2024

Live

Multi-site monetization platform powering 10+ affiliate and SaaS properties from a shared Laravel upstream with independent brand themes, packages, and deployment pipelines.

A multi-repo workspace where a single tier-1 Laravel skeleton and a set of first-party packages power a family of independent sites and SaaS products. Each downstream site carries only brand-specific theme, routes, and config — core logic lives in versioned packages distributed via a self-hosted Satis registry.

The platform includes content sites, affiliate deal engines, a multi-tenant seller marketplace, a GPU rental dashboard, and an internal ops console. Everything deploys via a custom rsync-based script with env guards, smoke tests, and nginx reload.

PHP Laravel Livewire Tailwind CSS SQLite MariaDB Nginx Satis