{"id":21073947,"url":"https://github.com/cloudoperators/juno","last_synced_at":"2026-04-08T09:01:04.141Z","repository":{"id":239770313,"uuid":"790191813","full_name":"cloudoperators/juno","owner":"cloudoperators","description":"Monorepo for the Juno modular frontend framework, apps, design system and component library","archived":false,"fork":false,"pushed_at":"2026-04-03T00:38:11.000Z","size":1006395,"stargazers_count":7,"open_issues_count":156,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-04-03T05:35:22.498Z","etag":null,"topics":["changesets","javascript","react","storybook","tailwindcss","turborepo","typescript","vite"],"latest_commit_sha":null,"homepage":"http://cloudoperators.github.io/juno/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudoperators.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-22T12:36:05.000Z","updated_at":"2026-04-02T14:51:49.000Z","dependencies_parsed_at":"2026-04-08T09:00:58.869Z","dependency_job_id":null,"html_url":"https://github.com/cloudoperators/juno","commit_stats":null,"previous_names":["cloudoperators/juno"],"tags_count":173,"template":false,"template_full_name":"cloudoperators/repository-template","purl":"pkg:github/cloudoperators/juno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fjuno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fjuno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fjuno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fjuno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudoperators","download_url":"https://codeload.github.com/cloudoperators/juno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fjuno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31547845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["changesets","javascript","react","storybook","tailwindcss","turborepo","typescript","vite"],"created_at":"2024-11-19T19:13:54.157Z","updated_at":"2026-04-08T09:01:04.109Z","avatar_url":"https://github.com/cloudoperators.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Juno\n\n[![REUSE status](https://api.reuse.software/badge/github.com/cloudoperators/juno)](https://api.reuse.software/info/github.com/cloudoperators/juno)\n\n## Overview\n\n\u003ca href=\"https://github.com/cloudoperators/juno\"\u003e\u003cimg align=\"left\" width=\"90\" height=\"90\" src=\"./assets/logos/JUNO_logo_github.png\"\u003e\u003c/a\u003e\n\nJuno is a platform that includes tools and libraries for developing Juno-based applications. This platform provides a comprehensive set of utilities to streamline the development process, ensure consistency, and facilitate code sharing across different projects.\n\n### Key Components\n\n- **Design System**: The `ui-components` library offers a consistent set of UI components, styles, and guidelines for building user interfaces.\n- **OIDC Library**: Provides OpenID Connect (OIDC) support for authentication and authorization in Juno-based applications.\n- **Communicator Library**: Facilitates communication between different parts of the application, ensuring efficient data exchange.\n- **CLI Tools**: Command-line tools to generate, build, and manage applications and libraries, simplifying the development workflow.\n\n### Applications\n\nJuno includes various applications that showcase the use of its tools and libraries, providing examples and templates for developers.\n\n#### Included Applications\n\n- [Supernova](https://github.com/cloudoperators/juno/tree/main/apps/supernova): an alternative Prometheus Alertmanager UI\n- [Heureka](https://github.com/cloudoperators/juno/tree/main/apps/heureka): dashboard for security and compliance management\n- [Doop](https://github.com/cloudoperators/juno/tree/main/apps/doop): displays policy violations as reported by Gatekeeper\n- [App template](https://github.com/cloudoperators/juno/tree/main/apps/template): an app template for Juno applications\n- [Example app](https://github.com/cloudoperators/juno/tree/main/apps/example): an example application containing some best practice ux pattern examples (in progress)\n\n### Libraries\n\nIn addition to applications, Juno also includes a set of libraries that provide shared functionality and utilities across different parts of the system. These libraries are designed for reusability and modularity, facilitating consistent development practices and code sharing.\n\n#### Included Libraries\n\n- [Juno UI Components](https://github.com/cloudoperators/juno/tree/main/packages/ui-components): React components for the Juno design system\n- [k8s client](https://github.com/cloudoperators/juno/tree/main/packages/k8s-client): a client-side API client for the kubernetes API (interact with the k8s API directly from the browser)\n\n## Getting Started\n\nBefore you start using Juno, please ensure you have completed the prerequisite setup described in the Development section of the [CONTRIBUTING.md](CONTRIBUTING.md#development) file, especially concerning the development environment, dependencies, and tools needed to build and run Juno applications.\nTo get started with Juno, follow the instructions in the [Getting Started Guide](docs/getting-started.md). This guide covers the initial setup, installation of dependencies, and basic usage of the platform's tools and libraries.\n\n## Documentation\n\nComprehensive documentation for Juno is available in the [docs](docs) directory. This includes detailed guides on using the various tools and libraries, best practices, and examples to help you get the most out of the platform.\n\n## Support, Feedback, Contributing\n\nThis project is open to feature requests/suggestions, bug reports, etc. via [GitHub issues](https://github.com/cloudoperators/juno/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).\n\n## Code of Conduct\n\nWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.\n\n## Licensing\n\nCopyright 2024-2026 SAP SE or an SAP affiliate company and Juno contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/cloudoperators/juno).\n\n\u003cp align=\"center\"\u003e\u003cimg alt=\"Bundesministerium für Wirtschaft und Energie (BMWE)-EU funding logo\" src=\"https://apeirora.eu/assets/img/BMWK-EU.png\" width=\"400\"/\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudoperators%2Fjuno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudoperators%2Fjuno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudoperators%2Fjuno/lists"}