TypeScript Analytics

Open-source TypeScript projects categorized as Analytics

Top 23 TypeScript Analytic Projects

  1. Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

    Project mention: Grafana 12 just leveled up observability as code and dashboards that think | dev.to | 2025-05-17

    GitHub repo

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. Umami

    Umami is a modern, privacy-focused alternative to Google Analytics.

    Project mention: How do I use Vercel to host Umami? | dev.to | 2025-04-15

    Basically Umami is open-source tool that allows us - content creators collect data about our users. For example, I like to track the way users come to my blog or most popular articles, so I can modify pinned ones. Also, it's focused on privacy. For example, user data are analyzed by default, also there is no cross-site tracking, so umami tracks users only on a particular website.

  4. postiz-app

    📨 The ultimate social media scheduling tool, with a bunch of AI 🤖

    Project mention: Postiz Introduces MCPs | news.ycombinator.com | 2025-04-15
  5. partytown

    Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉

    Project mention: Partytown: Run Third-Party Scripts from a Web Worker | news.ycombinator.com | 2024-10-17
  6. langfuse

    🪢 Open source LLM engineering platform: LLM Observability, metrics, evals, prompt management, playground, datasets. Integrates with OpenTelemetry, Langchain, OpenAI SDK, LiteLLM, and more. 🍊YC W23

    Project mention: AWS open source newsletter, #207 | dev.to | 2025-02-27

    I have been spending a lot of time exploring AI Coding Assistants like Amazon Q Developer to see how they can help open source developers, and Ricardo Tasso came up with a great example in how he is using Q Developer to generate deployment configurations for Kubernetes. He has written this up in his post, Creating Deployment Configurations for EKS with Amazon Q so go check it out (you can get started with Amazon Q Developer for free by registering your Builder ID here). Langfuse is an open source LLM engineering platform that helps teams collaboratively develop, monitor, evaluate, and debug AI applications. AWS Community Builder Matsuda shows you how you can deploy this, using CDK to make it simple. If this sounds like something you are interested in, go read the post Self-Hosting Langfuse v3 on AWS Using CDK.

  7. openreplay

    Session replay, cobrowsing and product analytics you can self-host. Ideal for reproducing issues and iterating on your product.

  8. amplify-js

    A declarative JavaScript library for application development using cloud services.

    Project mention: AWS Amplify (Gen2) with SvelteKit: authentication on SSR | dev.to | 2024-10-14

    This codes mimic Next.js one.

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. hyperdx

    Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.

    Project mention: Top 16 DevOps Tools for 2025: (Excellent for SREs, Too!) | dev.to | 2025-02-11

    HyperDX

  11. growthbook

    Open Source Feature Flagging and A/B Testing Platform

    Project mention: Progressive frustration | dev.to | 2025-04-18

    I first tried to use growthbook. They had only react support. I thought - I could use the js sdk and work around it. Ok fine. It seemed a bit complicated to use in terms of their UI. Okay fine, I try to find an easier one maybe I can self-host. That way I could even put it behind cloudflare CDN and use caching on it and clever cache-busting when I change values could help propagate changes. Okay fine I have a plan. I ended up going with Flagsmith instead. It was even easier. Perfect.

  12. rybbit

    🐸 Rybbit - open-source and privacy-friendly alternative to Google Analytics that is 10x more intuitive.

    Project mention: Rybbit Analytics: The Privacy-Friendly Web Analytics Revolution! | dev.to | 2025-05-12

    View the Project on GitHub

  13. openpanel

    All the goodies from both Mixpanel and Plausible combined into one tool.

    Project mention: AIM Weekly 27 May 2024 | dev.to | 2024-05-28
  14. helicone

    🧊 Open source LLM observability platform. One line of code to monitor, evaluate, and experiment. YC W23 🍓

    Project mention: 10 open-source MCPs that make your AI agents smarter than your team lead | dev.to | 2025-05-09

    Helicone logs, monitors, and debugs your LLM calls

  15. player

    UI components and hooks for building video/audio players on the web. Robust, customizable, and accessible. Modern alternative to JW Player and Video.js. (by vidstack)

  16. amplify-cli

    The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.

  17. pretzelai

    The modern replacement for Jupyter Notebooks

    Project mention: Ruby in Jupyter Notebook | news.ycombinator.com | 2024-08-27

    I see, interesting. Hadn't come upon this use-case before but makes sense.

    I've made a GitHub issue for this feature: https://github.com/pretzelai/pretzelai/issues/142

    If you'd like to be updated when we have this feature in, please leave a comment on the issue. Alternatively, my email is in my bio - feel free to email me so that when we have this feature, we can send you an update!

  18. ossinsight

    Analysis, Comparison, Trends, Rankings of Open Source Software, you can also get insight from more than 7 billion with natural language (powered by OpenAI). Follow us on Twitter: https://twitter.com/ossinsight

  19. langwatch

    The open LLM Ops platform - Traces, Analytics, Evaluations, Datasets and Prompt Optimization ✨

    Project mention: Revolutionizing LLM Development: LangWatch - Your All-in-One LLM Ops Platform | dev.to | 2025-03-12

    View the Project on GitHub

  20. OpenSearch-Dashboards

    📊 Open source visualization dashboards for OpenSearch.

  21. counterscale

    Scalable web analytics you run yourself on Cloudflare

    Project mention: Ask HN: How to build site with payment, subscriptions, user login, registration | news.ycombinator.com | 2024-08-07

    Ruby on Rails, Pay Gem for Payments, Devise for Login/Registration (Auth), a StaticPages controller for Landing/Product pages.

    I would then use the Litestack gem: https://github.com/oldmoe/litestack + SQLite to get your DB/Cache/Job Queue working, deploy with Kamal, behind Cloudflare on a $5 Hetzner VM.

    I go from idea to live app in an afternoon with this stack. I haven't gotten around to it yet, but moving all my apps to essentially free analytics dashboard/visibility with https://github.com/benvinegar/counterscale, Free APM with ScoutAPM.

    If anything is ever successful, scaling is super easy. Pay for a beefier Hetzner instance, and/or start to move your DB/Cache/Job Queue off of the litestack defaults with a single LOC. Move to AWS services because those are web scale or something.

    I've yet to find a better stack for the vast majority of use cases.

  22. duckdb-wasm

    WebAssembly version of DuckDB

    Project mention: The DuckDB Local UI | news.ycombinator.com | 2025-03-12
  23. mintable

    🍃 Automate your personal finances – for free, with no ads, and no data collection.

  24. trench

    Trench — Open-Source Analytics Infrastructure. A single production-ready Docker image built on ClickHouse, Kafka, and Node.js for tracking events, page views. Easily build product analytics dashboards, LLM RAGs, observability platforms, or any other analytics product.

    Project mention: Big Money vs. Small Money - FAV0 Weekly #020 | dev.to | 2024-11-03

    Open Source Analytics Infrastructure

  25. aptabase

    ✨ Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps

    Project mention: Top 8 Traffic Monitoring Tools for Next.js App | dev.to | 2024-10-04

    8. Aptabase

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Analytics discussion

