Skip to content
@fastygo

FastY Go

as fasty possible with Go

FastY Go

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

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 ui8kit/registry
Styling Tailwind CSS v4
Storage bbolt
Sessions fasthttp/session

Pinned Loading

  1. context context Public

    Universal Go core for project-scoped context management, retrieval, indexing, and agent orchestration

    Go

  2. framework framework Public

    This project started as a practical bootstrap for teams that need a repeatable dashboard baseline without waiting on a monolithic framework setup

    Go

  3. panel panel Public

    A reusable Go control-plane package for admin panels and business application consoles

    Go

  4. blank blank Public

    Simple and private single-user cabinet built on FastyGo Framework, Panel, and UI8Kit

    templ

Repositories

Showing 10 of 13 repositories

Top languages

Loading…

Most used topics

Loading…