WFRLoop Docs
Operations

Deployment

Build, deploy with public URL, secret handling

Must-haves (from the brief)

  • Web app — works in the browser, on desktop and mobile
  • Database for persistent storage
  • Server-side Slack API integration
  • Server-side Anthropic API integration for the AI note writer
  • Voice-to-text input (Web Speech API or equivalent)
  • Deployable with a public URL
  • Basic auth (manager vs employee role distinction)

Secrets

Both credentials are shared separately and must be stored as server-side environment variables. Neither is ever exposed to the browser.

SLACK_BOT_TOKEN=xoxb-your-token-here
ANTHROPIC_API_KEY=sk-ant-your-key-here
  • Slack Bot Token — server-side only, per the brief.
  • Anthropic API key — server-side recommended, per the brief.

Deployment target — TBD

The exact deployment URL and server are TBD until Phase 2 completes. The next session will fill in the placeholders below.

To be filled in

  • Production URL — TBD
  • Server hostname — TBD
  • systemd service name — TBD
  • Nginx config path — TBD
  • SSL provider — TBD

On this page