Hi guys, I’ve been working on a self-hostable web analytics platform since the start of this year after being frustrated with Google Analytics and Plausible.

I’ve packed a bunch of cool web analytics features into Rybbit, but I’ve tried very hard to keep the interface simple to use,

https://github.com/rybbit-io/rybbit

Check it out!

  • vegyk0z6@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 hours ago

    This looks great. I’m interested in building similar dashboards but for a different use case. Are you using a particular typescript framework for this?

      • moseschrute@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 hours ago

        I know modern tools get a lot of hate on Lemmy, but tainwind and shadcn have been amazing to work with. Next.js has been a little bumpy the last few years, but if you know what you’re doing, you can deliver a great UX with React. I’ve been enjoying Vite + React for anything that doesn’t need SSR.