MCPcopy Index your code
hub / github.com/gobuffalo/buffalo

github.com/gobuffalo/buffalo @v1.1.4

repository ↗ · DeepWiki ↗ · release v1.1.4 ↗ · Ask this repo → · + Follow
887 symbols 4,477 edges 152 files 387 documented · 44% updated 3mo agov1.1.4 · 2026-03-20★ 8,39822 open issues
README

PkgGoDev Go Report Card Open Source Helpers

Buffalo

A Go web development eco-system, designed to make your project easier.

Buffalo helps you to generate a web project that already has everything from front-end (JavaScript, SCSS, etc.) to the back-end (database, routing, etc.) already hooked up and ready to run. From there it provides easy APIs to build your web application quickly in Go.

Buffalo isn't just a framework; it's a holistic web development environment and project structure that lets developers get straight to the business of, well, building their business.

I :heart: web dev in go again - Brian Ketelsen

Versions

The current stable version of Buffalo core is v1 (v1 branch).

Versions (branches): * main is for the current mainstream development. * v1 is the current stable release.

⚠️ Important

Buffalo works only with Go modules. GOPATH mode is likely to break most of the functionality of the Buffalo eco-system. Please see this blog post for more information.

Also, the Buffalo team actively gives support to the last 2 versions of Go, which at the moment are Go 1.23 and 1.24. While Buffalo may work on older versions, we encourage you to upgrade to latest 2 versions of Go for a better development experience.

Documentation

Please visit http://gobuffalo.io for the latest documentation, examples, and more.

Quick Start

Shoulders of Giants

Buffalo would not be possible if not for all of the great projects it depends on. Please see SHOULDERS.md to see a list of them.

Templating

github.com/gobuffalo/plush - This templating package was chosen over the standard Go html/template package for a variety of reasons. The biggest of which is that it is significantly more flexible and easy to work with.

Routing

github.com/gorilla/mux - This router was chosen because of its stability and flexibility. There might be faster routers out there, but this one is definitely the most powerful!

Models/ORM (Optional)

github.com/gobuffalo/pop - Accessing databases is nothing new in web applications. Pop, and its command line tool, Soda, were chosen because they strike a nice balance between simplifying common tasks, being idiomatic, and giving you the flexibility you need to build your app. Pop and Soda share the same core philosophies as Buffalo, so they were a natural choice.

Sessions, Cookies, WebSockets, and more

github.com/gorilla - The Gorilla toolkit is a great set of packages designed to improve upon the standard library for a variety of web-related packages. With these high-quality packages Buffalo can keep its "core" code to a minimum and focus on its goal of gluing them all together to make your life better.

Benchmarks

Oh, yeah, everyone wants benchmarks! What would a web framework be without its benchmarks? Well, guess what? I'm not giving you any! That's right. This is Go! I assure you that it is plenty fast enough for you. If you want benchmarks you can either a) check out any benchmarks that the GIANTS Buffalo is built upon having published, or b) run your own. I have no interest in playing the benchmark game, and neither should you.

Contributing

First, thank you so much for wanting to contribute! It means so much that you care enough to want to contribute. We appreciate every PR from the smallest of typos to the be biggest of features.

Here are the core rules to respect:

  • If you have any question, please consider using the Slack channel (-#buffalo-, #buffalo_fr or #buffalo-dev for contribution related questions) or Stack Overflow. We use GitHub issues for bug reports and feature requests only.
  • All contributors of this project are working on their free time: be patient and kind. :-
  • Consider opening an issue BEFORE creating a Pull request (PR): you won't lose your time on fixing non-existing bugs, or fixing the wrong bug. Also we can help you to produce the best PR!
  • Open a PR against the main branch if your PR is for mainstream or version specific branch e.g. v1 if your PR is for specific version. Note that the valid branch for a new feature request PR should be main while a PR against a version specific branch are allowed only for bugfixes.

For the full contribution guidelines, please read CONTRIBUTING.

Extension points exported contracts — how you extend this code

Renderer (Interface)
Renderer interface that must be satisfied to be used with buffalo.Context.Render [7 implementers]
render/renderer.go
ContenTypeBinder (Interface)
ContenTypeBinder are those capable of handling a request type like JSON or XML [4 implementers]
binding/types.go
Resource (Interface)
Resource interface allows for the easy mapping of common RESTful actions to a set of paths. See the a.Resource documenta [3 …
resource.go
ParamValues (Interface)
ParamValues will most commonly be url.Values, but isn't it great that you set your own? :) [2 implementers]
context.go
Bindable (Interface)
Bindable when implemented, on a type will override any Binders that have been configured when using buffalo#Context.Bind [2 …
binding/bindable.go
Sender (Interface)
Sender interface for any upcoming mailers. [2 implementers]
mail/sender.go
Sender (Interface)
Sender is the interface that wraps the Send method. Send sends an email to the given addresses. [2 implementers]
mail/internal/mail/send.go
RouteNamer (Interface)
RouteNamer is in charge of naming a route from the path assigned, this name typically will be used if no name is assined [1 …
routenamer.go

Core symbols most depended-on inside this repo

New
called by 306
route_mappings.go
HTML
called by 98
render/html.go
Get
called by 93
context.go
GET
called by 91
route_mappings.go
New
called by 86
app.go
String
called by 72
render/sse.go
Render
called by 71
render/renderer.go
String
called by 69
worker/job.go

Shape

Method 376
Function 366
Struct 91
Interface 23
FuncType 16
TypeAlias 15

Languages

Go100%

Modules by API surface

router_test.go44 symbols
mail/internal/mail/message.go42 symbols
render/auto_test.go26 symbols
route_mappings.go24 symbols
mail/internal/mail/smtp.go24 symbols
default_context_test.go24 symbols
default_context.go23 symbols
context.go21 symbols
mail/internal/mail/writeto.go20 symbols
worker/simple.go17 symbols
render/template_test.go17 symbols
render/template.go16 symbols

Dependencies from manifests, versioned

github.com/aymerick/douceurv0.2.0 · 1×
github.com/fatih/structsv1.1.0 · 1×
github.com/felixge/httpsnoopv1.0.1 · 1×
github.com/gobuffalo/envyv1.10.2 · 1×
github.com/gobuffalo/eventsv1.4.3 · 1×
github.com/gobuffalo/flectv1.0.3 · 1×
github.com/gobuffalo/github_flavored_markdownv1.1.4 · 1×
github.com/gobuffalo/helpersv0.6.10 · 1×

For agents

$ claude mcp add buffalo \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact