StellCloud Web is the TypeScript frontend entry point for the Stell middleware platform.
It provides a unified web experience for operating and observing Stell middleware products, including service governance, configuration management, message queues, observability, and future cloud platform capabilities.
- Provide the unified frontend entry for Stell middleware products.
- Organize product navigation, workspace context, and platform-level layouts.
- Integrate with console backends and OpenAPI-based service APIs.
- Support reusable UI foundations for observability, governance, configuration, and messaging workflows.
- Serve as the web foundation for the StellCloud platform experience.
- TypeScript
- Vite
- OpenAPI-generated clients
- Component-driven frontend architecture
- Modern frontend quality gates for build, lint, and test workflows
Install dependencies:
npm installStart the development server:
npm run devBuild for production:
npm run build