dorkhub

daed

daed, A modern web dashboard for dae.

daeuniverse
TypeScript1.9k206 forksMITupdated 6 days ago
visit the demogit clone https://github.com/daeuniverse/daed.gitdaeuniverse/daed
daed logo

daed

A modern web dashboard for dae

Build Status Release License Pull Requests

FeaturesGetting StartedDevelopmentContributingLicense


📸 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

more like this

agentlytics

Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…

JavaScript555
@f

ESP_OTA_Dashboard

an efficient and user friendly OTA server equipped with a powerful WEB UI, designed to effortlessly manage both your ES…

HTML54

PlexWatch

PlexWatch is a Discord bot that provides a real-time dashboard for your Plex media server, featuring active stream moni…

Python57

claude-agent-viz

Claude Code 에이전트 활동을 실시간으로 시각화하는 로컬 대시보드. 나의 활동기반으로 잔디를심고 게임을 곁들인!

JavaScript62

search

search projects, people, and tags