© Copyright 2018 – 2024 FIRECRACKER SPORTS. All Rights Reserved.​ TERMS OF USE  |  PRIVACY POLICY

2026 Northeast Baseball League – Connecticut (Summer Season)

06/02/2026 - 08/02/2026
Mystic,  Connecticut

INFORMATION

  • Age groups:
    1 Divisions High School (15U+)
  • Pool Play:
    Tuesday, June 2nd through Saturday, August 1st, 2026
  • Price:
    High School (15U+) - $199.00
  • Playoffs/Championships:
    Sunday, August 2nd, 2026
  • Registration Fee: $199.00 per team.
  • Divisions: High School Division (Ages 15U and older)
  • Sub-Divisions: League play for Connecticut; Rhode Island/Massachusetts and Maine/New Hampshire. 3 Separate divisions for league play so travel remains limited.
  • Rules: Please see tab above for all league rules per age group
  • Meetings: Pre-season and in season monthly meetings with coaches and program directors.
  • Home Field: Teams are required to have a home field in order to get scheduled in this league.
  • Schedule: All games will be scheduled for Tuesday. Games can be rescheduled to other days, given both teams mutually agree.
  • Firecracker Sports will provide schedules for all teams with dates/times and location.
  • If teams decide to modify their date/time, they will need to to report this to Firecracker Sports, by emailing operations@firecrackersports.com, for the game to be posted on the League website and verify umpires are scheduled.
  • All League games will be scored using GameChanger. Teams are required to score their games using the app and must report the final score to Firecracker Sports by filling out the Game Report form here.
  • Teams also will send in a player of the game, for each game played on this form. Players will then be selected to be Player of the Week, for each age division on social media. This must be submitted by end of that game's date.

Special Notes:

  • Playoffs: The top four (4) teams from each division will advance to the playoffs, provided they meet league rules (must play 5 league games). No forfeits and maintain responsible communications with their teams to others and the league.
  • All playoff rounds are single nine (9) inning games through the championship.
  • Championships: The league will provide all field costs, umpire costs, balls and trophy ceremonies with social media exposure on site for each championship game of each division for 2026.
  • Enhanced Social Media Presence...Weekly coverage including pitcher/player of the week, players to watch, games of the week and much more!
  • Want more, we got you covered! Player profiles for every player in the league including stats, scores, demographics for free to every family, college coach evaluations at playoff games such as semifinals and championships. Players will have more of an opportunity to gain evaluation for Fire55 and Jr. Fire55, the premier showcase of the summer at Dunkin Park, home of the Hartford Yard Goats. Jr. Fire55 is for those 13U - 14U as well. Options for Trackman and team analytic days during the season.
  • More coming shortly...All Star Games, Skills Competitions, HR Derby, All League teams plus more more!

 

Registration

  • DIVISION:
    • High School (15U+)
    • OPEN
    8 Teams Registered
    COST: $199.00

College Coaches Attending

Teams

(6 teams) - OPEN

Locations

Avon Old Farms School

500 Old Farms Road

Avon connecticut , United States

Get Directions
Fields
  • Baseball Field
    • Grass
Bridebrook Park

221 West Main Street Niantic

East Lyme connecticut , United States

Get Directions
Fields
  • Baseball Field
    • Grass
    • Permanent Bathrooms
  • Softball Field
    • Lights
    • Grass
  • Utility Field
    • Grass
Mt Nebo Park

Spring Street Martins

Manchester connecticut , United States

Get Directions
Fields
  • LaMonica Stadium
    • Lights
    • Grass
TBA/Connecticut

TBA/Connecticut

TBA connecticut , USA

