Application ownership

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.

Web origin animehome.com
Current scope 14 routes tracked

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.

  • /@me keeps My profile in the browser shell. Authenticated home, profile, and personal context.
  • /friends keeps 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.
  • /library keeps 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.

  • /discover powers Discover home. Entry point for finding content and communities.
  • /discover/anime powers Discover anime. Anime-specific discovery surfaces.
  • /discover/manga powers Discover manga. Manga-specific discovery surfaces.
  • /discover/androids powers Discover androids. Reserved discovery surface for future product work.
  • /discover/servers powers Discover servers. Server and community discovery.