/redirects/projects/{project_name} and Phoenix looks up the project by name and redirects to its page — no internal ID required. This makes it straightforward to construct stable, shareable links from identifiers you already use in code.
Project URLs by Name
Use the same project name you set inPHOENIX_PROJECT_NAME or your register() call:
All Supported Redirect Patterns
Names with special characters (spaces, etc.) should be URL-encoded:
/redirects/projects/my%20project.
Construct Shareable URLs
Full reference for all Phoenix redirect URL patterns.

