Alpha

The web framework for dummies

Server-first full stack web framework for building websites, deploy anywhere.

go get -u github.com/gale/gale-framework

What is Gale?

Gale is a web framework that combines the best of Go, HTMX, and Templ. It's designed to be simple and fast, with a focus on developer experience.

Dynamic Islands

Dynamic server-rendered content on demand, incrementally or statically.
Optimize your websites while keeping the dynamic nature of your content.

Code-Split & File-Based Routing

Use nested folders to define routes and keep your pages organized.
Code-split your application to minimize page load times by only importing the code relevant for your route.

  • routes/
    • handler.go
    • template.templ
    • reviews/
    • handler.go
    • template.templ
    • contact/
    • handler.go
    • template.templ

Each route is compiled to its own binary, ready for Lambda deploy.

Extensible by nature

Build plugins to extend your development experience or deploy your production builds to any cloud service.

Tailwind
Esbuild
TypeScript
Vercel
Static
Rock your own