BotanaryBotanary

Developers

Two codebases talking through one frozen OpenAPI contract - a NestJS backend that never signs, and a Next.js client that never holds a key.

Botanary's developer surface is two codebases talking through one frozen contract - a NestJS backend builds unsigned operations and never signs, a Next.js frontend generates a typed client straight from that contract, signs client-side, and relays what it signed. The sections below cover the architecture, the API seam, authentication, the ERC-4337 smart account layer, the generated API client, the full API reference, and how to run the stack locally.