Skip to content

StephanGoldberg/startup-launch-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

startup-launch-checker

πŸš€ 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>

Usage bashpython launch_checker.py mystartup.com Example output:

πŸš€ Startup Launch Readiness Checker Target: mystartup.com


LAUNCH CHECKLIST (6/8 passed)

βœ… SSL/HTTPS βœ… Fast load (<2s) βœ… robots.txt βœ… sitemap.xml βœ… Mobile viewport βœ… Favicon ❌ Open Graph tags ← fix before launch ❌ Meta description ← fix before launch


LAUNCH READINESS SCORE: 75/100 🟑 ALMOST READY β€” fix a few things first

πŸ“‹ 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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages