Ask HN: Website go-live checklist app
274 points| DubDubThrow | 8 years ago | reply
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..
[+] [-] jesperht|8 years ago|reply
https://monkeytest.it
P.S I'm the author - feel free to get in touch / comment :-)
[+] [-] jordanlev|8 years ago|reply
[+] [-] jaflo|8 years ago|reply
[+] [-] blairanderson|8 years ago|reply
[+] [-] phpeach|8 years ago|reply
[+] [-] josephjrobison|8 years ago|reply
[+] [-] rokhayakebe|8 years ago|reply
[+] [-] janfry|8 years ago|reply
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...
[+] [-] egeozcan|8 years ago|reply
Which makes it practically impossible for your site to be MITMd for the users of many major browsers.
[+] [-] corobo|8 years ago|reply
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)
[+] [-] kowdermeister|8 years ago|reply
https://developers.google.com/speed/pagespeed/insights/
[+] [-] michaelwu|8 years ago|reply
https://developers.google.com/web/tools/lighthouse/
[+] [-] instakill|8 years ago|reply
- 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!
[+] [-] hanniabu|8 years ago|reply
[+] [-] LeonM|8 years ago|reply
[+] [-] sidmitra|8 years ago|reply
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
[+] [-] oliveremberton|8 years ago|reply
Or if you prefer something free and lightweight: http://nibbler.silktide.com/
Disclaimer: I work here.
[+] [-] gchokov|8 years ago|reply
[+] [-] adjohu|8 years ago|reply
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)
[+] [-] nulagrithom|8 years ago|reply
[+] [-] Redsquare|8 years ago|reply
[+] [-] scaryclam|8 years ago|reply
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.
[+] [-] ivanr|8 years ago|reply
Disclosure: Hardenize is my project. I previously built SSL Labs.
[+] [-] exclusiv|8 years ago|reply
https://littlewarden.com/
[+] [-] jdutoit|8 years ago|reply
https://passmarked.com
With the code open sourced here - https://github.com/passmarked
PS. Author, we're currently building it all out still so feel free to get in contact with any feedback.
Actual Headless Chrome coming up soon as well :)
[+] [-] jriff|8 years ago|reply
I'm co-founder of Monsido.
[+] [-] codegeek|8 years ago|reply
https://www.semrush.com/features/site-audit/
https://raventools.com/site-auditor/
[+] [-] unknown|8 years ago|reply
[deleted]
[+] [-] dbbk|8 years ago|reply
[+] [-] jostylr|8 years ago|reply
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
[+] [-] mylh|8 years ago|reply