Hacker News new | ask | show | jobs
by dgrigg 3454 days ago
I have been running https://pageproofer.com for 3 years. It allows web designers and developers to easily leave feedback and track issues directly on websites (like digital sticky notes). It has been profitable from year 1 and continues to grow month over month.

The growth is slow and steady but not at a point where I'm doing it full time. I don't think 'successful' needs to be determined as 'majority of owners income'. For me it's a lucrative side project that requires little attention day to day. It doesn't need to provide the majority of my income since it doesn't take the majority of my time.

1 comments

I've always wondered - what kind of tech stack is required to run a service like this? Would you classify it as a webapp?
I would classify it more as a widget or add-on in that it's use lies in being added to an existing website (much like Google Analytics). The entire admin/dashboard area for managing sites, adding users, integrations etc is like a typical webapp though. The stack is a pretty vanilla LEMP stack on the backend, with some extra bits for handling queues. The trickiest piece is the widget that gets embedded on sites, it needs to be bullet proof across browsers and devices since it's used for feedback and testing. It needs to work on pretty much everything that people visit websites with.