Ask HN: Website go-live checklist app
Hi HN! I was wondering if there's some sort of service that would check our client websites (we're a web agency) automatically before go live. We currently have our own doc to run through but it would be nice if there was something that would automatically do that for us.
Examples for checks are:
- HTTPS and related (HSTS -> cookies etc) enabled/correctly configured
- robots.txt configured
- Correct API keys configured (e.g. Stripe live key instead of test key)
- No dead links
and so forth..
52 comments
[ 1.5 ms ] story [ 108 ms ] threadhttps://www.semrush.com/features/site-audit/
https://raventools.com/site-auditor/
https://github.com/spatie/checklist-going-live
I have not automated anything yet, but there are tools in that checklist that automate some of the process (HTTPS mixed content checks, dead link checks, etc)
You can configure the webserver to show a different landing page if a particular key/cookie doesn't exist. To avoid unauthorized access to the public sections not yet publicly launched
https://monkeytest.it
P.S I'm the author - feel free to get in touch / comment :-)
- https://humaan.com/checklist/
- https://simplesecurity.sensedeep.com/web-developer-security-...
- https://www.owasp.org/index.php/Web_Application_Security_Tes...
I find checklist apps/sites super useful. I've been building my own version of an interactive checklist site for email copywriting: http://honegrow.com/optimize-your-emails
What would be cool would be a checklist aggregator!
1. Mozilla Observatory https://observatory.mozilla.org
2. SSLLabs https://www.ssllabs.com/ssltest/
3. Security Headers https://securityheaders.io/
For a comprehensive appsec checklist see OWASP ASVS https://www.owasp.org/index.php/Category:OWASP_Application_S...
Which makes it practically impossible for your site to be MITMd for the users of many major browsers.
https://developers.google.com/speed/pagespeed/insights/
https://developers.google.com/web/tools/lighthouse/
https://insites.com/
Doesn't currently support API key checks but that seems like a good idea! I'll suggest it. (I work at Insites)
https://littlewarden.com/
https://littlewarden.com/
Sure, get in tools for things like dead link checking (no-one likes trawling through pages), but for most things it's going to depend on what the site does.
A service will only go so far as to make sure you don't have anything blatently wrong. In my experience, it's the non-blatent things that blow up the worst. Little green lights from a third party are nice and all, but you should still be verifying things are really OK.
It is a mac desktop app
It will do the most generic checking (dead links, spelling, site maps, ...) leaving the more nuanced for either a person or a custom script
Or if you prefer something free and lightweight: http://nibbler.silktide.com/
Disclaimer: I work here.