Please ensure Javascript is enabled for purposes of website accessibility EverybodyFights- Best Boston Gym | Running, Yoga, Cycle, Sauna

The Studio

  • Boutique Studio with Open Gym Amenity
  • Size: 3,000-6,000 Square Feet
  • Design: Train Room | Bag Room | Open Gym
  • Capacity: 60 people per hour
  • Build: 90-120 Days to Open

60+

PEOPLE PER CLASS

150+

CLASSES PER MONTH

50%

CLASS UTILIZATION

ALL

WORKOUTS READY TO STREAM

FEES

  • Initial Fee: $15,000
  • Training, Certification, and Marketing Setup (one-time): $15,000
  • Annual Fee (Year 2 and beyond): $36,000

BUILD

  • Location selection
  • LOI and lease negotiation
  • Test Fit
  • Marketing renderings
  • Final plan review
  • Equipment plan review
  • Contractor proposal review
  • Timeline review
  • Start up build cost: $200,000-$500,000 

DISCOVERY DAY

  • Founder tour on location
  • Corporate team meetings in HQ
  • In-Gym staff meetings
  • Live EverybodyFights class experience
  • Q&A

TRAINING

  • Online Certification with our EverybodyFights Training Leadership
  • Two-day live onsite Certification one week prior to opening
  • Live support on-site for opening day
  • Additional live certifications optional

EQUIPMENT/PRO SHOP

  • Equipment pricing from preferred vendors
    • Our corporate team will price out and identify all equipment for your facility
    • Start up equipment cost: $100,000-$125,000 (see FDD for details)
  • Certified Pro Shop Partner
    • Wholesale login and password
    • Gloves, wraps, and all equipment available for re-sale
    • Apparel and Trainer gear available
    • Start up Pro Shop cost: $15,000

START THE PROCESS

    /* Form wrapper */ .form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 30px; /* row-gap / col-gap */ max-width: 640px; margin: 0 auto; font-family: Arial, sans-serif; } /* Make labels block */ .form label { display: block; font-weight: 400; margin-bottom: 6px; color: #fff; font-size: 18px; } /* Inputs, selects, textarea styling */ .form input[type=”text”], .form input[type=”email”], .form select, .form textarea { width: 100%; padding: 10px 12px; border: 1px solid #444; background: #111; color: #fff; border-radius: 4px; font-size: 15px; } .form input[type=”text”]::placeholder, .form textarea::placeholder { color: #aaa; } /* Radio group styling */ .form div { display: flex; flex-direction: column; } /* Make radio labels inline */ .form .wpcf7-radio label { display: inline-flex; align-items: center; margin-right: 15px; font-weight: normal; font-size: 18px; } /* Textarea takes full row */ .form textarea { min-height: 120px; grid-column: 1 / -1; } /* Submit button full width */ .form input[type=”submit”].wpcf7-submit { grid-column: 1 / -1; padding: 14px; background: #f05a28; border: none; font-weight: 400 !important; color: #fff; cursor: pointer; text-transform: uppercase; border-radius: 4px; transition: background .2s; font-size: 18px !important; } .form input[type=”submit”]:hover { background: #ff6f3c; } /* Mobile fallback: single column */ @media (max-width: 640px) { .form { grid-template-columns: 1fr; } }