Mintz Garage Society — Annual Car Show
Welcome, Society member. Our once-a-year meet is where builds, friends, and the Mintz community come together IRL. Members get in free, and selected members can showcase their cars on the feature row (space is limited; approval required). Expect a curated mix of street and show builds, vendors, photo ops, and a few surprises from Mintz.
When/Where: Date, venue, and load-in windows will be announced on this page and via email/IG. The default region is the NYC area; we may rotate cities in future years.
What to Expect
A clean, well-run event for enthusiasts who care about details. You’ll find feature cars wearing Mintz wheels and interior parts, tasteful exterior builds, music, merch, and photographers/videographers capturing the day. Family-friendly. No burnouts, no rev battles—just great cars and good people.
Member Perks
-
Free admission for active Society members
-
Priority showcase consideration (apply below; limited spots)
-
Members lounge check-in, swag pickup (while supplies last)
-
Early access line for merch and select vendor promos
Showcase Eligibility (approval required)
-
Mintz parts installed (steering wheel or interior parts) preferred; tasteful non-Mintz builds considered if space allows
-
Clean, safe, and presentable—no leaks, loose bodywork, or exposed wiring
-
Streetable or trailer-ready. Track cars are welcome if compliant with venue rules
-
We prioritize variety, quality, and story (tell us yours in the form)
Load-In & Display (for approved cars)
-
Staggered arrival by assigned time; please be punctual
-
Park as directed by staff; hood/trunk open at your discretion
-
Drip trays for fluid-risk cars (we can provide a basic mat)
-
Remain parked during show hours unless staff escorts your exit
-
You’re responsible for your vehicle and belongings throughout
Conduct & Safety (applies to all)
No reckless driving, burnouts, donuts, racing, or excessive revving. No alcohol in display areas. Follow staff directions and venue rules. Non-compliance = removal without refund. We reserve the right to refuse entry to any vehicle or attendee to maintain safety and event quality.
Photos & Filming
By attending, you agree Mintz and our media partners may photograph/film you and your vehicle for use across social, web, and promotional content. We love to tag: add your IG/TikTok in the application so we can credit you.
Frequently Asked
Is entry really free for members?
Yes—active Society members enter free (ID + member email at check-in). Non-members may purchase general admission.
Can non-members attend?
Yes, via GA. Showcase spaces are prioritized for Society members.
Do I need Mintz parts to showcase?
Preferred, but not strictly required—exceptional non-Mintz builds may be admitted if space allows.
What if it rains?
We run rain or shine unless the venue or safety dictates reschedule. If we reschedule, your showcase approval carries to the new date.
Will you pick cars from outside NYC?
The flagship event is NYC-area by default. We may announce additional stops in other U.S. cities; watch email/IG.
Apply to Showcase Your Car (Members Only)
Fill out the form below. If approved, we’ll email your load-in window, map, and day-of details. Space is limited; applying does not guarantee a spot.
<div class="prose max-w-3xl mx-auto">
<h3>Annual Car Show — Member Showcase Application</h3>
<p>Members get free entry. Showcase spaces are limited and require approval. Tell us about your build.</p>
{% form 'contact', id: 'mintz-showcase-application' %}
<input type="hidden" name="contact[Subject]" value="Car Show — Member Showcase Application">
<label for="cs_name">Full Name</label>
<input id="cs_name" type="text" name="contact[Name]" required>
<label for="cs_email">Email (membership email)</label>
<input id="cs_email" type="email" name="contact[email]" required>
<label for="cs_instagram">Instagram Handle</label>
<input id="cs_instagram" type="text" name="contact[Instagram]" placeholder="@yourhandle" required>
<label for="cs_vehicle">Vehicle (Year / Make / Model / Trim)</label>
<input id="cs_vehicle" type="text" name="contact[Vehicle]" placeholder="2019 Mercedes-AMG C 63 S Coupe" required>
<label for="cs_mintz_parts">Mintz Parts Installed</label>
<textarea id="cs_mintz_parts" name="contact[Mintz Parts]" rows="3" placeholder="Steering wheel (perforated leather + carbon top), interior trim, etc."></textarea>
<label for="cs_mods">Other Notable Mods</label>
<textarea id="cs_mods" name="contact[Mods]" rows="3" placeholder="Suspension/wheels/exhaust/interior highlights"></textarea>
<label for="cs_media">Photo/Video Links (required for consideration)</label>
<textarea id="cs_media" name="contact[Media Links]" rows="3" placeholder="Paste shareable links (Drive/iCloud/Dropbox). Make sure they’re viewable." required></textarea>
<label for="cs_availability">Availability (event weekend)</label>
<input id="cs_availability" type="text" name="contact[Availability]" placeholder="Available both days / Saturday only / Sunday only">
<label for="cs_trailer">Arriving on trailer?</label>
<select id="cs_trailer" name="contact[Trailer]">
<option>No</option>
<option>Yes</option>
</select>
<label for="cs_notes">Anything we should know? (story, awards, special setup)</label>
<textarea id="cs_notes" name="contact[Notes]" rows="4"></textarea>
<label for="cs_rules">
<input id="cs_rules" type="checkbox" name="contact[Rules Consent]" required>
I agree to event rules: no burnouts/rev battles/reckless driving; follow staff and venue directions; remain parked during show hours.
</label>
<label for="cs_liability">
<input id="cs_liability" type="checkbox" name="contact[Liability Waiver]" required>
I understand I’m responsible for my vehicle and belongings; Mintz/venue are not liable for loss or damage.
</label>
<button type="submit">Apply to Showcase</button>
{% if form.posted_successfully? %}
<p class="success">Thanks—your application is in. If approved, we’ll email load-in details and placement.</p>
{% endif %}
{% if form.errors %}
<p class="error">Please check the form fields and try again.</p>
{% endif %}
{% endform %}
</div>