Skip to content
Documentation

Documentation

devedge-ufe-sdk is the frontend half of the devedge platform. It is a small, public SDK of TypeScript packages that give an Angular micro-frontend a session it reads but does not own, navigation that fails loud when it is wrong, and one way to call a backend with a bearer token.

The SDK is mechanism, not policy. Every seam here is a standard mechanism you compose. Product-specific bindings — a particular identity provider, a nav taxonomy, a design system — bind on top privately, and none of them live in this repository.

Where things live

The platform is three repositories. This site documents the micro-frontend SDK; the platform portal is the front door, and the Go service framework keeps its own reference.

RepositoryWhat it isDocumentation
devedge-ufe-sdkThe Angular micro-frontend SDK — session seam, loud nav validation, bearer wiring, dev loop.This site.
devedgeThe de CLI, the local edge router, and the orchestration surface.infobloxopen.github.io/devedge
devedge-sdkThe Go service framework — proto-first services, fail-closed authz, storage.infobloxopen.github.io/devedge-sdk

Start here