export default function Hero() { return (
Open source · MIT licensed

Self-hostable HTTP request
inspector + mocker

One Go binary. SQLite under the hood. docker compose up , and you have an inspection endpoint and a live feed in under 30 seconds.

View on GitHub Quick Start →
{/* Terminal */}
terminal
            
              ${' '}
              docker compose up -d{'\n'}
              ✓ hatch  started on :8080{'\n'}
              ${' '}
              curl -X POST https://your-bin.hatch.surf/test -d {'{\'hello\':\'world\'}'}{'\n'}
              ✓ captured — view at https://your-bin.hatch.surf/inspect
            
          
) }