<!DOCTYPE html>
<html lang="en-us">
<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <base target="_blank">

    <!-- Security Headers -->
    <meta http-equiv="X-Frame-Options" content="DENY">
    <meta http-equiv="X-XSS-Protection" content="1; mode=block">
    <meta http-equiv="X-Content-Type-Options" content="nosniff">
    <meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">
    <meta http-equiv="Permissions-Policy" content="camera=(), microphone=(), geolocation=()">

    <!-- Preload critical assets -->
    <link rel="preload" href="/assets/yellow_ss.svg" as="image" type="image/jpeg" fetchpriority="high" crossorigin="anonymous">
    <link rel="preload" href="/assets/sbicon.jpeg" as="image" type="image/jpeg" fetchpriority="high" crossorigin="anonymous">
    <link rel="preload" href="/assets/appstore.png" as="image" type="image/png" fetchpriority="high" crossorigin="anonymous">
    <link rel="preload" href="https://code.jquery.com/jquery-3.7.1.min.js" as="script" crossorigin="anonymous" fetchpriority="high">
    
    <!-- Font and Style Preloads -->
    <link rel="preload" href="/assets/css/style.css" as="style" type="text/css" crossorigin="anonymous">
    <link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" as="style" type="text/css" crossorigin="anonymous">
    
    <!-- Alternate URLs for different paths -->
    <link rel="alternate" href="https://softballbound.com/app" hreflang="en-us" title="Softball Bound App">
    <link rel="alternate" href="https://softballbound.com/ios" hreflang="en-us" title="Softball Bound iOS App">
    <link rel="alternate" href="https://softballbound.com/download" hreflang="en-us" title="Download Softball Bound">
    <link rel="alternate" href="https://softballbound.com/softball" hreflang="en-us" title="Softball Recruiting">
    <link rel="alternate" href="https://softballbound.com/recruiting" hreflang="en-us" title="Softball Recruiting Assistant">
    <link rel="alternate" href="https://softballbound.com/college-softball" hreflang="en-us" title="College Softball Recruiting">
    <link rel="alternate" href="https://softballbound.com/ncaa" hreflang="en-us" title="NCAA Softball">
    <link rel="alternate" href="https://softballbound.com/naia" hreflang="en-us" title="NAIA Softball">
    <link rel="alternate" href="https://softballbound.com/juco" hreflang="en-us" title="JUCO Softball">
    
    <title>Softball Bound - College Softball Recruiting Assistant App | Find Your Perfect Program</title>
    <meta name="description" content="Softball Bound helps athletes own their college softball recruiting process with real-time access to over 1,200 NCAA, NAIA, and JUCO programs. Get coach contacts, program stats, and recruiting deadlines all in one place.">
    <meta name="keywords" content="college softball recruiting, softball recruiting app, NCAA softball programs, NAIA softball, JUCO softball, college softball coaches, athletic recruiting">
    <meta name="author" content="AllTeamz">
    <meta name="robots" content="index, follow">
    <link rel="canonical" href="https://softballbound.com/assets/css/variables.css">

    <!-- Performance Optimizations -->
    <link rel="preconnect" href="https://use.fontawesome.com">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="dns-prefetch" href="https://use.fontawesome.com">
    
    <!-- PWA Support -->
    <meta name="theme-color" content="#000000">
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <link rel="shortcut icon" href="/assets/sbicon.jpeg" type="image/png">
    <link rel="apple-touch-icon" href="/assets/sbicon.jpeg" type="image/png">
    <link rel="manifest" href="/manifest.json">

    <!-- Smart App Banner -->
    
        <meta name="apple-itunes-app" content="app-id=1222443580, app-argument=https://softballbound.com">
    

    <!-- Mobile-Specific SEO -->
    <meta name="mobile-web-app-title" content="Softball Bound">
    <meta name="apple-mobile-web-app-title" content="Softball Bound">
    <meta name="format-detection" content="telephone=no">
    <meta name="HandheldFriendly" content="true">
    
    <!-- iOS Universal Links -->
    <link rel="apple-touch-startup-image" href="/assets/sbicon.jpeg">
    
    <!-- App Store Optimization -->
    <meta property="al:ios:url" content="softballbound://open">
    <meta property="al:ios:app_store_id" content="1222443580">
    <meta property="al:ios:app_name" content="Softball Bound">

    <!-- Structured Data -->
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "MobileApplication",
        "name": "Softball Bound",
        "description": "Softball Bound helps athletes own their college softball recruiting process with real-time access to over 1,200 NCAA, NAIA, and JUCO programs. Get coach contacts, program stats, and recruiting deadlines all in one place.",
        "applicationCategory": "SportsApplication",
        "operatingSystem": "iOS",
        "offers": {
            "@type": "Offer",
            "price": "0",
            "priceCurrency": "USD"
        },
        "author": {
            "@type": "Organization",
            "name": "AllTeamz",
            "url": "https://allteamz.com"
        },
        "image": "https://softballbound.com/assets/sbicon.jpeg",
        "downloadUrl": "https://apps.apple.com/app/id1222443580",
        "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.8",
            "ratingCount": "100"
        },
        "category": "Sports",
        "keywords": "college softball recruiting, softball recruiting app, NCAA softball programs, NAIA softball, JUCO softball, college softball coaches, athletic recruiting"
    }
    </script>

    <!-- Error Tracking -->
    <script
      src="https://browser.sentry-cdn.com/7.77.0/bundle.min.js"
      integrity="sha384-p8WwX4UUg8qYxVh3RqK8xE8i2fn5UUuHZVL2GF5e4FLFBVWMtMIEfFZGBqEZGtXo"
      crossorigin="anonymous"
    ></script>
    <script>
      Sentry.init({
        dsn: "YOUR-DSN-HERE", // Replace with your Sentry DSN
        integrations: [new Sentry.BrowserTracing()],
        tracesSampleRate: 0.2,
        replaysSessionSampleRate: 0.1,
        replaysOnErrorSampleRate: 1.0,
      });
    </script>

    <!-- jQuery (updated version) - deferred for performance -->
    <script 
      src="https://code.jquery.com/jquery-3.7.1.min.js" 
      integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" 
      crossorigin="anonymous"
      defer></script>

    <!-- Development Testing Hooks -->
    

    <!-- Styles -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <link rel="stylesheet" href="/assets/css/style.css" type="text/css">
    
    <!-- App Price Script -->
    <script src="/assets/js/app-price.js" defer></script>
    
    <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Softball Bound - College Softball Recruiting Assistant App Find Your Perfect Program | Streamline Your College Softball Recruiting Journey</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Softball Bound - College Softball Recruiting Assistant App Find Your Perfect Program" />
