Deployment

Deploy Beacon with the workflow runtime and memory dependencies intact.

Beacon is not just a static Next.js app. Durable research depends on model keys, SerpAPI, Redis, auth, and the workflow runtime being configured coherently.

Search docs, support, and public pages
search
Required Services

Deployment dependencies

Groq

Provides the scout and synthesis models through the repo's approved Groq abstraction layer.

SerpAPI

Provides web search results for the research workflow.

Upstash Redis

Stores memory, brief indexes, logs, and rate-limit counters.

Workflow runtime

Required for durable execution, resumable steps, and zero-compute sleep.

Checklist

Deployment checklist

1. set all required env vars
2. confirm Clerk keys for auth flows
3. confirm workflow endpoints are reachable
4. verify Redis connectivity
5. verify /trial, /docs, and private /dashboard flows
6. verify recurring runs if you depend on sleep/resume behavior