TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Vince – A self hosted alternative to Google Analytics

283 pointsby gernest6 months ago
For the past 3 years I have been working on a Golang port of plausible analytics dashboard.<p>vince is a single binary, single user with multiple website system with zero runtime dependency.<p>Key featues:<p>- Automatic TLS - Outbounds link tracking - File downloads tracking - 404 pages tracking - Custom event tracking<p>And so much more, basically everything that you see on plausible dashboard except funnels and custom properties.<p>You can use vince as a drop in replacement for plausible for personal websites.<p>The goal is to make the plausible dashboard easily accessible for people who like to self host.<p>All features not related to the dashboard are non goal, hence not implemented.<p>Full dashboard demo hosted on 6$ vultr instance <a href="https:&#x2F;&#x2F;demo.vinceanalytics.com&#x2F;share&#x2F;vinceanalytics.com&#x2F;v1&#x2F;share&#x2F;vinceanalytics.com?auth=Ls9tV4pzqOn7BJ7-&amp;demo=true" rel="nofollow">https:&#x2F;&#x2F;demo.vinceanalytics.com&#x2F;share&#x2F;vinceanalytics.com&#x2F;v1&#x2F;...</a>

29 comments

zoidb6 months ago
My go-to self hosted GA alternative is goatcounter <a href="https:&#x2F;&#x2F;www.goatcounter.com" rel="nofollow">https:&#x2F;&#x2F;www.goatcounter.com</a>. It would be interesting to know what advantages it has over it.
评论 #42275037 未加载
评论 #42273401 未加载
评论 #42274916 未加载
vextea6 months ago
There seems to be some mentions of selling licenses (and pricing) in the source. What are the plans around that?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;vinceanalytics&#x2F;vince&#x2F;blob&#x2F;f0c2c3cc38cbd8c6263993163e102dd339d2f44d&#x2F;internal&#x2F;web&#x2F;templates&#x2F;stats&#x2F;site_locked.html#L19">https:&#x2F;&#x2F;github.com&#x2F;vinceanalytics&#x2F;vince&#x2F;blob&#x2F;f0c2c3cc38cbd8c...</a>
评论 #42277016 未加载
written-beyond6 months ago
Code quality is pristine, really great job! I see that you&#x27;ve used protocol buffers, can you expand on why? I am aware of the benefits it offers but I think it adds a bit of mental overhead initially due to it being an additional type system you have to understand.<p>Also why are you using pebble exactly? I was interested in seeing how you&#x27;re managing your geo databases because that&#x27;s usually the most mind numbing part of handling analytics if your cloud provider doesn&#x27;t add that information into the request header already. However, I can&#x27;t understand why you&#x27;d use pebble over something like sqlite.
评论 #42277096 未加载
just-tom6 months ago
The screenshot on your homepage looks very similar to plausible&#x27;s <a href="https:&#x2F;&#x2F;plausible.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plausible.io&#x2F;</a> which is also open-source analytics software. Is it based on it? What are the differences?<p>Edit: Just noticed the feature comparison in the readme.
评论 #42273848 未加载
rgbrgb6 months ago
&gt; Full dashboard demo hosted on 6$ vultr instance <a href="https:&#x2F;&#x2F;demo.vinceanalytics.com&#x2F;share&#x2F;vinceanalytics.com&#x2F;v1&#x2F;" rel="nofollow">https:&#x2F;&#x2F;demo.vinceanalytics.com&#x2F;share&#x2F;vinceanalytics.com&#x2F;v1&#x2F;</a>...<p>404 page not found
评论 #42271957 未加载
pdyc6 months ago
Looks exactly like plausible, may be change the ui a bit to avoid legal issues.
评论 #42273402 未加载
评论 #42276586 未加载
colesantiago6 months ago
Great project keep it up it&#x27;s good to see competition in this space.<p>Plausible gets crazy expensive on their hosted option and it complex to setup (needs elixir + high memory requirements)<p>If Vince gets 1:1 parity with plausible and has the option to use clickhouse, I&#x27;ll consider moving a few servers and people I know over.<p>Love that Vince is also a single binary as well.
slyall6 months ago
Going through the docs I find you don&#x27;t actually have a bit about how to make your website to use it. I mean I can work it would and it&#x27;ll be obvious to proper front end developers but at not point do you say:<p>&quot;Add the following line to you page source to send data to Vince&quot;
gonafr6 months ago
How this compares to umami (<a href="https:&#x2F;&#x2F;umami.is&#x2F;" rel="nofollow">https:&#x2F;&#x2F;umami.is&#x2F;</a>)?
评论 #42278629 未加载
brokegrammer6 months ago
This is amazing! I self host Plausible but don&#x27;t like depending on Clickhouse and Postgres because they&#x27;re annoying to upgrade.<p>What kind of database is this using though? I don&#x27;t know enough Go to figure it out from the source.
评论 #42272172 未加载
评论 #42272177 未加载
kukkeliskuu6 months ago
This is great. For me the commercial Plausible is just not plausible. I have a site with 2M page views, with most of the pages cached, which keeps the server costs minimal, I pay around 50 USD per month. I don&#x27;t get much revenue from the site. I want to show visit counts on the site. For 2M page views, Plausible (with the stats API) would cost 189 USD per month, quadrupling my costs.
评论 #42281951 未加载
评论 #42287069 未加载
评论 #42282712 未加载
lovegrenoble6 months ago
Is is a Plausible clone? <a href="https:&#x2F;&#x2F;plausible.io" rel="nofollow">https:&#x2F;&#x2F;plausible.io</a>
评论 #42272419 未加载
lomkju6 months ago
Nice Work! Very easy to install and use.<p>I deployed this on our cloud (excloud.in) in less than 2 mins.<p>Anyone you can use the below k8s manifest to deploy it to their k8s cluster. Just change the admin password before doing so.<p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;lomkju&#x2F;90fe7500d8cf854bf3b7c2f26aa580e0" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;lomkju&#x2F;90fe7500d8cf854bf3b7c2f26aa58...</a>
评论 #42282123 未加载
cebert6 months ago
If you haven’t checked it out yet, Serverless Website Analytics, is a great solution for this too. It’s easy to deploy and very inexpensive to run. I’ve been using it and am quite happy with it. <a href="https:&#x2F;&#x2F;github.com&#x2F;rehanvdm&#x2F;serverless-website-analytics">https:&#x2F;&#x2F;github.com&#x2F;rehanvdm&#x2F;serverless-website-analytics</a>
评论 #42270503 未加载
aaronbrethorst6 months ago
Looks interesting. What sort of memory requirements does it have and how does it persist data?
评论 #42284537 未加载
paradite6 months ago
Not sure why I would use this over Plausible CE on docker. Does it consume less memory&#x2F;CPU?<p>Also I am pretty sure Plausible CE doesn&#x27;t limit number of sites &#x2F; events, unlike what&#x27;s listed in &quot;Comparison with Plausible Analytics&quot;.
评论 #42275066 未加载
t0mas886 months ago
It says GDPR compliant and no cookies on the project page. How are unique visitors calculated? And I&#x27;m assuming it can&#x27;t link conversions to campaigns without some cookie-alternative?
评论 #42272691 未加载
评论 #42273230 未加载
评论 #42273043 未加载
评论 #42283718 未加载
sira046 months ago
Looks great!<p>I found a small bug, if you click Expand in the Top Pages section, the Time on Page column has NaNs.<p>Dark mode for the dashboard and showing realtime current visitors in the &lt;title&gt; would be great.
manishsharan6 months ago
I think the reason some of us continue using Google Analytics is its demographic data. That information is not available elsewhere as far as I know , which I admit is not a lot.
skeptrune6 months ago
Cool that there are so many of these now. Currently self hosting plausible and it does seem quite barebones. Will have to give this a shot!
samdung6 months ago
This is great. I&#x27;m def going to use it.<p>Minor bug: &quot;See Live Demo Dashboard&quot; url is wrongly pointed.
cchance6 months ago
&quot;see live dashboard&quot; button on main page just... goes to the top of the page lol
QuasarLogic6 months ago
can we compare it with Shynet? <a href="https:&#x2F;&#x2F;github.com&#x2F;milesmcc&#x2F;shynet">https:&#x2F;&#x2F;github.com&#x2F;milesmcc&#x2F;shynet</a><p>Shynet is similarly self hostable, and has a tiny footprint..
cpursley6 months ago
How would y’all go about building analytics into a professional marketplace type of app where you can provide the professional with their own profile page stats (in a reliable way)?
rasso6 months ago
Does this work on your average 10,-&#x2F;month shared hosting server? If so, it might really be „for everyone“. Otherwise, we are stuck with matomo.
评论 #42273611 未加载
notRobot6 months ago
The dashboard demo isn&#x27;t working :(
8ig86 months ago
Matomo is another one…<p><a href="https:&#x2F;&#x2F;matomo.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;matomo.org&#x2F;</a>
Oras6 months ago
If you don&#x27;t have plans to offer saas, what are you trying to achieve from it?<p>I mean, it is quite nice to have binary installation hosted on a single VPS, but will you support it?
评论 #42273521 未加载
drchaim6 months ago
this is great, congrats!