Gozen
A minimalistic fullstack framework writen in Go
Go to docs Github
gopher
git clone https://github.com/ignitedcms/gozen.git
cd gozen
go run -v .

Built for Go developers

Go developers are traditionally very picky when it comes to what and what they don't want. We've built Gozen with this in mind. It only uses go-chi, a super lightweight Go router and a few Gorilla pacakges. Zero ORMs or any other third party libraries. Ensuring Gozen is lightweight and giving you confidence that things won't break in the future.
Gorilla + Go-chi

Go-zen is blazingly, blazingly fast

Gozen might be lightweight in size but it packs a punch. All the tools you can expect in a full stack framework to get you from zero to 100 fast

Scaffolding, Middleware, Controllers, Models, Templating, Emails, Authentication, Form, validation, Web sockets, Sessions, Rate limiting, SQL builder, Cors, CSRF protection, API only, Flash data, Uploads
Scaffolding
Middleware
Controllers
Models
Templating
Emails
Authentication
Form validation
Web sockets
Sessions
Rate limiting
Sql builder
Cors
Testing
CSRF protection
API only option
Flash data
Uploads

An expressive short syntax

Inspired by python
dashboard

Who is this for?

If you're itching for a Laravel, Ruby on Rails, Django like development experience in Go, you'll fall in love with Gozen