Skip to content
Thanatat Tamtan edited this page Jun 9, 2026 · 11 revisions

Welcome to the Hime wiki!

Hime is pronounced 姫 (ひめ, hi me) in Japanese.

Hime is a "bring your own handler" Go web framework.

Aim to increase productivity for developing MPA (Multiple-Page Application).

Core focus

  • Add standards to code
  • Compatible with net/http routers
  • Compatible with http.Handler
  • Compatible with net/http middlewares
  • Use standard html/template for views
  • Built-in core functions for building web servers
  • Reduce developer bugs

Hime DOES NOT aim to be the fastest web framework.

Why some functions use panic

Hime tries to reduce developer errors; some errors can be detected during development. Hime will panic for that type of errors.

See Getting Started to start using Hime

Example Projects

Clone this wiki locally