A modern web application stack combining:
- Go (Backend)
- HTMX (Frontend Interactivity)
- Tailwind CSS + DaisyUI (Styling)
- Server-Side Rendering
- Real-time capabilities with SSE
- Built-in tools and utilities
- API documentation with Swagger
- Modern responsive design
- Zero client-side JavaScript (optional)
- Clone this repository
- Copy
.env.example
to.env
- Run
go mod download
- Start the server:
go run main.go
- Install swag by running
go install github.com/swaggo/swag/cmd/swag@latest
- Visit
/api/swagger/index.html
after starting the server
Check out the /posts
route for blogging examples
MIT