Gold Standard Gecko Club: multi-tenant registry, member portal, and event system
How GSGC uses Breed Ledger to run membership, animal registration, event entry, and payment workflows behind their existing public website.
The organization
Gold Standard Gecko Club is focused on gecko conformation, phenotype, and breed-standard education. The club runs gecko conformation competitions at major reptile expos, including NRBE (National Reptile Breeders Expo) in Daytona Beach, Florida on August 15-16, 2026. GSGC has industry backing from sponsors including Pangea, Repashy, and Crank, and an active community of gecko breeders along the Gulf Coast.
The organization needed infrastructure that matched the seriousness of the work: membership records, registered animals, event entries, payments, sponsor visibility, and administrative access controls. The challenge was adding that operational layer without forcing the club to replace the public website and community presence they already had.
The problem
Running a breed club means juggling at least four separate workflows: membership management, animal registry, event registration, and member communication. Many clubs manage those across forms, payment apps, email, and spreadsheets that only one person fully understands.
GSGC needed a unified operational system that could handle those workflows together, preserve institutional knowledge, and give officers role-appropriate access to the parts of the organization they manage. They also needed the system to work as a bolt-on layer behind their existing site instead of a full website replacement.
What got built
A custom-themed tenant at gsgc.breedledger.co, built in GSGC's gold-and-black brand identity. The build included:
- Member registration and account management. A three-step onboarding flow: create an account, register your geckos, then enter competitions. Members can manage their own profiles and animal records without going through an officer for every update.
- Animal registry with pedigree documentation. Gecko records with lineage, health documentation, and registration numbers. The same relational pedigree structure that powers the individual breeder platform.
- Event registration tied to upcoming shows. The NRBE 2026 event in Daytona Beach (August 15-16) is already set up in the system. Members can register, pay entry fees, and see their class assignments without GSGC needing to process everything by hand.
- Sponsor showcase. Industry partners including Pangea, Repashy, and Crank are visible on the club site, which creates a real reason for sponsors to stay invested in the club's digital presence.
- Admin gate for club leadership. Officers manage the full operation from one dashboard. Registrar sees the registry. Event coordinator sees entries. Treasurer sees the money. No one needs to call the secretary.
Engineering decisions
- Separated admin surfaces. Breed Ledger separates breeder admin, org portal admin, and root-domain org content editing so operational workflows, public content, and tenant management each have the right routing, auth checks, and UI frame.
- Tenant and org routing by hostname. Middleware resolves whether a subdomain belongs to an individual breeder tenant or an organization before routing users into the correct public or admin surface.
- Registry-first data model. Animals, owners, events, entries, memberships, payments, and registrations are modeled as connected operational records instead of disconnected form submissions.
- RLS-backed tenant isolation. Every database table has Row Level Security enabled, with policies separating tenant data, org data, public read paths, member access, registrar access, and admin-only workflows.
- Server-side mutation path. Data mutations run through Next.js Server Actions and server-side Supabase access instead of browser-to-database writes, keeping privileged logic out of the client bundle.
- Stripe architecture split. Platform subscriptions and org payment collection are handled as separate payment flows, with Stripe Connect used for entry fees, dues, and organization-level payments.
- Security hardening before launch. The production audit verified cross-tenant and cross-org isolation, webhook signature validation, CSP enforcement, and clean dependency/security scans before launch.
Technical depth
Under the hood, Breed Ledger is a multi-tenant SaaS system with two major customer types: individual breeder tenants and breed organizations. Each gets its own admin experience, public surface, billing model, and access rules while sharing one platform architecture.
- Multi-tenancy: tenant and organization context is resolved from the hostname, then passed through server components and actions so each request operates inside the correct account boundary.
- Access control: tenant users, org admins, registrars, members, and public visitors each hit different RLS policies depending on the workflow.
- Payments: organizations can collect dues and event fees through Stripe Connect while Breed Ledger separately manages platform subscriptions.
- Operational continuity: registry records, event entries, memberships, payments, and animal data live in one connected system instead of separate forms, payment apps, and spreadsheets.
The modular adoption pattern
GSGC is not using Breed Ledger as a public website. They have their own existing infrastructure at goldstandardgeckoclub.com and they kept it. What they added was the membership, registry, and event modules as a bolt-on operational layer.
This is the most common pattern for established organizations. You do not replace your whole site to get the operational tooling you need. You keep the front door you already have and add the infrastructure that was missing behind it. Members go to the existing site to learn about the club, then to gsgc.breedledger.co to log in, register, and enter events.
The result is that GSGC now has one operational system instead of four disconnected ones, and new club leadership can step in and understand the full picture on day one.
Outcome
- Live tenant operational ahead of NRBE 2026 (August 15-16, Daytona Beach)
- Membership, animal registration, event entry, and payment workflows connected in one system
- Industry sponsors visible on the club site
- Members onboarding through the three-step flow
- Club leadership has a single operational dashboard instead of disconnected tools and spreadsheets
- Architecture supports additional breed clubs without rebuilding the platform per organization
For breed clubs
See Breed Ledger for breed clubs
Full feature list and club-specific pricing on breedledger.co.
See club tools at breedledger.coReady to talk
Tell me about your organization
I can walk through the architecture, implementation path, and operational tradeoffs behind this build.
Start a conversation