Add Hellō AAuth Proxy product page - #76
Merged
Merged
Conversation
Adds an Agent Proxy entry to the Products page describing the AAuth-to-OAuth bridge: what it does (lets a person authorize their own AI agent to access their own connected-service data with per-action consent, without giving the agent credentials or tokens), who operates it (Hello Identity Co-op), and a link to the privacy policy. This also satisfies Google's OAuth-verification requirement for a homepage that visibly describes the app requesting the scopes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P2sKxJ9CRcVjXy3aiCNZGs
- Rename the product from "Agent Proxy" to "Hellō AAuth Proxy" (component, import, heading), with the subtitle "Let your agent do real work". - Tighten the card copy (OAuth-then-AAuth framing) and add a compact variant. - Add a monochrome flow graphic (agent → AAuth → Hellō → OAuth → apps) in the house palette; placeholder for a future doodle animation. - Replace the CTA with "Join the AAuth Slack" (www.aauth.dev/slack) + a message to DM @dickhardt, dropping the earlier waitlist link. - Add Hellō AAuth Proxy to the products nav menu (lib/nav-links.js), anchored to the /products section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P2sKxJ9CRcVjXy3aiCNZGs
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P2sKxJ9CRcVjXy3aiCNZGs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a Hellō Agent Proxy entry to the Products page.
components/products/agent-proxy.js(text-forward, no new image assets), matching the existing product-card pattern.app/products/page.mdxafter Coding Platforms.Why
Describes the AAuth-to-OAuth bridge for public visitors: what it does (lets a person authorize their own AI agent to access their own connected-service data — Gmail, Calendar, and more — with per-action consent, without ever handing the agent credentials or tokens), that the user stays in control, that consent gates irreversible actions, and who operates it (Hello Identity Co-op). Links to the privacy policy.
It also satisfies a concrete Google OAuth verification prerequisite: reviewers require a homepage that visibly describes the app requesting the (sensitive/restricted) scopes. Pointing the console's "Application home page" at
/productscovers it.Notes
🤖 Generated with Claude Code