SkillAgentSearch skills...

Gbox

Fast :zap: reverse proxy in front of any GraphQL server for caching, securing and monitoring.

Install / Use

/learn @gbox-proxy/Gbox
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

<h1 align="center"><img width="220px" src="https://gbox-proxy.github.io/img/gbox-full.png" /></h1>

Fast :zap: reverse proxy in front of any GraphQL server for caching, securing and monitoring.

Unit Tests codecov Go Report Card Go Reference Artifact Hub

Features

  • :floppy_disk: Caching
    • RFC7234 compliant HTTP Cache.
    • Cache query operations results through types.
    • Auto invalidate cache through mutation operations.
    • Swr query results in background.
    • Cache query results to specific headers, cookies (varies).
  • :closed_lock_with_key: Securing
    • Disable introspection.
    • Limit operations depth, nodes and complexity.
  • :chart_with_upwards_trend: Monitoring (Prometheus metrics)
    • Operations in flight.
    • Operations count.
    • Operations request durations.
    • Operations caching statuses.

How it works

Every single request sent by your clients will serve by GBox. The GBox reverse proxy will cache, validate, and collect metrics before pass through requests to your GraphQL server.

Diagram

Documentation

The GBox documentation can be browsed on Github page.

Inspiration

The GBox has been inspired by many others related work including:

Thanks to all the great people who created these projects!

Related Skills

View on GitHub
GitHub Stars50
CategoryOperations
Updated2mo ago
Forks5

Languages

Go

Security Score

100/100

Audited on Jan 16, 2026

No findings