ICBI41 - 41st International Conference on Business Incubation

InBIA's annual spring convening, to be held in Dallas, TX, April 18-21.


Saturday, April 17, 2027
to Wednesday, April 21, 2027
Category: Annual Events

InBIA's 41st International Conference on Business Innovation (ICBI41) has an exciting new format - we are co-locating with the Angel Capital Association (ACA) Summit to create the Innovation Summit 2027 in Dallas, TX, April 18-21, 2027. This collaboration expands the opportunities for learning, exchanging ideas, and brainstorming innovative solutions with two groups that are passionate about entrepreneurship and innovation.  

Each event will have its own dedicated programming, trusted brand, and community while overlapping programming and activities will create space for new conversations, learning, and brainstorming around how to connect, collaborate, and drive ecosystem growth. 

Register for one event or select the affordable add-on to participate in both. Don't miss this one-of-a-kind opportunity! 

ICBI41

2027 ACA Summit

ICBI41 is designed for entrepreneur support and ecosystem building leaders, many of whom are working in incubators, accelerators, university entrepreneurship programs, or other entrepreneurship support organizations (ESOs) designed to foster innovation and new company growth. The event will feature: 

  • Peer-led expert panels
  • Inspiring keynote speakers 
  • Candid discussions 
  • Local ecosystem exploration 

ICBCI41 is the premier event for practitioners who are supporting entrepreneurs through programming, connections, resources, and ecosystem building.

The ACA Summit is the premier event for early-stage investors. Whether you're a new or seasoned investor, a group leader, or a member of the broader entrepreneurial support community, the 2027 Summit will help you stay ahead of the curve. The event will feature: 

  • Sessions and speaker to spark engaging discussions
  • A high-energy opening reception 
  • Lively networking breaks 
  • Add-on professional development opportunities

The ACA Summit is the flagship event for the early-stage investing community. Attendees gain firsthand insights from industry leaders and peers on how to make smarter, more informed, investment decisions. 

Register Now

InBIA is excited to host ICBI41 in Dallas, Texas! This vibrant city and the broader region around it have much to show off when it comes to innovation and entrepreneurship. 

Hotel
Most conference activities will take place at the Hyatt Regency Dallas hotel where InBIA and ACA have negotiated a sleeping room rate of $249 per night plus taxes and fees. Staying at the headquarters hotel puts you right in the center of the action and gives you access to a special registration discount code. 

Click here to get the registration discount code and here to make your hotel reservation. *Note - the registration code is for your ICBI41 ticket, not the hotel reservation. 

Getting to Dallas
The city is easily accessible from most airports and has two major flight options - Dallas Love Field (DAL) and Dallas Fort Worth International Airport (DFW). 

DAL is closer to the Hyatt Regency Dallas Hotel and has many flights available through Southwest Airlines. DFW provides more airline choices and better international access. 

Local Transportation 
Dallas Area Regional Transit provides easily accessible transportation throughout the city, including from DFW. More information and routes are available here

Uber, Lyft, and taxi service are also available throughout the city. 

Parking at the Hyatt 
InBIA and ACA have negotiated a special attendee rate of $15 per day for self-parking at the Hyatt Regency. 

Most ICBI41 activities will take place at the Hyatt Regency Dallas hotel where InBIA and ACA have negotiated a sleeping room rate of $249 per night plus taxes and fees. Staying at the headquarters hotel puts you right in the center of the action and gives you access to a special registration discount code. 

Click here to get the registration discount code and here to make your hotel reservation. *Note - the registration code is for your ICBI41 ticket, not the hotel reservation. 

For More Information:

Lindsay Schuenke

Lindsay Schuenke

Senior Director of Community, International Business Innovation Association

:root { --ibia-navy: #00263A; --ibia-gray-100: #F5F7FA; --ibia-gray-200: #E1E6EB; --spacing-sm: 0.75rem; --spacing-md: 1.25rem; --spacing-lg: 2rem; --radius-sm: 6px; --border-light: 1px solid var(--ibia-gray-200); --font-body: "Inter", "Helvetica Neue", Arial, sans-serif; } /* ESO Data Table – Impact Index Survey (Novi-hardened) */ table.esodata, .esodata table { width: 100%; border-collapse: collapse !important; border: 1px solid #f2f2f2 !important; } table.esodata th, table.esodata td, .esodata table th, .esodata table td { padding: 10px !important; border: 1px solid #f2f2f2 !important; vertical-align: middle !important; } /* Header styling */ table.esodata th, .esodata table th { font-weight: 700 !important; background-color: #a4c6d8 !important; text-align: left; } /* Header fallback if first row is td instead of th */ table.esodata tr:first-child td, .esodata table tr:first-child td { font-weight: 700 !important; background-color: #a4c6d8 !important; } /* Remove extra spacing from paragraph tags inside cells */ table.esodata td p, table.esodata th p, .esodata table td p, .esodata table th p { margin: 0 !important; } .inbia-newsletter-wrapper { max-width: 600px; margin: 0 auto; padding: 2rem 1rem; } .inbia-form-row { margin-bottom: 1.25rem; } .inbia-label { display: block; font-weight: 600; margin-bottom: 0.35rem; color: #003b5c; /* InBIA navy */ } .required { color: #d9534f; } .inbia-input { width: 100%; padding: 0.65rem 0.75rem; border: 1px solid #d1d1d1; border-radius: 4px; font-size: 1rem; } .inbia-input:focus { border-color: #0077c8; /* InBIA blue */ outline: none; box-shadow: 0 0 0 2px rgba(0,119,200,0.2); } .inbia-checkbox-list { list-style: none; padding: 0; margin: 0.5rem 0 0; } .inbia-checkbox-list li { margin-bottom: 0.5rem; } .inbia-checkbox-list input { margin-right: 0.5rem; } .inbia-button { background-color: #0077c8; /* InBIA blue */ color: #fff; padding: 0.75rem 1.5rem; border: none; border-radius: 4px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background-color 0.2s ease; } .inbia-button:hover { background-color: #005a96; } .inbia-table { width: 100%; margin: var(--spacing-lg) auto; font-family: var(--font-body); } .inbia-table__grid { display: flex; gap: var(--spacing-lg); flex-wrap: wrap; } .inbia-table__item { flex: 1 1 calc(33.333% - var(--spacing-lg)); min-width: 260px; border: var(--border-light); border-radius: var(--radius-sm); padding: var(--spacing-md); background: #fff; } .inbia-table__item-header { background: var(--ibia-gray-100); padding: var(--spacing-sm); border-bottom: var(--border-light); margin: -var(--spacing-md); margin-bottom: var(--spacing-md); border-radius: var(--radius-sm) var(--radius-sm) 0 0; } .inbia-table__item-header h6 { margin: 0; color: var(--ibia-navy); } @media (max-width: 768px) { .inbia-table__grid { flex-direction: column; } .inbia-table__item { flex: 1 1 100%; } }