Privacy

Your planning data should stay understandable.

This project refactor moves credentials out of source code and centralizes session handling, while keeping the product behavior familiar.

What Addio stores

Addio stores your account email, profile details, recent goals, saved tasks, subtask breakdowns, and any notes you write in the task editor.

What AI receives

When you ask Addio to generate a task or refresh your AI plan, the app sends the necessary task text and profile context to the configured model provider so it can produce a response.

Authentication

This refactor uses a secure httpOnly session cookie after email-code login. Verification codes are short-lived and intended only for login.

Control

You can update your profile, recent goals, task notes, and delete saved tasks inside the app. Environment secrets are no longer hard-coded in source and should be supplied through env vars.