Settings & Data

Manage Notion sync, uploads, and AI configuration.

Notion Sync

Pull the latest trades from your Notion database. This caches them locally for fast analysis.

Upload Trade Examples

Upload chart screenshots or trade examples for the AI to reference during analysis.

Environment

Configure env vars on the server (e.g. via .env.local):

  • NOTION_TOKEN – Notion integration token
  • NOTION_DATABASE_ID – Trades database ID
  • AI_PROVIDER – openai | anthropic | ollama
  • OPENAI_API_KEY – OpenAI key (if using OpenAI)
  • ANTHROPIC_API_KEY – Anthropic key (if using Claude)
  • OLLAMA_URL – Local Ollama endpoint