Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

daeuniverse/daed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

774 Commits

Repository files navigation

daed logo

daed

A modern web dashboard for dae

Build Status Release License Pull Requests

Features β€’ Getting Started β€’ Development β€’ Contributing β€’ License


πŸ“Έ Screenshots

Desktop Screenshots
Setup Orchestrate
setup orchestrate
Mobile Screenshots
Setup Orchestrate
setup orchestrate

✨ Features

  • 🎨 Beautiful UI β€” Modern, intuitive interface with light/dark mode support
  • ⌨️ Keyboard First β€” Built-in keyboard navigation and shortcuts for power users
  • πŸ“± Responsive β€” Fully mobile-friendly design
  • πŸš€ Fast β€” Built with React and optimized for performance

🌐 Online Demo

Try daed directly in your browser without installation:

πŸ”— daeuniverse.github.io/daed

⚠️ Important: Since GitHub Pages uses HTTPS, your dae-wing backend must also be served over HTTPS. Browsers block mixed content (HTTPS page connecting to HTTP backend). Configure a reverse proxy with TLS or use a self-signed certificate for local development.

πŸš€ Getting Started

Please refer to the Quick Start Guide to start using daed right away!

🐳 Docker Deployment

Pull the prebuilt image:

docker pull ghcr.io/daeuniverse/daed

Run the container:

docker run -d \
 --privileged \
 --network=host \
 --pid=host \
 --restart=always \
 -v /sys:/sys \
 -v /etc/daed:/etc/daed \
 --name=daed \
 ghcr.io/daeuniverse/daed:latest

Or use Docker Compose:

# docker-compose.yml
services:
 daed:
 image: ghcr.io/daeuniverse/daed
 container_name: daed
 privileged: true
 network_mode: host
 pid: host
 restart: always
 volumes:
 - /sys:/sys
 - /etc/daed:/etc/daed
docker compose up -d

Access the dashboard at http://localhost:2023.

πŸ’» Development

Prerequisites

Setup

# Clone the repository
git clone https://github.com/daeuniverse/daed.git
cd daed
# Install dependencies
pnpm install
# Start development server
pnpm dev

Available Scripts

Command Description
pnpm dev Start development server
pnpm build Build for production
pnpm lint Lint and fix code
pnpm codegen Generate GraphQL types

🀝 Contributing

Contributions are welcome! Whether it's bug reports, feature requests, or pull requests β€” all are appreciated.

Please read our Contributing Guide before submitting a PR.

Special thanks to all contributors! ❀️

Contributors

πŸ“„ License

This project is dual licensed:


Made with ❀️ by @daeuniverse

About

daed, A modern web dashboard for dae.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /