SPB Git

spb/worthdoing Public

Autonomous investigation agent that discovers, challenges, and ranks things genuinely worth doing — Claude + Firecrawl, Next.js 16, PostgreSQL

TypeScript 91.5% SQL 5.8% CSS 2.2%
484 B · 24 lines dotenv
Raw Blame History
1# WorthDoing.ai2# Author: Simon-Pierre Boucher3# Contact: contact@spboucher.ai4# File: .env.example5# Description: Template for required environment variables (no real secrets).67# --- API keys (server-side only) ---8ANTHROPIC_API_KEY=9FIRECRAWL_API_KEY=1011# --- Database ---12DATABASE_URL=1314# --- App ---15PUBLIC_BASE_URL=https://www.worthdoing.ai16PORT=30011718# --- Deploy only ---19NGROK_AUTHTOKEN=2021# --- Models ---22CLAUDE_AGENT_MODEL=claude-opus-523CLAUDE_SYNTHESIS_MODEL=claude-opus-524