<meta name="author" content="AllTeamz" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Softball Bound helps athletes own their college softball recruiting process with real-time access to over 1,200 NCAA, NAIA, and JUCO programs. Get coach contacts, program stats, and recruiting deadlines all in one place." />
<meta property="og:description" content="Softball Bound helps athletes own their college softball recruiting process with real-time access to over 1,200 NCAA, NAIA, and JUCO programs. Get coach contacts, program stats, and recruiting deadlines all in one place." />
<link rel="canonical" href="https://softballbound.com/assets/css/variables.css" />
<meta property="og:url" content="https://softballbound.com/assets/css/variables.css" />
<meta property="og:site_name" content="Softball Bound - College Softball Recruiting Assistant App Find Your Perfect Program" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Softball Bound - College Softball Recruiting Assistant App Find Your Perfect Program" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"AllTeamz"},"description":"Softball Bound helps athletes own their college softball recruiting process with real-time access to over 1,200 NCAA, NAIA, and JUCO programs. Get coach contacts, program stats, and recruiting deadlines all in one place.","headline":"Softball Bound - College Softball Recruiting Assistant App Find Your Perfect Program","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://softballbound.com/assets/sbicon.jpeg"},"name":"AllTeamz"},"url":"https://softballbound.com/assets/css/variables.css"}</script>
<!-- End Jekyll SEO tag -->

    <meta content="Softball Bound - College Softball Recruiting Assistant App | Find Your Perfect Program" property="og:site_name">

  <meta content="Softball Bound - College Softball Recruiting Assistant App | Find Your Perfect Program" property="og:title">


  <meta content="website" property="og:type">


  <meta content="Softball Bound helps athletes own their college softball recruiting process with real-time access to over 1,200 NCAA, NAIA, and JUCO programs. Get coach contacts, program stats, and recruiting deadlines all in one place." property="og:description">


  <meta content="https://softballbound.com/assets/css/variables.css" property="og:url">



  <meta content="https://softballbound.com/assets/sbicon.jpeg" property="og:image">



    <!-- https://dev.twitter.com/cards/overview -->
  <meta name="twitter:card" content="summary" />
  <meta name="twitter:site" content="@allteamz" />
  <meta name="twitter:creator" content="@allteamz" />
  <meta name="twitter:title" content="Softball Bound - College Softball Recruiting Assistant App | Find Your Perfect Program" />
  <meta name="twitter:description" content="Softball Bound helps athletes own their college softball recruiting process with real-time access to over 1,200 NCAA, NAIA, and JUCO programs. Get coach contacts, program stats, and recruiting deadlines all in one place." />
  

