···6677**IMPORTANT**: Do NOT commit changes until the user explicitly asks you to commit. Always wait for user verification that changes are working correctly before making commits.
8899+## Environment Variables
1010+1111+**CRITICAL**: Always use `process.env.ORIGIN` for generating URLs in emails and links, NOT hardcoded domains.
1212+1313+- `ORIGIN` - The public URL of the application (e.g., `https://thistle.app` or `http://localhost:3000`)
1414+- Used for: Email verification links, password reset links, any user-facing URLs
1515+- Default: `http://localhost:3000` (development only)
1616+1717+**Never hardcode domain names** like `https://thistle.app` in code - always use `process.env.ORIGIN`.
1818+919## Project Info
10201121- Name: Thistle