Skip to content
Documentation

Documentation

devedge is the command line for the platform. It gives every project stable HTTPS hostnames on one shared entry point, and it scaffolds, routes, composes, and deploys both halves of a feature — a Go backend service and its Angular micro-frontend.

Where things live

The platform is three repositories. This portal is the front door; each SDK keeps its own reference documentation, versioned with its code.

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

Start here