</head>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What is Softball Bound?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Softball Bound is your ultimate softball recruiting assistant app, helping players connect with college programs and showcase their skills to coaches."
    }
  }, {
    "@type": "Question",
    "name": "How does Softball Bound help with recruiting?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Softball Bound streamlines the recruiting process by helping players create profiles, track communications with coaches, and discover college softball opportunities across NCAA, NAIA, and JUCO divisions."
    }
  }, {
    "@type": "Question",
    "name": "Is Softball Bound available on Android?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Currently, Softball Bound is exclusively available on iOS devices through the Apple App Store."
    }
  }]
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "applicationCategory": "SportsApplication",
  "operatingSystem": "iOS",
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.8",
    "reviewCount": "100",
    "bestRating": "5",
    "worstRating": "1"
  },
  "review": [
    {
      "@type": "Review",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "5"
      },
      "author": {
        "@type": "Person",
        "name": "Softball Player"
      },
      "reviewBody": "Essential tool for softball recruiting. Helped me connect with college coaches!"
    }
  ]
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [{
    "@type": "ListItem",
    "position": 1,
    "name": "Softball Bound",
    "item": "https://softballbound.com"
  }]
}
</script>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "Softball Bound",
  "url": "https://softballbound.com",
  "description": "Softball Bound helps athletes own their college softball recruiting process with real-time access to over 1,200 NCAA, NAIA, and JUCO programs. Get coach contacts, program stats, and recruiting deadlines all in one place.",
  "publisher": {
    "@type": "Organization",
    "name": "AllTeamz",
    "logo": {
      "@type": "ImageObject",
      "url": "https://softballbound.com/assets/sbicon.jpeg"
    }
  }
}
</script>

<body data-ios-app-id="1222443580">

    <div class="imageWrapper" role="main">
        <div class="headerBackground">
            <div class="container">
                <header class="siteHeader" role="banner">
                    <header role="banner">
	<div class="logo" itemscope itemtype="https://schema.org/Organization">
		<div class="appIconShadow">
			<svg width="0" height="0" aria-hidden="true">
				<defs>
					<clipPath id="shape">
							<path id="shape" class="cls-1" d="M6181.23,233.709v-1.792c0-.5-0.02-1-0.02-1.523a24.257,24.257,0,0,0-.28-3.3,11.207,11.207,0,0,0-1.04-3.132,10.683,10.683,0,0,0-1.95-2.679,10.384,10.384,0,0,0-2.68-1.943,10.806,10.806,0,0,0-3.13-1.038,19.588,19.588,0,0,0-3.3-.285c-0.5-.017-1-0.017-1.52-0.017h-22.39c-0.51,0-1.01.017-1.53,0.017a24.041,24.041,0,0,0-3.3.285,11.009,11.009,0,0,0-3.13,1.038,10.491,10.491,0,0,0-4.62,4.622,10.893,10.893,0,0,0-1.04,3.132,19.2,19.2,0,0,0-.28,3.3c-0.02.5-.02,1-0.02,1.523v22.392c0,0.5.02,1,.02,1.524a24.257,24.257,0,0,0,.28,3.3,10.9,10.9,0,0,0,1.04,3.132,10.491,10.491,0,0,0,4.62,4.622,11.04,11.04,0,0,0,3.13,1.038,19.891,19.891,0,0,0,3.3.285c0.51,0.017,1.01.017,1.53,0.017h22.39c0.5,0,1-.017,1.52-0.017a24.221,24.221,0,0,0,3.3-.285,10.836,10.836,0,0,0,3.13-1.038,10.408,10.408,0,0,0,2.68-1.943,10.683,10.683,0,0,0,1.95-2.679,11.217,11.217,0,0,0,1.04-3.132,20.257,20.257,0,0,0,.28-3.3c0.02-.5.02-1,0.02-1.524v-20.6h0Z" transform="translate(-6131 -218)"/>
					</clipPath>
				</defs>
			</svg>
			
				<a href="/" title="Return to Homepage" aria-label="Return to Softball Bound Homepage">
					<img class="headerIcon" src="/assets/sbicon.jpeg" alt="Softball Bound Logo" itemprop="logo" loading="eager">
				</a>
			
			<div class="divider" aria-hidden="true"></div>
		</div>
		<div class="headerName" itemprop="name">Softball Bound</div>
	</div>
	<nav class="scroll" role="navigation" aria-label="Main navigation">
		<ul>
			
		</ul>
	</nav>
