Authenticated routes that still belong to the web product.
Anime Home is launching the public marketing site first, but the authenticated browser experience still lives
under the same animehome.com origin. This inventory keeps those signed-in routes visible while
the marketing shell, API, and future Uno clients keep taking shape.
Personal and relationship routes
These pages anchor the signed-in identity layer: profile context, friendships, and library ownership all stay on the web surface while the cross-platform model matures.
-
/@mekeeps My profile in the browser shell. Authenticated home, profile, and personal context. -
/friendskeeps Friends in the browser shell. Relationship management, requests, and social activity. -
/friends/{id}keeps Friend detail in the browser shell. Per-friend profile, shared history, and context. -
/librarykeeps Library in the browser shell. User anime and manga collection management.
Series and watch-context routes
Public discovery can introduce a title, but the richer library and episode context still hand off into
protected series routes owned by animehome-web.
-
/series/{id}covers Series detail. Series landing page for anime or manga. -
/series/{id}/episode/{int}covers Episode detail. Episode-specific watch context and progression.
Server and channel routes
Community presence, channel timelines, and message permalinks are still browser-owned routes while the backend and future native experiences are staged separately.
-
/server/{id}supports Server. Community server overview and presence. -
/server/{id}/channel/{id}supports Channel. Channel timeline and live activity. -
/server/{id}/channel/{id}/message/{id}supports Message permalink. Direct message permalink and deep-linking.
Discovery routes
Discovery is part public browse surface and part signed-in product surface. These routes preserve the in-app discovery ownership until the full public/catalog story is expanded.
-
/discoverpowers Discover home. Entry point for finding content and communities. -
/discover/animepowers Discover anime. Anime-specific discovery surfaces. -
/discover/mangapowers Discover manga. Manga-specific discovery surfaces. -
/discover/androidspowers Discover androids. Reserved discovery surface for future product work. -
/discover/serverspowers Discover servers. Server and community discovery.