An open API service indexing awesome lists of open source software.

https://github.com/datum-cloud/cloud-portal

UI for managing resources across Datum Cloud
https://github.com/datum-cloud/cloud-portal

Last synced: 2 months ago
JSON representation

UI for managing resources across Datum Cloud

Awesome Lists containing this project

README

          


Datum Cloud Portal


Modern cloud infrastructure management portal

---

## About

The Datum Cloud Portal is a web application for managing cloud infrastructure resources. It provides a unified interface for managing organizations, projects, DNS zones, networking, compute resources, and more.

### Key Features

- **Organization & Project Management** - Create and manage organizations, invite members, and organize resources into projects
- **DNS Management** - Configure DNS zones, records, and domain routing
- **Networking** - Set up HTTP proxies, load balancers, and network policies
- **Real-Time Updates** - Live resource status via Kubernetes Watch API
- **Role-Based Access** - Fine-grained permissions and access control

### Built With

- **React Router v7** - Full-stack React framework with SSR
- **Hono** - Lightweight, high-performance server
- **TanStack Query** - Server state management and caching
- **shadcn/ui + Tailwind CSS** - Modern component library
- **OpenAPI** - Type-safe API clients generated from specs

---

## Quick Start

```bash
# Install dependencies
bun install

# Start development server
bun run dev
```

---

## Documentation

See the **[Developer Documentation](docs/README.md)** for setup guides, architecture details, and development workflows.

---

## License

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdatum-cloud%2Fcloud-portal.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdatum-cloud%2Fcloud-portal?ref=badge_large)