</header>
                </header>
                <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BNPLMS274F"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  // Basic configuration
  gtag('config', 'G-BNPLMS274F', {
    'page_title': document.title,
    'page_path': window.location.pathname,
    'site_speed_sample_rate': 100
  });

  // Track redirects
  if (document.referrer) {
    gtag('event', 'redirect', {
      'event_category': 'Navigation',
      'event_label': document.referrer,
      'referrer': document.referrer,
      'destination': window.location.href
    });
  }

  // Performance tracking
  if (window.performance) {
    gtag('event', 'timing_complete', {
      'name': 'load',
      'value': Math.round(performance.now()),
      'event_category': 'Performance'
    });
  }

  // Track app store clicks
  document.addEventListener('DOMContentLoaded', function() {
    const appStoreLinks = document.querySelectorAll('.appStoreLink, .playStoreLink');
    appStoreLinks.forEach(link => {
      link.addEventListener('click', function() {
        gtag('event', 'app_store_click', {
          'event_category': 'Conversion',
          'event_label': this.className,
          'destination': this.href
        });
      });
    });
  });
</script>

<!-- Web Vitals Tracking -->
<script defer src="https://unpkg.com/web-vitals"></script>
<script>
  function sendToGoogleAnalytics({name, delta, value, id}) {
    gtag('event', name, {
      event_category: 'Web Vitals',
      value: Math.round(name === 'CLS' ? delta * 1000 : delta),
      event_label: id,
      non_interaction: true,
    });
  }

  // When Web Vitals loads, start tracking
  window.addEventListener('load', function() {
    if (typeof webVitals !== 'undefined') {
      webVitals.getCLS(sendToGoogleAnalytics);
      webVitals.getFID(sendToGoogleAnalytics);
      webVitals.getLCP(sendToGoogleAnalytics);
    }
  });
