On Target Analysis for YNAB

Analyze your budget target alignment and identify spending patterns that don't align with your financial goals.

System Status

Configuration✗ Invalid
YNAB API Connection
Checking connection...

Setup Instructions

Missing Configuration:

OAuth Setup Steps:

  1. Register YNAB OAuth Application:
    Visit YNAB Developer Settings and create a new OAuth application
  2. Configure OAuth Redirect URI:
    Set redirect URI to: http://localhost:3000/auth/callback
  3. Update the .env.local file:
    Add your OAuth Client ID: NEXT_PUBLIC_YNAB_CLIENT_ID=your-client-id
  4. Restart the development server:
    Stop the current server (Ctrl+C) and run npm run dev again

🔐 Secure OAuth 2.0: No Personal Access Tokens needed! OAuth provides secure, user-controlled access to your YNAB data.