TypeScript Go

Open-source TypeScript projects categorized as Go

Top 23 TypeScript Go 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: Release 13.1.5 · Grafana/Grafana | news.ycombinator.com | 2026-09-03
  2. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  3. signoz

    SigNoz is an open-source, OpenTelemetry-native observability platform for your team and their AI agents. Get logs, metrics, and traces in one tool with features like APM, distributed tracing, log management, infra monitoring, etc. Combined with SigNoz MCP and a native AI teammate (in SigNoz Cloud) it helps you build more resilient apps.

    Project mention: Deploying SigNoz in 2026: A Survival Guide to ClickHouse v25+ and OTel Gotchas | dev.to | 2026-08-19

    The entire SigNoz stack lives inside an isolated Docker network (verne_observability). The SigNoz API and UI container is additionally connected to an internal network (verne_internal). This allows our core API to proxy dashboard requests without exposing the database or internal collector ports to the outside world.

  4. infisical

    Infisical is the open-source platform for secrets, certificates, and privileged access management.

    Project mention: Ask HN: How do small teams securely share env files? | news.ycombinator.com | 2026-05-23

    IMO env files are a bit of an anti-pattern, env vars should be set outside the context of your app so that your app doesn't need to care where they come from, it just uses standard env var APIs to read them.

    With that said, the problem still exists just one layer higher. If they are secrets, I use Infisical (https://infisical.com/) which is free and self-hostable, and let's you inject secrets at runtime via their CLI. Very handy for small teams.

    On top of that, I use direnv (https://direnv.net/) with a hook to infisical's export command. This means when I 'cd' into a project, infisical runs and injects the secrets for my developer environment.

    Everything that isn't secret just lives in .envrc and gets loaded by direnv, and you can just send those files however you want because they aren't sensitive.

  5. coze-studio

    An AI agent development platform with all-in-one visual tools, simplifying agent creation, debugging, and deployment like never before. Coze your way to AI Agent creation.

    Project mention: coze-studio VS astron-agent - a user suggested alternative | libhunt.com/r/coze-studio | 2025-10-29
  6. compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

    Project mention: Everyone Should Know SIMD | news.ycombinator.com | 2026-07-22

    this is amazing https://godbolt.org/, you can just paste a function or a bunch of them and instantly see what is generated. It doesn´t take being an expert to start to recognize the (auto) vectorized bits

  7. console

    Redpanda Console is a developer-friendly UI for managing your Kafka/Redpanda workloads. Console gives you a simple, interactive approach for gaining visibility into your topics, masking data, managing consumer groups, and exploring real-time data with time-travel debugging. (by redpanda-data)

  8. WailBrew

    Minimalistic Homebrew GUI made with Go, Wails and React.

  9. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  10. chronograf

    Open source monitoring and visualization UI for the TICK stack

  11. wasm4

    Build retro games using WebAssembly for a fantasy console.

  12. golangci-lint-action

    Official GitHub Action for golangci-lint from its authors

  13. smocker

    Smocker is a simple and efficient HTTP mock server and proxy

  14. kexp

    k'exp - Kubernetes Explorer

  15. folderhost

    Your own private cloud in one executable. Share files, collaborate on code, and manage users without complex setup.

    Project mention: Show HN: Self-hosted lightweight file sharing app. (folderhost) | news.ycombinator.com | 2026-02-23
  16. live-pprof

    Monitor Go app's performance in seconds, not a day.

  17. mocktail

    Free, 10.5MB, containerized, self-hosted mock server.

  18. unbalance

    Go/React/Tailwind app to move folders/files between Unraid disks

  19. goscript

    Go to TypeScript transpiler (by s4wave)

    Project mention: High-performance Go to TypeScript transpiler | news.ycombinator.com | 2026-07-11
  20. syntax-highlighter

    Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.

  21. AnyAppStart

    Control panel to Start/Stop/View Logs for apps in Docker, Systemd, VMs or anything else (with user scripts)

  22. geoip

    :globe_with_meridians: Geolocation API service -- Run it yourself! | alternative to freegeoip.net (by lrstanley)

  23. Friendly-Feud

    Host your own Feud game. Mobile friendly with built in buzzers.

  24. Prisme Analytics

    ◢ High-perfomance, self-hosted and privacy-focused web analytics service. Written in Go. (by prismelabs)

    Project mention: Ask HN: What Are You Working On? (September 2025) | news.ycombinator.com | 2025-09-29
  25. 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 Go discussion

Log in or Post with

TypeScript Go related posts

  • Gomukit – MCP Apps Widget for go-MCP servers

    1 project | news.ycombinator.com | 6 Aug 2026
  • Ask HN: Share Your Eccentric Hobby

    3 projects | news.ycombinator.com | 24 Jul 2026
  • Beautiful Type Erasure with C++26 Reflection

    2 projects | news.ycombinator.com | 14 Jul 2026
  • High-performance Go to TypeScript transpiler

    1 project | news.ycombinator.com | 11 Jul 2026
  • Give Your AI Assistant a Private Memory

    2 projects | dev.to | 10 Jul 2026
  • Pointers and Tuning and Loops! Oh My!

    1 project | dev.to | 18 Jun 2026
  • Ask HN: Who is hiring? (May 2026)

    13 projects | news.ycombinator.com | 1 May 2026
  • A note from our sponsor - AppSignal
    www.appsignal.com | 6 Sep 2026
    APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →

Index

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

# Project Stars
1 Grafana 76,567
2 signoz 32,003
3 infisical 29,109
4 coze-studio 21,514
5 compiler-explorer 19,046
6 console 4,327
7 WailBrew 2,807
8 chronograf 1,568
9 wasm4 1,527
10 golangci-lint-action 1,448
11 smocker 1,284
12 kexp 933
13 shortlink 768
14 folderhost 333
15 live-pprof 318
16 mocktail 276
17 unbalance 256
18 goscript 228
19 syntax-highlighter 226
20 AnyAppStart 214
21 geoip 176
22 Friendly-Feud 139
23 Prisme Analytics 131

Sponsored
Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
www.appsignal.com

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