Go Webapp

Open-source Go projects categorized as Webapp

Top 23 Go Webapp Projects

  1. yao

    ✨ Yao is an all-in-one application engine that enables developers to create web apps, REST APIs, business applications, and more, with AI as a development partner.

    Project mention: Top 11 Open Source Internal Tools with the Most GitHub Stars | dev.to | 2024-09-03

    GitHub https://github.com/YaoApp/yao GitHub Star 7.1k GitHub Fork 650k GitHub Issue 76 GitHub Pull Request / GitHub Contributor 9 Most Recent Update on GitHub Within one day Open Source License Apache-2.0 Official Website https://yaoapps.com/ Documentation /

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. gowebly

    🔥 A next-generation CLI tool that makes it easy to create amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js, and the most popular CSS frameworks on the frontend.

    Project mention: Dependency management fatigue, or why I forever ditched React for Go+Htmx+Templ | news.ycombinator.com | 2024-12-03

    That's Go's out-of-the-box experience. Maybe you're looking for something to scaffold projects? There are plenty around, I've been using https://gowebly.org

  4. galene

    The Galène videoconference server

    Project mention: Peer-to-peer file transfers in the browser | news.ycombinator.com | 2025-03-12

    Now tell the receiver to connect to <https://galene.org:8443/group/public/somethingdifficulttogue...> and login as john with an empty password.

  5. goapp

    An opinionated guideline to structure & develop a Go web application/service

    Project mention: GO — Estrutura de projetos | dev.to | 2024-06-18

    https://dev.to/booscaaa/implementando-clean-architecture-com-golang-4n0a https://github.com/golang-standards/project-layout https://blog.boot.dev/golang/golang-project-structure/ https://github.com/bnkamalesh/goapp https://www.wolfe.id.au/2020/03/10/how-do-i-structure-my-go-project/ https://blog.logrocket.com/flat-structure-vs-layered-architecture-structuring-your-go-app/ https://developer20.com/how-to-structure-go-code/ https://dev.to/jinxankit/go-project-structure-and-guidelines-4ccm https://github.com/bxcodec/go-clean-arch https://golangexample.com/example-go-clean-architecture-folder-pattern/ https://www.calhoun.io/flat-application-structure/ https://go.dev/doc/effective_go#names https://go.dev/blog/package-names

  6. clace

    App deployment simplified. GitOps without the hassles. Hypermedia based internal tools for teams. AppServer for containerized apps.

    Project mention: Deploy from local to production (self-hosted) | news.ycombinator.com | 2025-03-08

    Another option you could consider is a tool I have been building for deploying webapps across a team. https://github.com/claceio/clace has the usual deployment related functionality like gitops, TLS certs.

    It has some unique features like supporting OAuth authentication for the apps, staging env for each app (code and config changes are staged before deployment), supporting declarative update, supporting hypermedia based apps natively etc.

  7. go-web-app-antipatterns

    Short examples of common anti-patterns in Go Web Applications.

  8. aws-s3-proxy

    Reverse proxy for AWS S3 with basic authentication.

  9. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  10. traefik-crowdsec-bouncer

    A http service to verify request and bounce them according to decisions made by CrowdSec.

  11. hiboot

    hiboot is a high performance web and cli application framework with dependency injection support

  12. pcz

    A reimagination of Go, using unmodified official toolchain

  13. gomodest

    A complex SAAS starter kit using Go, the html/template package, and sprinkles of javascript.

  14. gotuna

    GoTuna a lightweight web framework for Go with mux router, middlewares, user sessions, templates, embedded views, and static file server.

  15. go-webapp-example

    Example web application written in Go

  16. torque

    `torque` is a web framework for building hypermedia driven applications in Go

  17. count

    Comparing serverless platforms

  18. gateCracker-REST

  19. cleodora

    🔮📈 Making, tracking and improving personal forecasts (e.g. the weather tomorrow or your salary in 2 years).

  20. git-syr

    Sync Your Repos - pull or push your git repos regularly. For dotfiles backups or note taking in git repo

  21. hansip

    Group file sharing using End-to-End Encryption

  22. goMirror

    Web remote control, written in Go

  23. git-confed

    Edit .git/config with predefined blocks

  24. moni

    A command line tool for Monibot - Website-, Server- and Application Monitoring

  25. go-todo

    Todo app graphql api

  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).

Go Webapp discussion

Log in or Post with

Go Webapp related posts

  • Dependency management fatigue, or why I forever ditched React for Go+Htmx+Templ

    8 projects | news.ycombinator.com | 3 Dec 2024
  • Self-Hosting Applications on Raspberry Pi 5

    2 projects | dev.to | 17 Aug 2024
  • A practical approach to structuring Golang apps

    2 projects | dev.to | 8 Feb 2024
  • What can Golang be used for / what have you used it for, other than building web APIs?

    1 project | /r/golang | 1 Oct 2023
  • Calling Profesh Go developers for some suggestions on a good directory structure, architecture and design suggestion for a Go based backend API ?

    3 projects | /r/golang | 24 Apr 2023
  • NiceGUI 1.2.9 with "refreshable" UI functions, better dark mode support and an interactive styling demo

    11 projects | /r/Python | 21 Apr 2023
  • Cleodora Forecasting: Software to track personal forecasts/predictions and systematically improve at making them

    1 project | /r/u_waynerad | 23 Mar 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 yao 7,232
2 gowebly 1,073
3 galene 1,023
4 goapp 944
5 clace 575
6 go-web-app-antipatterns 410
7 aws-s3-proxy 328
8 traefik-crowdsec-bouncer 286
9 hiboot 181
10 pcz 169
11 gomodest 80
12 gotuna 48
13 go-webapp-example 43
14 torque 38
15 count 27
16 gateCracker-REST 25
17 cleodora 23
18 git-syr 23
19 hansip 18
20 goMirror 11
21 git-confed 10
22 moni 7
23 go-todo 4

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai