HOODSTACK

OPERATE

soon

Console & Observability

Keys, quotas, usage, errors, and alerts in one place.

OPERATE

soon

See every request you send.

Keys, quotas, per-method usage, error breakdowns, and alerts in one console. Know what broke and when, before your users tell you.

The problem

Without request-level visibility, you learn about outages from users first.

How HOODSTACK helps

See every request you send — per-method usage, error breakdowns, and alerts before support tickets pile up.

Snippet

client.ts
import { createPublicClient, http, defineChain } from "viem";

const robinhood = defineChain({
  id: 4663,
  name: "Robinhood Chain",
  nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
  rpcUrls: {
    default: { http: ["https://rpc.mainnet.chain.robinhood.com"] },
  },
  blockExplorers: {
    default: { name: "Blockscout", url: "https://robinhoodchain.blockscout.com" },
  },
});

const client = createPublicClient({
  chain: robinhood,
  transport: http(),
});

console.log(await client.getBlockNumber());
console.log(await client.getChainId()); // 4663

Limits

Console is soon. Join the waitlist for early access. // TODO phase 2

Join the waitlist →

coming soon