fix: close register → dashboard funnel gap#210
Merged
Conversation
- Add "Sign in to track your submission" CTA after both manifest and manual registration success, directing users to /access?next=/dashboard/agents - Fix "+ Submit Agent" button on /dashboard/agents to go to /register instead of /dashboard/attribution - Fix empty-state CTA wording from "Declare Attribution" to "Register your agent →" linking to /register - Fix X handle reference on /register from @zettatracker to @zettaaidotco Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RjpGP3kYKnQuQAUoK6RZky
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
/register, users now see a "Sign in to track your submission →" CTA that takes them to/access?next=/dashboard/agents/dashboard/agentsnow goes to/registerinstead of/dashboard/attribution/dashboard/agentsreworded from "Declare Attribution →" to "Register your agent →" with correct/registerlink/registercorrected from@zettatrackerto@zettaaidotcoWhat this fixes
Previously a user who registered an agent at
/registerhit a dead end after submission — no prompt to sign in, no path to their dashboard. And a signed-in user who clicked "+ Submit Agent" landed on an unrelated attribution page. This closes the full funnel: discover → register → sign in → dashboard.Generated by Claude Code