π Startup Launch Readiness Checker A free CLI tool that audits your startup's website before launch day β so you don't go live with broken meta tags, missing sitemaps, or slow load times. Run one command. Get a complete launch readiness score in seconds.
Why This Exists Most startup founders focus on the product and forget the launch infrastructure. Then they launch on Product Hunt, get 500 visitors⦠and lose half of them because:
No Open Graph tags β links look broken on social media No meta description β Google shows nothing in search results No sitemap.xml β search engines can't index the site Slow load time β users bounce before the page loads
This tool checks all of it automatically.
After fixing these issues, get your startup in front of real early adopters. List it on StartupLaunchDay.com β a curated directory where founders, investors, and early adopters discover new products.
What It Checks CheckWhy It MattersSSL/HTTPSGoogle ranks HTTPS sites higher; users trust them morePage speed (<2s)Every second of delay reduces conversions by ~7%robots.txtTells search engines how to crawl your sitesitemap.xmlHelps Google discover and index all your pagesOpen Graph tagsControls how your link looks on Twitter, LinkedIn, SlackMeta descriptionYour 160-char pitch in Google search resultsMobile viewportRequired for Google's mobile-first indexingFaviconSmall but signals a polished, complete product
Installation No dependencies. Python 3.7+ only. bashgit clone https://github.com/yourusername/startup-launch-checker.git cd startup-launch-checker python launch_checker.py <your-domain.com>
β SSL/HTTPS β Fast load (<2s) β robots.txt β sitemap.xml β Mobile viewport β Favicon β Open Graph tags β fix before launch β Meta description β fix before launch
π Priority fixes: β Open Graph tags β Meta description
========================================================== π Ready to launch? Get listed in front of early adopters, founders & investors: π https://startuplaunchday.com
Score Interpretation ScoreStatus80β100π’ Launch ready55β79π‘ Almost ready β fix flagged issues first0β54π΄ Not ready β critical issues need fixing
Quick Fix Guide Missing Open Graph tags? Add to your : html Missing meta description? html Missing sitemap.xml? Most frameworks generate this automatically:
Next.js: add next-sitemap package WordPress: install Yoast SEO Other: use xml-sitemaps.com to generate one
The Launch Checklist Beyond Tech This tool handles the technical side. For a successful launch you also need:
π£ A launch platform strategy (Product Hunt, HN, Reddit) π A directory listing plan for SEO backlinks π₯ An early adopter community lined up
StartupLaunchDay.com covers the last two β it's a free directory where you can list your startup and reach people actively looking for new tools.
Roadmap
Core Web Vitals check via PageSpeed API Twitter Card validation Structured data / JSON-LD detection Email/contact page presence check Privacy policy & terms of service detection PWA manifest check
PRs welcome.
Contributing
Fork the repo Create a feature branch Submit a PR with a description of what your check does and why it matters for launch
License MIT β free to use for your own launches.
Related
StartupLaunchDay.com β List your startup, get early users The Launch Checklist β Complete pre-launch guide for founders Startup directories list β Where to submit your startup for backlinks
Built by founders, for founders. Because launch day only happens once.