</script>
                <main class="landingContent" itemscope itemtype="https://schema.org/MobileApplication">
    <meta itemprop="name" content="Softball Bound">
    <meta itemprop="description" content="1,200+ College Programs. One App. Your Recruiting Edge.">
    <meta itemprop="applicationCategory" content="Sports">
    <meta itemprop="operatingSystem" content="iOS">
    <meta itemprop="softwareVersion" content="1.0">
    <meta itemprop="offers" itemscope itemtype="https://schema.org/Offer">
        <meta itemprop="price" content="0.00">
        <meta itemprop="priceCurrency" content="USD">
    </meta>
    <!-- Hidden SVG for clip path -->
    <svg width="0" height="0" aria-hidden="true" focusable="false" style="position:absolute">
        <defs>
            <clipPath id="shape120">
                <path d="M6821,495.533v-4.281c0-1.2-.04-2.4-0.04-3.642a57.7,57.7,0,0,0-.68-7.882,26.144,26.144,0,0,0-2.48-7.483,25.115,25.115,0,0,0-11.04-11.044,26.118,26.118,0,0,0-7.49-2.481,47.28,47.28,0,0,0-7.88-.68c-1.2-.04-2.4-0.04-3.64-0.04h-53.5c-1.2,0-2.4.04-3.64,0.04a57.813,57.813,0,0,0-7.88.68,26.323,26.323,0,0,0-7.49,2.481,25.115,25.115,0,0,0-11.04,11.044,26.144,26.144,0,0,0-2.48,7.483,47.313,47.313,0,0,0-.68,7.882c-0.04,1.2-.04,2.4-0.04,3.642v53.5c0,1.2.04,2.4,0.04,3.641a57.7,57.7,0,0,0,.68,7.883,26.137,26.137,0,0,0,2.48,7.482,25.115,25.115,0,0,0,11.04,11.044,26.261,26.261,0,0,0,7.49,2.481,47.28,47.28,0,0,0,7.88.68c1.2,0.04,2.4.04,3.64,0.04h53.5c1.2,0,2.4-.04,3.64-0.04a57.654,57.654,0,0,0,7.88-.68,26.057,26.057,0,0,0,7.49-2.481,25.115,25.115,0,0,0,11.04-11.044,26.137,26.137,0,0,0,2.48-7.482,47.316,47.316,0,0,0,.68-7.883c0.04-1.2.04-2.4,0.04-3.641V495.533h0Z" transform="translate(-6701 -458)"/>
            </clipPath>
        </defs>
    </svg>
    <div class="landingGrid">
        <section class="iphonePreview" aria-label="App Preview" itemprop="screenshot">
            <span class="sr-only">Softball Bound App Preview</span>
            <img class="iphoneScreen" src="/assets/yellow_ss.svg" alt="Softball Bound App Screenshot" loading="eager" width="349" height="698">
        </section>
        <section class="appInfo" aria-label="App Information">
            <h1 class="heroHeadline">1,200+ College Programs. One App. Your Recruiting Edge.</h1>
            <p class="heroSubtext">Find your perfect college softball program with direct coach contacts, academic stats, and recruiting deadline alerts.</p>

            <div class="socialProofBar">
                <span class="proofRating"><i class="fas fa-star"></i> 4.8 rating</span>
                <span class="proofDivider">·</span>
                <span class="proofUsers">10,000+ families</span>
            </div>

            <a class="appStoreLink" href="https://apps.apple.com/us/app/softball-bound/id1222443580?itscg=30200&itsct=apps_box_badge&mttnsubad=1222443580" target="_blank" rel="noopener" title="Download Softball Bound on the App Store" aria-label="Download Softball Bound on the App Store">
                <img class="appStoreBadge" src="https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/white/en-us?releaseDate=1588291200" alt="Download on the App Store">
            </a>
            <p class="priceAnchor"><span class="appPrice"></span> — less than a batting cage session</p>
            <p class="microCopy">Works offline. One-time purchase.</p>

            <ul class="valueList">
                <li><i class="fas fa-check"></i> 1,200+ programs with coach contacts</li>
                <li><i class="fas fa-check"></i> Academic requirements & school stats</li>
                <li><i class="fas fa-check"></i> Recruiting deadline alerts</li>
            </ul>
        </section>
    </div>

    <!-- Reviews section - full width below hero -->
    <div class="reviewsSection">
        
<div class="reviewsContainer">
    
    <div class="review">
        <div class="stars">
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
        </div>
        <h2 class="review-title">A MUST HAVE !</h2>
        <p class="review-content">My daughter is a 2024, and committed to an SEC school to play softball in September. The recruiting journey was not too stressful, and one of the main reasons was this app !! This app is so helpful, especially if you are on the go as most softball parents are. With the help of this app, my family and I were able to make a email list of target schools. Thank you for the time put in!!</p>
        <p class="review-author">Twralph83</p>
    </div>
    
    <div class="review">
        <div class="stars">
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
        </div>
        <h2 class="review-title">Easy to use & very accurate</h2>
        <p class="review-content">Excellent info at a tough of a button. Very helpful at Showcase events to access teams conference and cost of education at the school. This app never crashes and coaches info and links are always current. I'm a travel coach and college recruiter. The highly accurate info has really helped me know the name and school info of the college coach I find myself talking to. My preferred Softball App.</p>
        <p class="review-author">Aurelius64</p>
    </div>
    
    <div class="review">
        <div class="stars">
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
            <i class="fas fa-star"></i>
            
        </div>
        <h2 class="review-title">Must Have for the recruiting process!</h2>
        <p class="review-content">This app has been amazing!! You get everything right here.... from a coach's email or phone number, to the average ACT score of their students. It helps choose the right place because it gives so much information including the average salary of their graduating seniors. It's definitely worth every single penny!</p>
        <p class="review-author">Jayhawk Mama</p>
    </div>
    
