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 10 of 10 repositories

Top languages

Loading…

Most used topics

Loading…