Hubee - Dropshipping Platform

Multi-tenant SaaS for dropshipping in Colombia: connects suppliers with resellers, catalog management with variants, bulk CSV import and automated deploy on AWS

Technologies

Go Gin Next.js React PostgreSQL Redis Terraform AWS Docker TypeScript

Project Description

Hubee is a dropshipping SaaS platform that connects suppliers with resellers in Colombia. It eliminates the need for personal inventory: sellers list products from Hubee’s catalog, take orders, and the platform coordinates direct shipment from the supplier to the end customer. Three-repository architecture: Go backend, Next.js frontend, and an infrastructure-as-code repo.

Key Features

Technologies Used

Backend (Go)

Frontend (Next.js)

Infrastructure

Architecture

Three coordinated repositories:

  1. hubee-backend (Go + Gin): REST API with layered architecture — handlers, services, repositories, domain models. Multi-tenant from the middleware: every request validates role and organization membership before reaching the handler
  2. hubee-frontend (Next.js): Admin dashboard with role-based route guards, React Query data fetching, and forms with client-side + server-side validation
  3. hubee-infra (Terraform + Docker): Reproducible infrastructure — a single terraform apply stands up the entire platform on AWS from scratch
Back to Projects