</div>

    </div>

    <!-- Features section - lazy loaded for performance -->
    <div class="featuresSection" loading="lazy">
        <div class="features">

    

    
    <div class="feature">
        <div>
            <span class="fa-stack fa-1x">
                <i class="iconBack fas fa-circle fa-stack-2x"></i>
                <i class="iconTop fas fa-school fa-stack-1x"></i>
            </span>
        </div>
        <div class="featureText">
            <h2>
                Every Program at Your Fingertips
            </h2>
            <p>
                Instantly access 1,200+ NCAA, NAIA, and JUCO softball programs with comprehensive stats, academic info, and program details.
            </p>
        </div>
    </div>
    

    

    
    <div class="feature">
        <div>
            <span class="fa-stack fa-1x">
                <i class="iconBack fas fa-circle fa-stack-2x"></i>
                <i class="iconTop fas fa-phone fa-stack-1x"></i>
            </span>
        </div>
        <div class="featureText">
            <h2>
                Message Coaches Directly
            </h2>
            <p>
                Get verified phone numbers, emails, and social links for coaching staff. No gatekeepers, no guessing — just direct connections.
            </p>
        </div>
    </div>
    

    

    
    <div class="feature">
        <div>
            <span class="fa-stack fa-1x">
                <i class="iconBack fas fa-circle fa-stack-2x"></i>
                <i class="iconTop fas fa-sort fa-stack-1x"></i>
            </span>
        </div>
        <div class="featureText">
            <h2>
                Find Your Fit in Seconds
            </h2>
            <p>
                Filter by state, division, conference, or academic requirements. Stop scrolling through schools that don't match your goals.
            </p>
        </div>
    </div>
    

    

    
    <div class="feature">
        <div>
            <span class="fa-stack fa-1x">
                <i class="iconBack fas fa-circle fa-stack-2x"></i>
                <i class="iconTop fas fa-graduation-cap fa-stack-1x"></i>
            </span>
        </div>
        <div class="featureText">
            <h2>
                Know If Your GPA Makes the Cut
            </h2>
            <p>
                See graduation rates, academic requirements, and student retention before you waste time on schools that aren't realistic.
            </p>
        </div>
    </div>
    

    

    
    <div class="feature">
        <div>
            <span class="fa-stack fa-1x">
                <i class="iconBack fas fa-circle fa-stack-2x"></i>
                <i class="iconTop fas fa-marker fa-stack-1x"></i>
            </span>
        </div>
        <div class="featureText">
            <h2>
                Never Miss a Coaching Change
            </h2>
            <p>
                Get real-time updates when programs hire new coaches or change recruiting priorities.
            </p>
        </div>
    </div>
    

    

    
    <div class="feature">
        <div>
            <span class="fa-stack fa-1x">
                <i class="iconBack fas fa-circle fa-stack-2x"></i>
                <i class="iconTop fas fa-bell fa-stack-1x"></i>
            </span>
        </div>
        <div class="featureText">
            <h2>
                Deadline Reminders That Save You
            </h2>
            <p>
                NCAA and NAIA recruiting windows close fast. Smart alerts ensure you never miss your shot.
            </p>
        </div>
    </div>
    

    

</div>
    </div>

    


<script>

$(function() {

    var apiURL = "https://itunes.apple.com/lookup?id=1222443580&country=us&callback=?";

    $.getJSON(apiURL, function(json) {

        if (json.results && json.results.length) {

            console.info("Image strings loaded from Apple API.");
            var appInfo = json.results[0];

            // Set favicon with type
            $('link[rel="shortcut icon"]').attr({
                "href": appInfo.artworkUrl512,
                "type": "image/png"
            });

            // Set page title using the iOS app ID if it is not set manually in _config.yml
            var $pageTitle = $(".pageTitle");
            if ($.trim($($pageTitle).text()).length == 0) {
                $($pageTitle).html(appInfo.trackName);
            }

            // Set large app icon using the iOS app ID if it is not set manually in _config.yml
            var $appIconLarge = $(".appIconLarge");
            if (!$appIconLarge.attr('src')) {
                $($appIconLarge).attr({
                    "src": appInfo.artworkUrl512,
                    "alt": appInfo.trackName + " App Icon",
                    "loading": "lazy"
                });
            }

            // Set header app icon using the iOS app ID if it is not set manually in _config.yml
            var $appIconHeader = $(".headerIcon");
            if (!$appIconHeader.attr('src')) {
                $($appIconHeader).attr({
                    "src": appInfo.artworkUrl512,
                    "alt": appInfo.trackName + " Header Icon",
                    "loading": "lazy"
                });
            }

            // Set app name using the iOS app ID if it is not set manually in _config.yml
            var $appName = $(".appName");
            if ($.trim($($appName).text()).length == 0) {
                $($appName).html(appInfo.trackName);
            }

            // Set the name displayed in the header if it is not set manually in _config.yml
            var $headerName = $(".headerName");
            if ($.trim($($headerName).text()).length == 0) {
                $($headerName).html(appInfo.trackName);
            }

            // Set price using the iOS app ID if it is not set manually in _config.yml
            var $appPrice = $(".appPrice");
            if ($.trim($($appPrice).text()).length == 0) {
                $($appPrice).html(appInfo.formattedPrice);
            }

            // Set App Store link using the iOS app ID if it is not set manually in _config.yml
            var $appStoreLink = $(".appStoreLink");
            if ($.trim($appStoreLink.attr('href')).length == 0) {
                $($appStoreLink).attr({
                    "href": appInfo.trackViewUrl,
                    "aria-label": "Download " + appInfo.trackName + " on the App Store",
                    "rel": "noopener"
                });
            }

            console.info(appInfo);

        }
    });  
});

