Wahoo Documentation

Wahoo is a Go, React, and Tailwind SaaS framework. Go owns public HTTP. React renders through a private Node SSR worker.

Work in progress: Do not use Wahoo in production yet. APIs and templates can change.

Start

go run ./cmd/wahoo new --local ./acme

The command creates a core application with explicit configuration, health/readiness routes, a private SSR boundary, strict JSON helpers, and a project metadata file.

What Wahoo Provides

Modules

Module State
auth, sse, websocket Browser-facing 501 stubs until application policy exists.
openapi Serves an application-owned OpenAPI 3.1 document.
jobs Adds a separate worker command that requires a queue adapter.
uploads, mail, audit, webhooks, entitlements, billing Provider-neutral 501 integration seams.

Application Responsibilities

Guides

Guide Use it to
Quick Start Create, test, add modules, and upgrade a project.
Application Foundations Configure APIs, sessions, tenants, readiness, and observations.
Operations Primitives Add jobs, storage, mail, audits, webhooks, and entitlements.
Server and Routes Register routes and return HTML or JSON.
React SSR Run the private React renderer.
Realtime Add authenticated realtime transports.
Authentication Implement account and session flows.
Production Build, secure, verify, and deploy the application.