Generate types for TS

This page summarizes the projects mentioned and recommended in the original post on /r/golang

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. typescriptify-golang-structs

    A Golang struct to TypeScript class/interface converter

    I've used https://github.com/tkrajina/typescriptify-golang-structs and it's worked for me so far, relatively simple so you can be up in minutes.

  2. 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
  3. tygo

    Generate Typescript types from Golang source code

    I use https://github.com/gzuidhof/tygo for generating my TS types directly from go structs.

  4. htmx

    </> htmx - high power tools for HTML

    However, I recently moved off the svelte stack onto something a bit more novel: HTMX and Hyperscript. It has been absolutely life changing, through and through. By using both, everything I do is in Go, and some very easy to understand Hyperscript. No more node, no more NPM madness, etc. I'm working 10x faster, and writing almost everything in Go -- you don't need types between languages if all you use is one language.

  5. Wails

    Create beautiful applications using Go

    The wails project does this when. You can check it out here https://github.com/wailsapp/wails/blob/master/v2/internal/typescriptify/typescriptify.go for inspection.

  6. goa

    Design-first Go framework that generates API code, documentation, and clients. Define once in an elegant DSL, deploy as HTTP and gRPC services with zero drift between code and docs.

  7. oto

    Go driven rpc code generation tool for right now. (by pacedotdev)

    You should check out https://github.com/pacedotdev/oto.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • TypeScript vs Go: Choosing Your Backend Language

    10 projects | dev.to | 8 Nov 2024
  • Building microservices in Go with Fiber

    6 projects | dev.to | 22 Mar 2022
  • 🚀 Building Observable gRPC Streaming Services with GoFr: A Step-by-Step Guide

    1 project | dev.to | 15 May 2025
  • Effortless Event-Driven Go APIs with GoFr: The Simplest Pub/Sub You’ll Ever Code

    2 projects | dev.to | 14 May 2025
  • The Microservices Backlash: Over-Engineering or Misunderstood Architecture?

    1 project | dev.to | 29 Apr 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?