</script>


</main>

<!-- Mobile Analytics Tracking -->
<script src="/assets/js/mobile-analytics.js" defer></script>

<!-- Sticky CTA for scroll -->
<div class="stickyCta" id="stickyCta">
    <div class="stickyCtaInner">
        <span class="stickyCtaText"><strong>Softball Bound</strong> · <i class="fas fa-star"></i> 4.8</span>
        <a class="stickyCtaButton" href="https://apps.apple.com/us/app/softball-bound/id1222443580?itscg=30200&itsct=apps_box_badge&mttnsubad=1222443580" target="_blank" rel="noopener">
            Get Started — <span class="appPrice">$4.99</span>
        </a>
    </div>
</div>

<script>
// Show sticky CTA when scrolling past hero
window.addEventListener('scroll', function() {
    var stickyCta = document.getElementById('stickyCta');
    var scrollPos = window.scrollY || document.documentElement.scrollTop;
    if (scrollPos > 500) {
        stickyCta.classList.add('visible');
    } else {
        stickyCta.classList.remove('visible');
    }
});
</script>

                <footer class="siteFooter" role="contentinfo">
                    <footer>
	
	<p class="footerText">Made by <a href="https://allteamz.com">AllTeamz</a> in Los Angeles</p>
	
	<div class="footerIcons">

		
			<a href="https://facebook.com/allteamz" aria-label="Visit Softball Bound on Facebook" title="Facebook">
				<span class="fa-stack fa-1x">
					<i class="socialIconBack fas fa-circle fa-stack-2x"></i>
					<i class="socialIconTop fab fa-facebook fa-stack-1x"></i>
				</span>
			</a>
		

		
			<a href="https://x.com/allteamz" aria-label="Visit Softball Bound on X (Twitter)" title="X (Twitter)">
				<span class="fa-stack fa-1x">
					<i class="socialIconBack fas fa-circle fa-stack-2x"></i>
					<i class="socialIconTop fab fa-x fa-stack-1x"></i>
				</span>
			</a>
		

		
			<a href="https://instagram.com/allteamz" aria-label="Visit Softball Bound on Instagram" title="Instagram">
				<span class="fa-stack fa-1x">
					<i class="socialIconBack fas fa-circle fa-stack-2x"></i>
					<i class="socialIconTop fab fa-instagram fa-stack-1x"></i>
				</span>
			</a>
		

		

		
			<a href="mailto:ryan@allteamz.com" aria-label="Email Softball Bound" title="Email">
				<span class="fa-stack fa-1x">
					<i class="socialIconBack fas fa-circle fa-stack-2x"></i>
					<i class="socialIconTop fas fa-envelope fa-stack-1x"></i>
				</span>
			</a>
		

	</div>
	<div class="footerLinks">
		<a href="https://allteamz.com/privacy/" target="_blank" class="footer-link">Privacy Policy</a>
		
	</div>
</footer>
                </footer>
            </div>
        </div>
    </div>

    <script src="/assets/js/review-cycle.js" defer></script>
    <script src="/assets/js/register-sw.js" defer></script>
</body>
</html>
