Go-app is a framework that allows you to write reusable component-based UI elements using the Go programming language. It uses a declarative syntax, making it easy to create UI elements by composing with HTML elements, conditions, and bindings. One example is a component that displays a “Hello, World!” message. Go-app also integrates seamlessly with the Go standard HTTP model, allowing you to serve your app easily. Other features include functioning as a single-page application, being SEO friendly, supporting offline mode, and providing state management capabilities.
https://go-app.dev