Topolo Developers
Standalone developer application with a public signup entrypoint plus the authenticated portal for profile management, app submissions, and request intake.
Documentation Map
What It Is
Standalone developer application with a public signup entrypoint plus the authenticated portal for profile management, app submissions, and request intake.
Architecture
Owners: platform-experience
Source repos: PlatformApplications/TopoloDevelopers
Dependencies: topolo-auth, topolo-admin, topolo-one
Repo shape
- PlatformApplications/TopoloDevelopers/index.html
- PlatformApplications/TopoloDevelopers/package-lock.json
- PlatformApplications/TopoloDevelopers/package.json
- PlatformApplications/TopoloDevelopers/postcss.config.cjs
- PlatformApplications/TopoloDevelopers/public/
- PlatformApplications/TopoloDevelopers/src/
- PlatformApplications/TopoloDevelopers/tailwind.config.js
- PlatformApplications/TopoloDevelopers/topolo.cloudcontrol.json
- PlatformApplications/TopoloDevelopers/tsconfig.json
- PlatformApplications/TopoloDevelopers/tsconfig.node.json
- PlatformApplications/TopoloDevelopers/vite.config.ts
- PlatformApplications/TopoloDevelopers/wrangler.toml
Runtime Surfaces
Hosts:
https://developers.topolo.app Config: PlatformApplications/TopoloDevelopers/wrangler.toml
Main: not declared
Routes: workers.dev or asset-only surface
API Reference
Coverage: curated
Source: PlatformApplications/TopoloDevelopers/src/App.tsx
Source exists in repo: yes
Topolo Developers does not own a local backend. It exposes a public signup handoff at /signup and consumes the Auth-owned developer-platform route family on auth.topolo.app for authenticated profile, submission, and request workflows.
App API page: /reference/apps/topolo-developers
This system currently relies on a curated or README-derived contract surface instead of a source-controlled OpenAPI spec.
Auth and Permissions
Depends on Topolo Auth: yes
Service IDs:
No Auth service ID mapped in docs yet.
API key scopes
No API key scopes were found in the checked-in Auth catalog for this system.
Service permissions
No role/permission catalog rows were found in the checked-in Auth permissions seed.
Data Ownership
No storage bindings were derived from wrangler configuration.
Queues / Cron / Workflows
Queue bindings:
No queue bindings were detected.
Cron triggers
No cron triggers were detected.
Workflow signals
No explicit queue/workflow script or cron signal was discovered.
Environment Variables and Bindings
Environment variables:
No environment variables were derived from wrangler configuration.
All wrangler bindings
No bindings were derived from wrangler configuration.
Deployments
Deployment environments: default only or not declared
Routes: workers.dev or Pages-only delivery
Observability enabled: no explicit setting found
Wrangler surfaces
- PlatformApplications/TopoloDevelopers/wrangler.toml -> topolo-developers
Build and deploy commands
-
build— PlatformApplications/TopoloDevelopers/package.json :: tsc && vite build --mode production -
preview— PlatformApplications/TopoloDevelopers/package.json :: vite preview
Failure Modes
- No Auth service ID is registered for this system.
- Neither OpenAPI nor README-derived interface detail was found.
Debugging Runbooks
Start with these entrypoints:
- PlatformApplications/TopoloDevelopers/wrangler.toml
- PlatformApplications/TopoloDevelopers/src/App.tsx
- PlatformApplications/TopoloDevelopers/package.json
Linked runbooks
Change Log / Verification
Lifecycle: active
Last verified: 2026-04-10
Any code change to this system is expected to update the canonical docs in PlatformApplications/TopoloDocs and refresh the verification date.