jagorczyk@pl:~$
$ cd ~/projects

igor@warsaw:~/projects/gymlos$cat README.md

./gymlos

Gymlos

Multi tenant gym management SaaS. Locations, memberships, POS, and real time staff views.

~/projects/gymlos/README

# about

Gymlos is a multi-tenant platform for gym operators: multiple locations, role-based access, memberships, lockers, POS, schedules, CRM, analytics, and a client portal.

The backend handles authentication, plan-based features, Stripe subscriptions and webhooks, Google Sign-In, QR check-in, REST APIs, and real-time employee dashboards over WebSocket/STOMP.

# highlights

  • Roles from super-admin through owner, staff, and guest portal
  • Stripe subscriptions with webhook-driven plan enforcement
  • Real-time employee dashboards and QR check-in flows

# stack

# backend

  • Java 21
  • Spring Boot 4
  • Spring Security
  • JPA
  • PostgreSQL
  • Flyway
  • WebSocket / STOMP

# payments & auth

  • Stripe
  • Google Sign-In
  • JWT

# frontend

  • React
  • TypeScript
  • Vite
  • Tailwind CSS

# infra

  • Docker

igor@warsaw:~/projects$ls

More projects