← all adapters

producthunt-style

simulates Product Hunt GraphQL API 2

restadapter v0.2.00 routes

verification

bootboot tier — no SDK suite yet· surface 0 · not implemented 3 · differs 2

use it

# add to stunt.yaml
services:
  producthunt:
    adapter: embedded:producthunt-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

how to mock the Product Hunt GraphQL API locally

Install stunt, paste the service block above into stunt.yaml, run stunt up — then point your client at localhost instead of Product Hunt GraphQL API. It works offline, keeps state across requests and restarts, and every response is synthetic: the route shapes, status codes, pagination, and webhook delivery follow the real Product Hunt GraphQL API 2 surface — the data is fake, the behavior is real.

backing stores

posts
want more of the Product Hunt GraphQL API surface? adapters are YAML + Starlark — the authoring guide covers adding routes, fixtures, and state machines. Open an issue for anything big first, or just file a PR — merged routes ship in the next release.