this post was submitted on 22 Nov 2025
533 points (99.4% liked)

Selfhosted

53215 readers
1533 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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!

you are viewing a single comment's thread
view the rest of the comments
[–] vegyk0z6@lemmy.ml 2 points 6 days ago (2 children)

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?

[–] Goldflag@lemmy.world 2 points 6 days ago (1 children)

Next.js, TailwindCSS, shadcn. the usual stuff

[–] moseschrute@lemmy.world 3 points 6 days 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.