Log in or Post with

TypeScript Analytics related posts

  • Grafana 12 just leveled up observability as code and dashboards that think

    1 project | dev.to | 17 May 2025
  • Rybbit Analytics: The Privacy-Friendly Web Analytics Revolution!

    1 project | dev.to | 12 May 2025
  • Send Node.js logs from Docker to Grafana Cloud with Alloy

    2 projects | dev.to | 2 May 2025
  • Postiz Introduces MCPs

    1 project | news.ycombinator.com | 15 Apr 2025
  • Your last MCP to schedule all your social posts! 🤯

    1 project | dev.to | 15 Apr 2025
  • Stream Logs from Docker to Grafana Cloud with Alloy

    1 project | dev.to | 11 Apr 2025
  • API Pricing Strategies: Segmentation and Personalized Models

    6 projects | dev.to | 9 Apr 2025
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 21 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source Analytic projects in TypeScript? This list will help you:

# Project Stars
1 Grafana 68,021
2 Umami 26,449
3 postiz-app 19,855
4 partytown 13,330
5 langfuse 11,586
6 openreplay 10,093
7 amplify-js 9,515
8 hyperdx 7,848
9 growthbook 6,567
10 rybbit 5,543
11 openpanel 4,137
12 helicone 3,790
13 player 2,859
14 amplify-cli 2,835
15 pretzelai 2,128
16 ossinsight 1,956
17 langwatch 1,862
18 OpenSearch-Dashboards 1,825
19 counterscale 1,718
20 duckdb-wasm 1,586
21 mintable 1,562
22 trench 1,558
23 aptabase 1,327

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?