Skip to content
@fastygo

FastY Go

as fasty possible with Go

FastY Go

Minimal-dependency Go stack for building fast, server-rendered web applications.

UI8Kit — typed component kit built on templ and Tailwind CSS, inspired by shadcn/ui. Server-side HTML rendering with zero JavaScript frameworks.

go get github.com/fastygo/ui8kit@latest

Principles

  • Fewer dependencies, fewer problems. Every package in the stack is chosen for doing one thing well with minimal transitive imports.
  • Server-rendered by default. HTML is built on the server, sent to the browser, done. Add interactivity only where it matters.
  • Type safety without ceremony. Go structs as component props. Compile-time checks. No reflection, no interface{}.
  • Production from day one. Embedded assets, single binary deploys, no build tools required at runtime.

Stack

Layer What
HTTP fasthttp
Routing fasthttp/router
Templates a-h/templ
Components fastygo/ui8kit
Styling Tailwind CSS v4
Storage bbolt
Sessions fasthttp/session

Get started

import (
    "github.com/fastygo/ui8kit/ui"
    "github.com/fastygo/ui8kit/layout"
)

Documentation: github.com/fastygo/ui8kit/docs

Contributing

We welcome contributions of all sizes. See CONTRIBUTING.md in the ui8kit repository.

Pinned Loading

  1. ui8kit ui8kit Public

    UI8Kit is a component kit for Go + templ + Tailwind CSS in the style of shadcn/ui design tokens. It provides a set of composable, type-safe UI primitives that render server-side HTML with Tailwind …

    Go

  2. guidocker guidocker Public

    A lightweight PaaS for managing Docker applications. Deploy, monitor, and clean up compose-based stacks from a single control surface

    Go

  3. backend backend Public

    High-performance Go backend service using fasthttp for ultra-fast REST APIs. Implements Clean Architecture with domain-driven design for maximum maintainability and scalability

    Go

  4. crud crud Public

    A lightweight Content Management System (CMS) built with Go, focusing on high performance using fasthttp and quicktemplate

    Go 1

Repositories

Showing 9 of 9 repositories
  • hubrelay Public

    HubRelay is built for SREs, platform engineers, and operators who need a stable control surface on a host

    fastygo/hubrelay’s past year of commit activity
    Go 0 0 0 0 Updated Apr 1, 2026
  • guidocker Public

    A lightweight PaaS for managing Docker applications. Deploy, monitor, and clean up compose-based stacks from a single control surface

    fastygo/guidocker’s past year of commit activity
    Go 0 0 0 0 Updated Mar 29, 2026
  • paas-runner Public

    is a single-binary Go CLI that executes a deterministic YAML DSL locally or over SSH.

    fastygo/paas-runner’s past year of commit activity
    Go 0 MIT 0 0 0 Updated Mar 27, 2026
  • .github Public

    ✨A dedicated repository containing the FastY Go development profile, as well as a README file with detailed instructions on how to maximize application performance

    fastygo/.github’s past year of commit activity
    0 0 0 0 Updated Mar 25, 2026
  • ui8kit Public

    UI8Kit is a component kit for Go + templ + Tailwind CSS in the style of shadcn/ui design tokens. It provides a set of composable, type-safe UI primitives that render server-side HTML with Tailwind utility classes

    fastygo/ui8kit’s past year of commit activity
    Go 0 MIT 0 0 0 Updated Mar 25, 2026
  • backend Public

    High-performance Go backend service using fasthttp for ultra-fast REST APIs. Implements Clean Architecture with domain-driven design for maximum maintainability and scalability

    fastygo/backend’s past year of commit activity
    Go 0 MIT 0 0 0 Updated Nov 24, 2025
  • paas Public
    fastygo/paas’s past year of commit activity
    Shell 0 MIT 0 0 0 Updated Nov 18, 2025
  • sso-tested Public
    fastygo/sso-tested’s past year of commit activity
    0 0 0 0 Updated Nov 17, 2025
  • crud Public

    A lightweight Content Management System (CMS) built with Go, focusing on high performance using fasthttp and quicktemplate

    fastygo/crud’s past year of commit activity
    Go 1 MIT 0 0 0 Updated Nov 12, 2025

Top languages

Go Shell

Most used topics

Loading…