Skip to content
@curlme-io

curlme.io

Inspect, replay, and debug HTTP requests

curlme

Terminal-first HTTP request debugging

Capture, inspect, replay, and diff HTTP requests directly from your terminal.

curlme lets developers create temporary HTTP endpoints to receive requests, stream them in real time, and debug integrations without setting up servers, tunnels, or dashboards.


Why curlme

Debugging webhooks and HTTP integrations usually means:

  • spinning up a temporary server
  • digging through logs
  • copy-pasting payloads between tools
  • switching between browser tabs

curlme keeps the entire workflow in the terminal.

You send requests → curlme captures them → you inspect, replay, and diff them instantly.


Core features

  • Real-time request streaming from the CLI
  • Request inspection (headers, body, metadata)
  • Replay requests to local or remote targets
  • Diff requests to spot payload changes
  • Custom responses & rules for webhook testing
  • CLI-first workflow, with an optional web dashboard

Quick example

curlme bin create
curlme listen

Send a request to the generated endpoint and watch it arrive live in your terminal.

Inspect or replay it instantly:

curlme latest
curlme replay

Repositories

This organization contains multiple repositories that make up curlme:

  • curlme-cli — Terminal-first CLI
  • curlme-docs — Official documentation
  • curlme — Product issues, feedback, and discussions

Issues and feature requests are tracked in the main curlme repository.


Documentation

📚 Docs: https://docs.curlme.io


Feedback & issues

Found a bug or have an idea?

  • Open an issue in this repository
  • Or run curlme feedback from the CLI

Philosophy

curlme is designed to be:

  • fast
  • minimal
  • predictable
  • respectful of developer workflows

No dashboards required. No artificial friction. No unnecessary abstraction.


curlme.io

Pinned Loading

  1. curlme curlme Public

    Terminal-first HTTP request debugging.

  2. curlme-cli curlme-cli Public

    Terminal-first HTTP request debugging CLI.

    JavaScript

  3. curlme-docs curlme-docs Public

    Documentation for curlme.io.

    MDX

Repositories

Showing 4 of 4 repositories

Top languages

Loading…

Most used topics

Loading…