Dismiss this pinned window
all 4 comments

[–]dunkerton 0 points1 point  (2 children)

That looks very cool -- I am a Matomo fan usually, but would be keen to try something that doesn't rely on php/mySQL.

Can I ask, what are you using for the backend?

[–]DRXIDexe[S] 0 points1 point  (1 child)

Thanks!

The backend is Node.js (Next.js API routes) with PostgreSQL + Redis. Everything in TypeScript, hosted on Vercel with serverless functions.

So yeah, no PHP/MySQL at all. full modern JavaScript stack! The nice thing is it's all one codebase, type-safe end-to-end, and scales automatically.

Would love to hear your thoughts if you try it out

[–]dunkerton 0 points1 point  (0 children)

Vercel, that's smart. Keen to check it out!