saas-launch-checklist

Solid

Pre-launch verification across infrastructure, security, legal, payment, email, analytics, and performance. Day-1 monitoring, rollback plan, incident response skeleton, and post-launch week-1 checklist.

AI & Automation 495 stars 41 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
90
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# SaaS Launch Checklist A structured checklist for shipping a SaaS product to production with confidence. Every item exists because someone skipped it and regretted it. ## Pre-Launch Checklist (28 Items) ### Infrastructure (5 items) - [ ] **SSL/TLS** -- Certificate installed, auto-renewal configured (Let's Encrypt / ACM), HSTS header present - [ ] **CDN** -- Static assets served through CDN, cache-control headers set, origin shielding enabled - [ ] **Backup** -- Database backup scheduled (daily minimum), tested restore procedure, off-site copy - [ ] **Monitoring** -- Health check endpoint returns 200 when healthy and 503 when degraded, uptime monitor pings every 60s - [ ] **Alerting** -- PagerDuty/Opsgenie configured, on-call rotation set, escalation policy defined (5 min ack SLA) ### Security (5 items) - [ ] **Penetration test** -- Run OWASP ZAP or equivalent against staging, fix all HIGH/CRITICAL findings - [ ] **Dependency audit** -- `npm audit` / `pip-audit` / `trivy` shows zero critical CVEs - [ ] **Secret rotation** -- All production secrets differ from staging, rotation schedule documented - [ ] **Rate limiting** -- API endpoints rate-limited (e.g., 100 req/min per user), auth endpoints stricter (10 req/min) - [ ] **Headers** -- CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy all configured ### Legal (4 items) - [ ] **Terms of Service** -- Reviewed by legal counsel, published at `/terms`, acceptance recorded at signup - [ ] **Privacy Policy** -- G...

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
2 months ago
Last Updated
1 months ago
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

shipping-and-launch

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

0 Updated 1 weeks ago
justinjilg
AI & Automation Listed

shipping-and-launch

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

2 Updated yesterday
nota-america
AI & Automation Listed

shipping-and-launch

Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

1 Updated today
LLl0k0laD
AI & Automation Solid

product-launch-checklist

Generate a comprehensive pre-launch, launch day, and post-launch checklist for any product release. Use when preparing for a product launch, feature release, or major update. Produces a role-assigned, tiered checklist covering engineering readiness, marketing and comms, support, and post-launch monitoring.

915 Updated 3 days ago
mohitagw15856
DevOps & Infrastructure Solid

shipping-and-launch

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

47,236 Updated 3 days ago
addyosmani