gofastr

DonaldMurillo/gofastr
★ 4 stars Go AI/LLM Updated 10d ago
Declare your app once in a gofastr.yml blueprint — get a server-rendered UI, REST API, OpenAPI, MCP tools, and migrations as plain Go you own. Experimental, AI-agent-first, stdlib-first.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gofastr": {
      "command": "go",
      "args": [
        "run",
        "github.com/DonaldMurillo/gofastr@latest"
      ]
    }
  }
}

README Excerpt

> One `gofastr.yml` blueprint becomes a server-rendered UI **and** a REST API with secure per-user scopes — generated as plain Go you read, commit, and own. GoFastr is an experimental Go full-stack framework built around that one wedge. A blueprint *scaffolds* the whole app — database schema and migrations, REST CRUD with validation and owner/RBAC scoping, a server-rendered UI with island hydration, plus an OpenAPI spec and MCP tools for agents — and emits it as plain Go. The blueprint is an on-

Tools (5)

author_idbodykilnstatustitle