4
8 Comments

Hey everyone! My name is Zack and I'm writing an ebook…

Hey everyone! My name is Zack and I'm writing an ebook on how to code your own website analytics software so you don't have to pay for Google Analytics, Kissmetrics, etc. Whether you're a solo hacker or a dev at a startup, I think owning every part of your site's analytics has some value:

  • Privacy. The only people that will have access to your analytics should be you/your company.
  • Completely customizable. The book covers how to capture/understand essential metrics such as page views and user actions, but you are free to create your own custom analytics. If there is interest I can do something on setting up easy AB tests and customer segmentation.
  • Scalable. You can add as many projects as you want to your analytics dashboard and it won't cost you any more than just having a single project.

Upon completion, you should have a fully-fledged analytics database, dashboard, and functions to use in the sites you want to monitor.

The languages used are JavaScript and SQL. For libraries/frameworks, I am using

  • ReactJS (v16.8.1)
  • NodeJS (v10.15.1)
  • ExpressJS (v4.16.4)
  • PostgreSQL (v10.4)

I am open to adding other languages/frameworks if there is enough interest.

For deployment/database, the book will cover how to set it up in AWS.

Please let me know if you have any suggestions or questions! I'm trying to hold myself accountable to finishing the book by end of next week.

You can follow the progress of the book here: https://leanpub.com/build-site-analytics-with-node

Thanks!
Zack

on February 12, 2019
  1. 2

    I would almost certainly buy this. What price are you hoping for?

    1. 1

      Thanks colaba! I'll send you a free copy once it's complete to hear your thoughts if that's cool with you.
      I want it to be affordable, so $20 maybe? I'd love to hear if you think that is reasonable

      1. 1

        Cool, would be happy to pass on my thoughts - let me know when it’s ready. 20$ Will be a no brainier for most.

  2. 2

    I would read it for sure, thanks man.

    1. 1

      Thanks jlambert! I'll send you a free copy once it's complete if that's cool with you

  3. 1

    I was trying to look for something similar yesterday but couldn't find a good resource. Sounds promising good luck.

  4. 2

    This comment was deleted 7 years ago

    1. 1

      hey webapppro, great question. The book will cover how to implement both the server-side component of grabbing the data from the requests and the client-side code where you would you capture that data. Hope that answers your question!