# Westyx Nexus ## Docs - [Architecture](https://docs.westyx.cloud/concepts/architecture.md): The Tenant → Project → Service hierarchy and how everything fits together. - [Glossary](https://docs.westyx.cloud/concepts/glossary.md): Definitions for the core concepts and terms used throughout Nexus. - [Configs](https://docs.westyx.cloud/features/configs.md): Typed, per-environment configuration with template references. - [Feature Flags](https://docs.westyx.cloud/features/feature-flags.md): Boolean flags with scheduling, A/B rollout, and targeting rules. - [Secrets](https://docs.westyx.cloud/features/secrets.md): AES-256-GCM encrypted secrets - versioned, audited, and never logged. - [Create a config](https://docs.westyx.cloud/how-to/create-config.md): Add a typed configuration value to your service. - [Create a feature flag](https://docs.westyx.cloud/how-to/create-flag.md): Add a feature flag to your service. - [Create a project](https://docs.westyx.cloud/how-to/create-project.md): Create a new project in the Nexus console. - [Create a secret](https://docs.westyx.cloud/how-to/create-secret.md): Store an encrypted secret in your service. - [Create a service](https://docs.westyx.cloud/how-to/create-service.md): Add a backend or frontend service to your project. - [What is Westyx Nexus](https://docs.westyx.cloud/index.md) - [Onboarding](https://docs.westyx.cloud/onboarding.md): Set up your organisation and connect your first service - step by step. - [Quickstart](https://docs.westyx.cloud/quickstart.md): Integrate Westyx Nexus into your first service in under 5 minutes. - [After Beta](https://docs.westyx.cloud/roadmap.md): What we are working on as we move toward general availability. - [Angular SDK](https://docs.westyx.cloud/sdks/angular.md): Official Angular SDK - standalone-ready, blocking APP_INITIALIZER, NgZone-aware SSE. - [.NET SDK](https://docs.westyx.cloud/sdks/dotnet.md): Official .NET SDK for Westyx Nexus - .NET 10, zero external dependencies. - [Go SDK](https://docs.westyx.cloud/sdks/go.md): Official Go SDK for Westyx Nexus - zero external dependencies, thread-safe. - [Node.js SDK](https://docs.westyx.cloud/sdks/nodejs.md): Official Node.js SDK - zero external dependencies, async/await, SSE live updates. - [SDK Overview](https://docs.westyx.cloud/sdks/overview.md): Pick the right SDK for your stack. All SDKs share the same core contract. - [Python SDK](https://docs.westyx.cloud/sdks/python.md): Official Python SDK - sync and async support, zero external dependencies. - [React SDK](https://docs.westyx.cloud/sdks/react.md): Official React SDK - hooks, automatic SSE live updates, zero dependencies. - [Spring Boot SDK](https://docs.westyx.cloud/sdks/spring-boot.md): Official Spring Boot starter for Westyx Nexus - Java 17+, auto-configuration. - [Vue SDK](https://docs.westyx.cloud/sdks/vue.md): Official Vue SDK - composables, plugin setup, automatic SSE live updates. ## OpenAPI Specs - [openapi](https://docs.westyx.cloud/api-reference/openapi.json)