Hello World, GoLazylatest blog entry

The Go framework
to build webs.

GoLazy handles the web. Your services handle the business.

An opinionated, server-first framework for building and shipping complete web applications in Go. Keep business behavior in plain Go services you own while GoLazy gives everything from routes and views to jobs, deployment, and upgrades one coherent application model.

App layout

Everything has one obvious home.

app/
  controllers/
  views/
  public/
services/
init/
cmd/app/
More

01 / Three ideas

Small framework.
Clear opinions.

02

Agent framework.

GoLazy comes with .skills to ensure models behave properly. It also includes an MCP server for easily exposing your services to your personal agent.

Hello World, GoLazy ->

03 / Install

Make a web.

Install the CLI, create the app, and let the devpanel keep the loop visible.

$ curl -fsSL https://golazy.dev/install.sh | sh
$ lazy new github.com/you/myweb
$ cd myweb && lazy

04 / Keep going

Next steps.

  1. 01Guides
  2. 02Features
  3. 03Packages