Track Awesome Fiber Updates Daily
✨ A curated list of awesome Fiber middlewares, boilerplates, recipes, articles and tools.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 gofiber/awesome-fiber · ⭐ 810 · 🏷️ Back-End Development
Apr 25, 2026
📁 Recipes / 🌱 Third Party
- kubestellar/console (⭐62) - AI-powered multi-cluster Kubernetes dashboard built on Fiber, with real-time observability and CNCF integrations.
Mar 30, 2026
🛠️ Tools / 🌱 Third Party
- MUlt1mate/protoc-gen-httpgo (⭐21) - A protoc plugin that generates Fiber HTTP server and client code from proto files.
Feb 21, 2026
⚙️ Middlewares / 🌱 Third Party
- fugue-labs/gollem (⭐25) - Handler adapter that wraps a gollem AI agent as a Fiber handler with SSE streaming support.
Feb 09, 2026
⚙️ Middlewares / 🧬 Core
- Adaptor (⭐40k) - Converter for net/http handlers to/from Fiber request handlers.
- BasicAuth (⭐40k) - Basic auth middleware provides an HTTP basic authentication. It calls the next handler for valid credentials and 401 Unauthorized for missing or invalid credentials.
- Cache (⭐40k) - Intercept and cache responses.
- Compress (⭐40k) - Compression middleware for Fiber, it supports
deflate,gzipandbrotliby default.
- CORS (⭐40k) - Enable cross-origin resource sharing (CORS) with various options.
- CSRF (⭐40k) - Protect from CSRF exploits.
- Earlydata (⭐40k) - Early data support for Fiber.
- Encrypt Cookie (⭐40k) - Encrypt middleware which encrypts cookie values.
- EnvVar (⭐40k) - Expose environment variables with providing an optional config.
- ETag (⭐40k) - Lets caches be more efficient and save bandwidth, as a web server does not need to resend a full response if the content has not changed.
- Expvar (⭐40k) - Serves runtime exposed variants in JSON format via its HTTP server.
- Favicon (⭐40k) - Ignore favicon from logs or serve from memory if a file path is provided.
- Healthcheck (⭐40k) - Adds health-check endpoints for readiness and liveness probes.
- Helmet (⭐40k) - Helps secure your apps by setting various HTTP headers.
- Idempotency (⭐40k) - Enables fault-tolerant APIs when duplicate requests occur.
- Keyauth (⭐40k) - Key auth middleware provides a key based authentication.
- Limiter (⭐40k) - Rate-limiting middleware. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
- Logger (⭐40k) - HTTP request/response logger.
- Pprof (⭐40k) - Serves runtime profiling data in the format expected by the pprof visualization tool.
- Proxy (⭐40k) - Allows you to proxy requests to a multiple servers.
- Recover (⭐40k) - Recovers from panics anywhere in the stack chain and hands control to the centralized ErrorHandler.
- Redirect (⭐40k) - Handles HTTP redirects in Fiber.
- RequestID (⭐40k) - Adds a requestid to every request.
- Responsetime (⭐40k) - Adds an
X-Response-Timeheader to responses.
- Rewrite (⭐40k) - Rewrites the URL path based on provided rules for backward compatibility or cleaner links.
- Session (⭐40k) - Provides session management. NOTE: This middleware uses our Storage package.
- Skip (⭐40k) - Skips a wrapped handler when a predicate is true.
- Static (⭐40k) - Serves static files from a local or custom file system.
- Timeout (⭐40k) - Adds a max time for a request and forwards to ErrorHandler if it is exceeded.
⚙️ Middlewares / 💻 Contrib
- casbin (⭐296) - Authorization middleware for Fiber powered by Casbin.
- circuitbreaker (⭐296) - Circuit breaker middleware for Fiber.
- fgprof (⭐296) - Fiber profiling support via fgprof.
- hcaptcha (⭐296) - Bot-protection middleware using hCaptcha.
- i18n (⭐296) - Internationalization middleware built on go-i18n.
- jwt (⭐296) - JSON Web Token (JWT) auth middleware.
- loadshed (⭐296) - Load-shedding middleware to protect Fiber services under pressure.
- monitor (⭐296) - Server metrics monitor middleware for Fiber.
- newrelic (⭐296) - New Relic instrumentation support for Fiber.
- opa (⭐296) - Open Policy Agent (OPA) middleware support for Fiber.
- otel (⭐296) - OpenTelemetry middleware support for Fiber.
- paseto (⭐296) - Platform-Agnostic Security Tokens (PASETO) auth middleware.
- sentry (⭐296) - Error monitoring and reporting integration for Fiber with Sentry.
- socketio (⭐296) - Socket.IO-inspired WebSocket wrapper middleware for Fiber.
- swaggo (⭐296) - Middleware for serving Swag-generated API docs in Fiber.
- swaggerui (⭐296) - Swagger UI middleware for serving OpenAPI specs in Fiber.
- testcontainers (⭐296) - Service implementation for integrating Testcontainers with Fiber.
- WebSocket (⭐296) - Fasthttp-based WebSocket integration for Fiber with
fiber.Ctxsupport.
- zap (⭐296) - Logging middleware support for Fiber with Zap.
- zerolog (⭐296) - Logging middleware support for Fiber with Zerolog.
⚙️ Middlewares / 🌱 Third Party
- DavidHoenisch/fiber-coraza (⭐2) - Coraza WAF middleware for Fiber, providing web application firewall protection with ModSecurity-compatible rules.
Nov 06, 2025
⚙️ Middlewares / 🌱 Third Party
- oaswrap/fiberopenapi (⭐108) - Fiber adapter for OpenAPI 3.x specification generation with automatic route documentation.
📖 Articles / 🌱 Third Party
May 19, 2025
⚙️ Middlewares / 🌱 Third Party
- narmadaweb/limiter (⭐2) - A high-performance Redis-backed rate limiter middleware for Fiber, supporting fixed window, sliding window, and token bucket algorithms.
- narmadaweb/gonify (⭐2) - Fiber Minifying middleware for HTML5, CSS3, JavaScript, Json, XML and SVG.
May 09, 2025
⚙️ Middlewares / 🌱 Third Party
- newrelic/go-agent (⭐832) - Official New Relic middleware for Fiber that manages instrumentation for New Relic monitoring.
May 04, 2025
⚙️ Middlewares / 🌱 Third Party
- apitally/apitally-go (⭐8) - Simple API monitoring tool for Fiber. Tracks API usage, errors, and performance, and includes request logging and alerting features.
Mar 20, 2025
🚧 Boilerplates / 🌱 Third Party
- felipeafonso/go-htmx-starter (⭐4) - A front-end opinionated boilerplate for Go + HTMX development, using Tailwind and Vite for Bundling and Hot Reloading.
Feb 22, 2025
🛠️ Tools / 🌱 Third Party
- Alibaba/opentelemetry-go-auto-instrumentation (⭐844) - A tool to monitor fiber application without changing any code with OpenTelemetry APIs.
Feb 12, 2025
📁 Recipes / 🌱 Third Party
- paundraP/golang-starter-template (⭐6) - Golang REST API with authentication, authorization, and integrated payment gateway support.
Jan 20, 2025
🚧 Boilerplates / 🌱 Third Party
- goravel/fiber (⭐29) - Laravel similar boilerplate with support for Fiber.
- go-rat/fiber-skeleton (⭐5) - Fiber skeleton to powers web projects, support wire-based dependency injection.
Nov 18, 2024
⚙️ Middlewares / 🌱 Third Party
- streamerd/fibergun (⭐5) - A GunDB middleware for Fiber. Enables easy integration of GunDB, a decentralized database.
Mar 25, 2024
⚙️ Middlewares / 🌱 Third Party
- beyer-stefan/gofiber-minifier (⭐2) - Minifying middleware for HTML5, CSS3, and JavaScript.
Mar 17, 2024
⚙️ Middlewares / 🌱 Third Party
- jsorb84/ssefiber (⭐2) - A basic SSE Implementation for Fiber.
Feb 25, 2024
🚧 Boilerplates / 🌱 Third Party
- sebajax/go-vertical-slice-architecture (⭐55) - Vertical Slice Architecture code archetype using Fiber and Uber dig. A maintainable, and scalable code organization.
Feb 24, 2024
🚧 Boilerplates / 🌱 Third Party
- ingeniousambivert/fiber-bootstrapped (⭐2) - A toolkit for Go projects embracing a service-centric architecture, inspired by the principles of FeathersJS.
Feb 20, 2024
⚙️ Middlewares / 🌱 Third Party
- zeiss/fiber-goth (⭐5) - Simple middleware to integrate authentication to your Fiber applications.
- zeiss/fiber-authz (⭐8) - A middleware to secure routes in Fiber with a defined RBAC model.
- zeiss/fiber-htmx (⭐5) - A middleware for using HTMX in Fiber.
Sep 09, 2023
⚙️ Middlewares / 🌱 Third Party
- rodrigoodhin/fiper - FiPer is a library that provides Fiber with Role Based Access Control (RBAC) using JWT and with database persistence using two ORM libraries are supported: Gorm and Bun.
Aug 14, 2023
🚧 Boilerplates / 🌱 Third Party
- amrebada/go-modules (⭐15) - Nest JS like structure for Go Fiber.
Jul 12, 2023
📁 Recipes / 🌱 Third Party
- alpody/golang-fiber-realworld-example-app (⭐147) - Example real world backend API built with Fiber, Gorm, Swagger.
Jul 02, 2023
⚙️ Middlewares / 🌱 Third Party
- Idan-Fishman/fiber-bind (⭐14) - Request schema validator middleware that validates sources such as the request body, query string parameters, route parameters and even form files.
🛠️ Tools / 🌱 Third Party
- deepmap/oapi-codegen (⭐8.2k) - Generate Go client and server boilerplate from OpenAPI 3 specifications.
May 19, 2023
🚧 Boilerplates / 🌱 Third Party
- mikhail-bigun/go-app-template (⭐20) - Clean architecture Go application boilerplate with enriched Fiber implementation.
May 01, 2023
⚙️ Middlewares / 🌱 Third Party
- samber/slog-fiber (⭐95) - A logger middleware that uses Go slog library.
Feb 12, 2023
⚙️ Middlewares / 🌱 Third Party
- mikhail-bigun/fiberlogrus (⭐10) - A logger middleware that uses logrus and its structured logging features.
Feb 02, 2023
🛠️ Tools / 🌱 Third Party
- ryanbekhen/feserve (⭐8) - Feserve is a lightweight application or Docker image to serve frontend and load balancer applications.
Jan 16, 2023
⚙️ Middlewares / 🌱 Third Party
- airbrake/gobrake (⭐107) - An Airbrake middleware that reports performance data (route stats).
Nov 17, 2022
📖 Articles / 🌱 Third Party
Nov 07, 2022
🚧 Boilerplates / 🌱 Third Party
- GalvinGao/gofiber-template (⭐132) - A production-ready, container-first opinionated gofiber project template. Config by envvars, DI by go.uber.org/fx, Database by uptrace/bun, with out-of-the-box MVC folder structure and CI/CD support.
Oct 31, 2022
⚙️ Middlewares / 🌱 Third Party
- vladfr/fiber-servertiming (⭐2) - A middleware to add Server-Timing headers based on the W3C Server-Timing Spec.
Oct 11, 2022
📺 Videos / 🌱 Third Party
Sep 12, 2022
📖 Articles / 🌱 Third Party
Aug 25, 2022
⚙️ Middlewares / 🌱 Third Party
- joffref/opa-middleware (⭐22) - Provides an OPA middleware integration for fiber.
May 16, 2022
⚙️ Middlewares / 🌱 Third Party
- witer33/fiberpow (⭐16) - Anti DDoS/Bot Middleware with a customizable Proof Of Work challenge.
Apr 14, 2022
⚙️ Middlewares / 🌱 Third Party
- darkweak/souin (⭐961) - HTTP cache, RFC compliant, alternative to Varnish available as a middleware.
Apr 10, 2022
🚧 Boilerplates / 🌱 Third Party
- efectn/fiber-boilerplate (⭐84) - Simple and scalable boilerplate to build powerful and organized REST projects with Fiber.
Mar 28, 2022
⚙️ Middlewares / 🌱 Third Party
- shareed2k/fiber_tracing (⭐12) - Middleware trace requests on Fiber framework with OpenTracing API.
- shareed2k/fiber_limiter (⭐14) - Limiter using Redis as store for rate limit with two algorithms for choosing sliding window, gcra leaky bucket.
- ansrivas/fiberprometheus (⭐206) - Prometheus middleware for gofiber.
- sacsand/gofiber-firebaseauth (⭐26) - Fiber Firebase Auth Middleware.
- aschenmaker/fiber-health-check (⭐10) - Health-check middleware support health-check for Fiber️ framework.
- elastic/apmfiber (⭐426) - APM Agent for Go Fiber.
- eozer/fiber_ldapauth (⭐4) - LDAP Authentication Middleware for Fiber.
🚧 Boilerplates / 🌱 Third Party
- gofiber/boilerplate (⭐501) - Official fiber boilerplate.
- fiber-boilerplate (⭐287) - A boilerplate for the Fiber web framework.
- sujit-baniya/fiber-boilerplate (⭐433) - Boilerplate on the top of fiber web framework with many middlewares and features.
- create-go-app/fiber-go-template (⭐1.1k) - Fiber backend template for Create Go App CLI.
- embedmode/fiberseed (⭐40) - Fiber boilerplate api with many middlewares.
📁 Recipes / 🌱 Third Party
- kiyonlin/fiblar-demo (⭐3) - Fiber v1 + angular demo.
- koddr/tutorial-go-fiber-rest-api (⭐397) - Tutorial for building a restful api with fiber.
- firebase007/go-rest-api-with-fiber (⭐58) - Demo project with fiber, logging, basicAuth and postgresql.
- chawk/go_fiber_quickstart (⭐18) - Fiber quick start example project.
- EricLau1/go-fiber-auth-api (⭐54) - Golang Authentication API with Fiber MongoDB and JWT.
🤖 Benchmarks / 🌱 Third Party
- TechEmpower - Project provides performance measures across a wide field of web application frameworks.
- web-frameworks-benchmark - Project aims to measure the differences between the various programming language frameworks.
- go-web-framework-benchmark (⭐2.1k) - This benchmark suite aims to compare the performance of Go web frameworks.
Feb 28, 2022
⚙️ Middlewares / 🔗 External
- storage (⭐329) - Premade storage drivers that implement the Storage interface, designed to be used with various Fiber middlewares.
- template (⭐314) - This package contains 8 template engines that can be used with Fiber v1.10.x Go version 1.13 or higher is required.
📁 Recipes / 🌱 Third Party
- gofiber/recipes (⭐3.4k) - Official Fiber cookbook.
🛠️ Tools / 🌱 Third Party
- go-dawn/dawn (⭐18) - Dawn is an opinionated web framework that provides rapid development capabilities which on top of Fiber.
- tompston/gomakeme (⭐9) - Generate boilerplate + endpoints for Fiber or Gin REST APIs.
📖 Articles / 🌱 Third Party
Feb 23, 2022
📖 Articles / 🌱 Third Party