← Back to Services
Release Readiness Checklist
Pre-deployment verification for K0nsult CNC releases
Content & Quality
- Content reviewed and approved manual
- All links verified test-links.js
- Pricing consistent across pages manual
- Legal/terms reviewed manual
Testing
- Smoke tests pass test-smoke.js
- Forms tested test-forms.js
- Regression tests pass test-regression.js
Technical
- Mobile viewport verified manual / DevTools
- SEO meta tags present manual
- Performance acceptable Lighthouse
Deployment
- Deployed to staging first fly deploy --app staging
Run all automated checks before deployment:
node test-smoke.js && node test-forms.js && node test-regression.js && node test-links.js