{"id":69760,"library":"flamego-flamego","title":"Flamego","description":"A fantastic modular Go web framework with a slim core but limitless extensibility.","status":"active","version":"1.12.0","language":"go","source_language":null,"source_url":"https://github.com/flamego/flamego","tags":["web-framework","modular","go"],"install":[{"cmd":"go get github.com/flamego/flamego","lang":"bash","label":"Install github.com/flamego/flamego"}],"dependencies":[],"imports":[{"symbol":"flamego","correct":"github.com/flamego/flamego"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"net/http\"\n\t\"github.com/flamego/flamego\"\n)\n\nfunc main() {\n\tf := flamego.New()\n\tf.Get(\"/\", func() string {\n\t\treturn \"Hello, Flamego!\"\n\t})\n\thttp.ListenAndServe(\":8080\", f)\n}","lang":"go","description":"Create a basic Flamego web server with a single route."},"warnings":[],"env_vars":null,"search_vec":"'core':11 'extens':14 'fantast':3 'flamego':1 'framework':7,17 'go':5,19 'limitless':13 'modular':4,18 'slim':10 'web':6,16 'web-framework':15","created_at":"2026-06-17T18:05:34.238248+00:00","updated_at":"2026-06-17T18:05:34.238248+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/flamego/flamego","github":"https://github.com/flamego/flamego","docs":"https://pkg.go.dev/github.com/flamego/flamego#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}