top | item 25858311

Show HN: Open-source tool for catching spelling mistakes on websites

5 points| petems | 5 years ago |github.com | reply

3 comments

order
[+] petems|5 years ago|reply
Hi, SiteInspector creator here: as a web developer I've had launched various different websites over the years. I personally experienced how easy is to make a typo on a website and how hard is to spot it afterward. So a logical solution for me was to find a tool that can help to catch errors on a website, but I was not able to find a good tool to do the job. So I've built SiteInspector so that developers or regular website owners can keep their website errors-free with a modern and convenient website scanner app. SiteInspector app can be hosted on Heroku or in Docker and launched in less than 5 minutes with a single command. The app was written in Ruby/Rails and uses Vue.js on the front-end, also it support arm64 architecture. You can check a read-only demo UI using this URL: https://demo.getsiteinspector.com/reports I'll be very happy to answer any questions you may have and get your feedback.
[+] ebzzry|5 years ago|reply
Hi! We’ve tried SiteInspector and it works great. However, it crashes when we try to scan a site. I filed an issue on GitHub regarding it: https://github.com/siteinspector/siteinspector/issues/6
[+] petems|5 years ago|reply
Thanks for the feedback! I just replied to your opened Github issue (the app requires more RAM to function than your docker can allocate - you can add more memory via docker engine settings).