Skip to content
View hasanhg's full-sized avatar

Block or report hasanhg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hasanhg/README.md

Hey, I'm Hasan

Backend engineer building things with Go, WebAssembly, and real-time systems.

gofred.io


Gofred — Go + WebAssembly UI Framework

Build responsive web applications in pure Go. No JavaScript. No templates. Just Go → WASM → Browser.

package main

import (
    "github.com/gofred-io/gofred/application"
    "github.com/gofred-io/gofred/foundation/text"
)

func main() {
    application.Run(text.New("Hello, gofred!"))
}

Composable widgets · Built-in routing · Responsive layouts · Type-safe at compile time

Website · GitHub · CLI


Go  ·  TypeScript  ·  Dart/Flutter  ·  Kubernetes  ·  PostgreSQL  ·  Redis  ·  gRPC

Pinned Loading

  1. gofred-io/gofred gofred-io/gofred Public

    Build responsive web applications in Go using WebAssembly. Composable widgets, routing, and responsive layout.

    Go 53 2

  2. gofred-io/gofred-website gofred-io/gofred-website Public

    Gofred Website — Official website and documentation for the Gofred Go + WASM UI framework.

    Go 3

  3. gofred-io/gofred-cli gofred-io/gofred-cli Public

    JavaScript 1