public active Last verified 2026-04-10

Topolo Developers

Public overview of the authenticated Topolo developer portal and its submission/request workflows.

What It Is

Topolo Developers is the authenticated portal for developers shipping into the Topolo ecosystem.

Architecture

The application is a standalone Pages-hosted frontend at developers.topolo.app. It relies on Topolo Auth for login, session refresh, developer profiles, app submissions, and authenticated request intake.

Public developer-program discovery still begins on TopoloOne, but the primary public handoff now lands on developers.topolo.app/signup. Signed-in workflow continues in the root Topolo Developers portal.

Runtime Surfaces

The primary runtime host is https://developers.topolo.app, with https://developers.topolo.app/signup serving as the public signup entrypoint from the marketing site.

API Reference

Topolo Developers does not own a separate backend. It consumes the Auth-owned developer-platform routes documented in /reference/api/topolo-auth.

Auth and Permissions

Topolo Developers uses the shared Topolo browser auth client and Auth-managed route family. It should not introduce a separate account system.

Data Ownership

Topolo Developers owns authenticated portal UX. Topolo Auth owns developer and request data. Topolo Admin owns operator review workflow.

Deployments

Topolo Developers deploys as the Cloudflare Pages project topolo-developers.

Failure Modes

  • developers.topolo.app serves the wrong Pages deployment or stale assets
  • callback and deep-link routes fail because the SPA fallback is missing
  • the portal drifts back into TopoloOne ownership instead of remaining a separate application
  • Auth developer-platform routes drift from the portal UI assumptions

Debugging

Start with /systems/topolo-developers, then verify the served Pages deployment and Auth session state before changing portal UI code.

Change Log / Verification

  • Added the public signup handoff at developers.topolo.app/signup on 2026-04-10 so the marketing site can route developers into one clear entrypoint
  • Split the authenticated developer portal into the standalone Topolo Developers application on 2026-04-10