Get Directions
Fields
    Walker Field

    Rowley Street Winsted

    Winchester connecticut , United States

    Get Directions
    Fields
    • 60/90 Field
      • Grass
    Whalley Park

    Powder Mill Road

    Southwick massachusetts , United States

    Get Directions
    Fields
    • 46/60 Field
      • Grass
    • 60/90 Field
      • Grass

    schedule

    Registration Deadline: Monday, May 4th, 2026

    Schedule Requests Deadline: Friday, May 8th, 2026

    Pre-season Program Directors/Coaches Meeting: Tuesday, May 12th, 2026

    League Play Match Dates: 

    1. Tuesday, June 2nd, 2026
    2. Tuesday June 9th, 2026
    3. Tuesday, June 16th, 2026
    4. Tuesday, June 23rd, 2026
    5. Tuesday, June 30th, 2026
    6. Tuesday, July 7th, 2026
    7. Tuesday, July 14th, 2026
    8. Makeups must be completed by Sunday, July 19th, 2026

    7 League game schedule (playoffs not included in that number) with flexibility to schedule outside for tournaments and non-divisional dates. Teams will play (1) 9 inning game.

    Playoff Dates (teams must play at least five (5) league games to qualify for the playoffs):

    • Semifinals must be completed by Sunday, July 26th, 2026. These games will be a single 9 inning game, not a best of three series.
    • Championship: Sunday, August 2nd, 2026 (Dates subject to change) at a neutral site, sponsored by Firecracker Sports

    Teams participating in high school playoffs during the first or second weeks of the regular season will be able to reschedule matchups for later in the season.

    HOTELS

    Standings

    #TeamWLTRARSRDW%

    Schedules

    DateTimeGameDivisionLocationTeamScoreTeamNotes

    Brackets

    TOP PERFORMERS

    RULES

    There is no rules.

    WEATHER

    ×

    Request for More Info

               `);printWindow.document.close(); }); }); function extractTeamName(teamDetails) {if (!teamDetails) return null; // ❌ No more "TBD"// If already object if (typeof teamDetails === "object") { return teamDetails.team_name ?? null; }// Extract from PHP serialized string let match = teamDetails.match(/team_name";s:\d+:"([^"]+)"/);return match ? match[1] : null; // ❌ No fallback to TBD } $(document).on("change", ".series-game-dropdown", function () {let dropdown = $(this); let selectedGameName = dropdown.val(); if (!selectedGameName) return;let baseGame = dropdown.data("base-game");let divisionId = $("#division_select").val(); let eventId = $("#event_id").val();let matchContainer = dropdown.closest(".match-container"); let matchBox = matchContainer.find(".match"); matchBox.find(".team-row").css("visibility", "hidden"); matchContainer.data("series", {}); let series = matchContainer.data("series");$.ajax({ url: gpe.ajax_url, method: "POST", dataType: "json", data: { action: "gpe_ajax", type: "get_series_game_single", event_id: eventId, division_id: divisionId, base_game: baseGame, game_index: selectedGameName },success: function (response) {if (!response.success) return;let game = response.data; console.log("Series Game Response", game); /* Seed handling */ let seed1 = ""; if (game.seed1 && game.seed1 !== "0") { seed1 = `(${game.seed1}) `; }let seed2 = ""; if (game.seed2 && game.seed2 !== "0") { seed2 = `(${game.seed2}) `; }/* Team names */ let team1 = game.source_label_team1 && game.source_label_team1.trim() !== "" ? game.source_label_team1 : (game.team_name1 || "Team 1");let team2 = game.source_label_team2 && game.source_label_team2.trim() !== "" ? game.source_label_team2 : (game.team_name2 || "Team 2");/* Final display */ let displayTeam1 = `${seed1}${team1}`; let displayTeam2 = `${seed2}${team2}`;/* existing condition */ if (!team1 || !team2 || team1.trim() === "" || team2.trim() === "") { return; }let score1 = parseInt(game.team1_score) || 0; let score2 = parseInt(game.team2_score) || 0;/* update team names (existing logic) */ matchBox.find(".team-name").eq(0).text(displayTeam1); matchBox.find(".team-name").eq(1).text(displayTeam2);/* ⭐ ADD THIS PART — USE SERIES WINS FROM AJAX */ if (typeof game.team1_series_wins !== "undefined") { matchBox.find(".score").eq(0).text(game.team1_series_wins); }if (typeof game.team2_series_wins !== "undefined") { matchBox.find(".score").eq(1).text(game.team2_series_wins); }let totalWin1 = 0; let totalWin2 = 0;Object.values(series).forEach(g => { totalWin1 += g.t1; totalWin2 += g.t2; });matchBox.find(".score").eq(0).text(game.team1_series_wins); matchBox.find(".score").eq(1).text(game.team2_series_wins);let gameIndex = selectedGameName.slice(-1).toLowerCase();series[gameIndex] = { team1: team1, team2: team2, s1: score1, s2: score2 };let container = dropdown.closest(".series-dropdown-bottom");container.find(".all-series-scores").remove();let html = "";Object.keys(series).sort().forEach(function (k) {let g = series[k];let num = 1; if (k === "b") num = 2; if (k === "c") num = 3;let row = "";if (g.s1 >= g.s2) {row = `
    G${num} ${g.team1} ${g.s1}–${g.s2} ${g.team2}
    `;} else {row = `
    G${num} ${g.team2} ${g.s2}–${g.s1} ${g.team1}
    `;}html += row; });container.append(`
    ${html}
    `); matchBox.find(".team-row").css("visibility", "visible"); } });});/* trigger once per dropdown after load */ $(document).ready(function(){setTimeout(function(){$(".series-game-dropdown").each(function(){ $(this).trigger("change"); });},300);});