Settings

Configure your VCE Study Hub

Anthropic API Key

The app uses the Claude API for file extraction, question generation, and analysis. Add your key to .env.local for local development, or as a secret in the Cloudflare Pages dashboard for deployment.

# .env.local
ANTHROPIC_API_KEY=sk-ant-api03-...

Get a key at console.anthropic.com

Obsidian Vault Path

When files are uploaded, structured notes are automatically written to your Obsidian vault. Enter the full path to your vault folder.

Windows: C:\Users\Ned\Documents\VCE Vault
Mac/Linux: /home/ned/obsidian/vce

About

SubjectsPhysics ยท English/EAL ยท Methods ยท VET Engineering
AI ModelsClaude Haiku (extraction) ยท Claude Sonnet (generation)
StorageLocal JSON files in /data
DeploymentCloudflare Pages / local npm run dev