Getting into Business to break new Records
Utilizing trademark "SPORT model" method, we assist startups to launch their successf, rapidly , simply and safely
In TABX , the X stands for 3 things
X - excautiuon
X- Understading the company's *Teams's unique advantages= success X times over
X - Valutiom growth
Stage 1 – The Starting Point (SPO)
As in the name, set up. Mapping and Diagnosis of company using our propraiety tools
You shall recive
a detailde report and plan
· Adopting and introducing tools and processes from the organizational world
· Early planning and building a highly detailed and implementable work plan
· Setting up marketing and sales systems that promote the generation of business deals and profits.
Stage 2 – Ride Safe (RS)
What does this stage include?
· The implemntation of the plan and setting business goals.
· Local and global marketing, sales and addressing obstacles.
· Management and negotiations training.
· Preparation for the process at the Israel Innovation Authority.
· Assistance in preparing and practicing a presentation for investors, in Hebrew and English.
· Preparing for and obtaining financing from investors, crowdfunding and/or bank loans.
· Physical office premises.
Stage 3 – The Take-Off (TTO)
The moment of truth has arrived.
You want to break into the market and start selling, but how do you find investors? How do you make them fall in love with you and your product? On the background of the higher standards expected by investors and the increasing competition, this is no easy task. We will put you in touch with potential investors and prepare you for the meeting. Thus you will be saved from unnecessary disappointments, excessive expenses and lost time, and will benefit from an effective process.
What does this stage include?
· Preparing the business for the investment stage
· Branding the business
· Forming business ties and joint ventures
· Training in English and intercultural coaching
· Preparing a presentation and full content briefs for investorsThe club's staff has experience and academic and practical knowledge accumulated over many years in the field of business consulting for companies with a well-known reputation and success in the Israel economy, clients who launch their activities overseas.
In order to adapt our service, we ask you to fill out the following questionnaire as completely as possible so that we can characterize and assist in an optimal way.
Thank you in advance,
Business Xcelerator Application — TAB Israel CEO Program
Apply to Business Xcelerator
A growth acceleration program for CEOs and business owners who are ready to move from ambition to a structured, measurable growth plan.
Business Xcelerator is a TAB Israel program for CEOs and owners of companies with annual revenue of NIS 10M or more. Applying takes about 10 minutes: submit the form below, complete a qualification interview, and — if there’s a fit — you’re matched to the next cohort.
What the program delivers
Strategy, execution rhythm, and accountability — in one operating system.
Growth strategy
Business model, market focus, and the two or three moves that actually change the trajectory.
Sales and revenue engine
Pipeline, pricing, and a repeatable sales process that no longer depends on the owner.
KPIs and execution rhythm
A dashboard your management team runs on, with a monthly cadence that keeps commitments alive.
Peer group and coaching
A cohort of non-competing CEOs plus one-on-one sessions with your facilitator between meetings.
Who the program is for
Xcelerator is built for CEOs and owners who meet most of the following:
- Annual revenue of NIS 10M or more, or a clear, funded path to it.
- Decision authority over strategy, budget, and hiring.
- A management team in place, or being built now.
- Willing to commit the time — monthly sessions plus work between them.
- Open to being challenged by peers who have no stake in the company.
How the application works
Submit the application
About 10 minutes. Company basics, current revenue, and the challenge you want to solve.
Qualification call
A 30-minute conversation to understand your goals and confirm the program is the right fit.
Business assessment
A structured review of where the business stands and where the growth constraints sit.
Cohort match
Qualified applicants are placed in the next Xcelerator cohort with non-competing peers.
Application form
Fill in the form below. We review every application and respond within two business days.
Frequently asked questions
What is the Business Xcelerator application process?
Submit the online application, complete a qualification interview, and go through an assessment of your business goals and challenges. Qualified applicants are matched with the next available cohort.
Who is eligible for the program?
CEOs and business owners of companies with annual revenue of NIS 10M or more, who are committed to accelerating growth and ready to invest time and resources in structured development.
How long is the program?
Xcelerator runs for a defined period with intensive coaching sessions, peer meetings, and strategic milestones tailored to your growth objectives.
Does applying commit me to anything?
No. The application and the qualification call are free and carry no obligation. Both sides decide whether to continue.
Is my information kept confidential?
Yes. Everything you share in the application and the interview stays confidential within the TAB Israel team.
Prefer to talk first?
Schedule a consultation and find out whether Business Xcelerator fits where your company is right now.
Or call directly: 052-254-9504
/** * NIRMAKO / TAB Israel — Business Xcelerator Application * Shortcode: [xcelerator_application] -> English (LTR) * [xcelerator_application lang="he"] -> Hebrew (RTL) * * Install: Code Snippets -> Add New -> "Run everywhere" -> paste -> Save & Activate. * Place the shortcode in an Elementor Shortcode widget (NOT an HTML widget). * * Submission: Web3Forms -> mako@nirmako.com * v1.0 */
if ( ! defined( 'ABSPATH' ) ) { exit; }
add_shortcode( 'xcelerator_application', 'nmk_xcelerator_application' );
function nmk_xcelerator_application( $atts ) {
$a = shortcode_atts( array( 'lang' => 'en', 'access_key' => 'e17851c4-12fa-4f7a-8c86-f25d3bb70526', 'calendly' => 'https://calendly.com/d/3zm-n76-j84/meet-with-me', ), $atts );
$he = ( 'he' === strtolower( $a['lang'] ) ); $dir = $he ? 'rtl' : 'ltr'; $lg = $he ? 'he' : 'en'; $ff = $he ? "'Heebo',Arial,sans-serif" : "'Inter',Arial,Helvetica,sans-serif"; $id = 'xa' . wp_rand( 1000, 9999 ); $ak = esc_attr( $a['access_key'] ); $cal = esc_url( $a['calendly'] );
// ---------------------------------------------------------------- labels $t = $he ? array( 'tab_ceo' => 'מנכ"ל / בעל עסק', 'tab_su' => 'סטארטאפ / גיוס הון', 'sub_ceo' => 'חברה פעילה עם מחזור והכנסות', 'sub_su' => 'חברה לפני או במהלך סבב גיוס', 'sec_basic' => 'פרטים כלליים', 'sec_biz' => 'נתוני החברה', 'sec_chall' => 'האתגר והיעדים', 'sec_raise' => 'גיוס ההון', 'sec_market' => 'שוק ותחרות', 'sec_team' => 'צוות והחזקות', 'sec_docs' => 'מסמכים', 'name' => 'שם מלא', 'company' => 'שם החברה', 'estab' => 'שנת הקמה', 'role' => 'תפקיד', 'email' => 'אימייל', 'phone' => 'טלפון', 'phone2' => 'טלפון נוסף', 'site' => 'אתר אינטרנט', 'address' => 'כתובת', 'industry' => 'ענף', 'revenue' => 'מחזור שנתי', 'employees' => 'מספר עובדים', 'mgmt' => 'האם קיימת הנהלה בכירה?', 'desc' => 'תיאור החברה והפעילות', 'challenge' => 'האתגר העסקי המרכזי כרגע', 'goal12' => 'מה תרצה להשיג ב-12 החודשים הקרובים?', 'source' => 'איך הגעת אלינו?', 'stage' => 'שלב החברה', 'hasrev' => 'האם לחברה יש הכנסות?', 'arr' => 'הכנסות שנתיות (אלפי $)', 'raise' => 'סכום הגיוס המבוקש (מיליוני $)', 'equity' => 'אחוז ההון שיוצע למשקיע', 'valuation' => 'האם בוצעה הערכת שווי?', 'rounds' => 'סבבי גיוס קודמים (תאריך, סכום, שווי, משתתפים)', 'debt' => 'האם נשקל גם גיוס חוב?', 'extraiser' => 'האם עובדים עם מגייס חיצוני?', 'need' => 'איזה צורך המוצר/שירות פותר?', 'innov' => 'רמת החדשנות של המוצר', 'compet' => 'רמת התחרותיות בענף', 'rivals' => 'מתחרים עיקריים', 'mktsize' => 'גודל השוק (מיליוני $)', 'barriers' => 'חסמי כניסה לשוק', 'regul' => 'חסמים רגולטוריים', 'threats' => 'איומים', 'opps' => 'הזדמנויות', 'geo' => 'שווקי יעד גאוגרפיים', 'ip' => 'פטנט / קניין רוחני', 'iia' => 'תמיכת רשות החדשנות או קרן מחקר', 'useoffunds' => 'ייעוד כספי הגיוס', 'burn' => 'קצב שריפת מזומן חודשי (אלפי $)', 'team' => 'הרכב ההנהלה (מנכ"ל, סמנכ"לים)', 'board' => 'הרכב הדירקטוריון', 'captable' => 'מבנה ההחזקות (שם ואחוז)', 'deck' => 'קישור למצגת החברה (Drive / Dropbox)', 'docs' => 'קישורים למסמכים נוספים', 'notes' => 'הערות (אופציונלי)', 'consent' => 'אני מאשר/ת יצירת קשר מטעם TAB ישראל בנוגע לבקשה זו.', 'submit' => 'שליחת הבקשה', 'sending' => 'שולח...', 'req' => 'שדה חובה', 'choose' => '— בחר —', 'yes' => 'כן', 'no' => 'לא', 'partly' => 'חלקית', 'ok_h' => 'הבקשה נשלחה', 'ok_p' => 'נחזור אליך תוך שני ימי עסקים. אם תרצה להקדים — קבע שיחת סינון ביומן.', 'ok_btn' => 'קביעת שיחת סינון', 'err' => 'השליחה נכשלה. נסה שוב או התקשר 052-254-9504.', ) : array( 'tab_ceo' => 'CEO / Business Owner', 'tab_su' => 'Startup / Fundraising', 'sub_ceo' => 'An operating company with revenue', 'sub_su' => 'A company before or during a raise', 'sec_basic' => 'General details', 'sec_biz' => 'Company data', 'sec_chall' => 'Challenge and goals', 'sec_raise' => 'The raise', 'sec_market' => 'Market and competition', 'sec_team' => 'Team and holdings', 'sec_docs' => 'Documents', 'name' => 'Full name', 'company' => 'Company name', 'estab' => 'Year established', 'role' => 'Role', 'email' => 'Email', 'phone' => 'Phone', 'phone2' => 'Additional phone', 'site' => 'Website', 'address' => 'Address', 'industry' => 'Industry', 'revenue' => 'Annual revenue', 'employees' => 'Employees', 'mgmt' => 'Is a senior management team in place?', 'desc' => 'Description of the company and its activity', 'challenge' => 'Your main business challenge right now', 'goal12' => 'What do you want to achieve in the next 12 months?', 'source' => 'How did you hear about us?', 'stage' => 'Company stage', 'hasrev' => 'Does the company have revenue?', 'arr' => 'Annual revenue (thousands $)', 'raise' => 'Target raise (millions $)', 'equity' => 'Equity offered to the investor (%)', 'valuation' => 'Has a valuation been done?', 'rounds' => 'Previous rounds (date, amount, valuation, participants)', 'debt' => 'Is debt financing also being considered?', 'extraiser' => 'Working with an external fundraiser?', 'need' => 'What need does the product/service meet?', 'innov' => 'Level of product innovation', 'compet' => 'Level of competition in the industry', 'rivals' => 'Main competitors', 'mktsize' => 'Market size (millions $)', 'barriers' => 'Barriers to entry', 'regul' => 'Regulatory barriers', 'threats' => 'Threats you foresee', 'opps' => 'Opportunities you see', 'geo' => 'Target geographies', 'ip' => 'Patent / intellectual property', 'iia' => 'Innovation Authority or research fund support', 'useoffunds' => 'Use of funds', 'burn' => 'Monthly cash burn (thousands $)', 'team' => 'Management composition (CEO, VPs)', 'board' => 'Board composition', 'captable' => 'Cap table (name and equity %)', 'deck' => 'Link to company presentation (Drive / Dropbox)', 'docs' => 'Links to additional documents', 'notes' => 'Notes (optional)', 'consent' => 'I agree to be contacted by TAB Israel regarding this application.', 'submit' => 'Submit application', 'sending' => 'Sending...', 'req' => 'Required', 'choose' => '— Select —', 'yes' => 'Yes', 'no' => 'No', 'partly' => 'Partially', 'ok_h' => 'Application received', 'ok_p' => 'We review every application and respond within two business days. To move faster, book a qualification call.', 'ok_btn' => 'Book a qualification call', 'err' => 'Submission failed. Please try again or call 052-254-9504.', );
// --------------------------------------------------------------- options $industries = $he ? array( 'טכנולוגיה', 'תעשייה וייצור', 'מסחר ושירותים', 'נדל"ן ובנייה', 'פיננסים וביטוח', 'בריאות ורפואה', 'מזון', 'תיירות ואירוח', 'חינוך', 'אנרגיה', 'שירותים מקצועיים', 'אחר' ) : array( 'Technology', 'Industry & manufacturing', 'Trade & services', 'Real estate & construction', 'Finance & insurance', 'Health & medical', 'Food', 'Tourism & hospitality', 'Education', 'Energy', 'Professional services', 'Other' );
$sectors = $he ? array( 'Biomed / Medtech', 'Technology / SaaS', 'Cyber', 'Fintech', 'Foodtech', 'Agrotech', 'Cleantech / Climate', 'Construction tech', 'Big data / AI', 'חומרה ואלקטרוניקה', 'הגנה וביטחון', 'אחר' ) : array( 'Biomed / Medtech', 'Technology / SaaS', 'Cyber', 'Fintech', 'Foodtech', 'Agrotech', 'Cleantech / Climate', 'Construction tech', 'Big data / AI', 'Hardware & electronics', 'Defense & security', 'Other' );
$revenues = $he ? array( 'עד 5 מיליון ש"ח', '5–10 מיליון ש"ח', '10–30 מיליון ש"ח', '30–100 מיליון ש"ח', 'מעל 100 מיליון ש"ח' ) : array( 'Up to NIS 5M', 'NIS 5–10M', 'NIS 10–30M', 'NIS 30–100M', 'Over NIS 100M' );
$emps = array( '1–10', '11–50', '51–200', '200+' ); $stages = $he ? array( 'Pre-seed', 'Seed', 'Round A', 'Round B', 'Growth / Late stage' ) : array( 'Pre-seed', 'Seed', 'Round A', 'Round B', 'Growth / Late stage' );
$sources = $he ? array( 'הזמנה אישית', 'אימייל', 'רשתות חברתיות', 'חיפוש בגוגל', 'המלצה', 'אירוע או וובינר', 'אחר' ) : array( 'Personal invitation', 'Email', 'Social media', 'Google search', 'Referral', 'Event or webinar', 'Other' );
$geos = $he ? array( 'ישראל', 'ארה"ב', 'אירופה', 'אסיה', 'דרום אמריקה', 'אפריקה', 'גלובלי' ) : array( 'Israel', 'USA', 'Europe', 'Asia', 'South America', 'Africa', 'Global' );
$scale = $he ? array( '5 – גבוה מאוד', '4', '3', '2', '1 – נמוך מאוד' ) : array( '5 – Very high', '4', '3', '2', '1 – Very low' );
// -------------------------------------------------------------- builders $opt = function ( $arr, $placeholder ) { $h = ''; foreach ( $arr as $o ) { $h .= ''; } return $h; };
$field = function ( $label, $name, $type = 'text', $required = false, $half = true ) use ( $t ) { $r = $required ? ' required' : ''; $s = $required ? ' *' : ''; $c = $half ? 'xa-f xa-half' : 'xa-f'; return '
'; };
$select = function ( $label, $name, $options_html, $required = false, $half = true ) { $r = $required ? ' required' : ''; $s = $required ? ' *' : ''; $c = $half ? 'xa-f xa-half' : 'xa-f'; return '
'; };
$area = function ( $label, $name, $required = false, $rows = 3 ) { $r = $required ? ' required' : ''; $s = $required ? ' *' : ''; return '
'; };
$yesno = $opt( array( $t['yes'], $t['no'] ), $t['choose'] ); $yesnop = $opt( array( $t['yes'], $t['partly'], $t['no'] ), $t['choose'] ); $roles = $he ? array( 'מנכ"ל', 'בעלים', 'שותף', 'יו"ר', 'סמנכ"ל', 'אחר' ) : array( 'CEO', 'Owner', 'Partner', 'Chairman', 'VP', 'Other' );
ob_start(); ?>
return ob_get_clean();
}
