Texas A&M University

Unlock your private chat

Your password is sent only to your Cloudflare Worker and is kept for this browser tab.

Worker connection

Leave blank only when a Worker route serves /api/chat on this same domain.

The TAMU API key never reaches this browser. Conversations sync through encrypted Cloudflare D1 when the Worker binding is configured.

Chat settings

Saved locally in this browser

Added as the first system message in every request.

Example: https://tamu-ai-chat-proxy.example.workers.dev

Instagram (Apify)

When you ask about Paris food bloggers or paste Instagram links, the Worker can scrape public posts via Apify (apify/instagram-scraper). Cost is about $2.70 per 1,000 results — the free tier (~$5/month) covers roughly 1,850 posts/month at 20 posts per request. Set npx wrangler secret put APIFY_API_TOKEN on the Worker; without it, Instagram queries fall back to Tavily snippets.

Long-term memory

Encrypted facts and preferences shared across your devices.

0 saved

No memories saved yet.

Synced through Cloudflare KV using your app password partition.

Local data

Delete all conversations

This cannot be undone.

Import Apple Maps guide

Paste guide JSON, a guide URL, or use the bookmarklet

  1. Fast path: paste a guide URL

    With APIFY_API_TOKEN on the Worker, paste a guide URL like https://maps.apple/ug/… below for full server-side extraction (up to 150 places, ~$3/1k places). Without Apify, HTML parsing returns only the first page (~20 places).

  2. 1. Open the guide in Safari

    Open your Apple Maps guide page, for example maps.apple/ug/….

  3. 2. Run the extractor bookmarklet (fallback)

    Without Apify, drag this link to your bookmarks bar and run it on the guide page in Safari. It scrolls the list and copies JSON to your clipboard.

    Extract Apple Maps Guide

    On iPhone: create a bookmark to any page, edit it, and replace the URL with this link. Or follow the iOS Shortcut recipe and paste JSON from another device.

  4. 3. Paste guide URL or JSON

    Paste a guide URL, copied JSON, or use Paste from clipboard.