Daed
daed, A modern web dashboard for dae.
Install / Use
/learn @daeuniverse/DaedREADME
📸 Screenshots
<details open> <summary><b>Desktop Screenshots</b></summary>| Setup | Orchestrate | | :-----------------------------------------------------------------: | :-----------------------------------------------------------------------------: | | <img src="docs/screenshots/pc/setup.png" alt="setup" width="400" /> | <img src="docs/screenshots/pc/orchestrate.png" alt="orchestrate" width="400" /> |
</details> <details> <summary><b>Mobile Screenshots</b></summary>| Setup | Orchestrate | | :---------------------------------------------------------------------: | :---------------------------------------------------------------------------------: | | <img src="docs/screenshots/mobile/setup.png" alt="setup" width="200" /> | <img src="docs/screenshots/mobile/orchestrate.png" alt="orchestrate" width="200" /> |
</details>✨ 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:
⚠️ 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! ❤️
<a href="https://github.com/daeuniverse/daed/graphs/contributors"> <img src="https://contrib.rocks/image?repo=daeuniverse/daed" alt="Contributors" /> </a>📄 License
This project is dual licensed:
- Frontend (daed): MIT License
- Backend (dae-wing): AGPL-3.0 License
<div align="center"> Made with ❤️ by <a href="https://github.com/daeuniverse">@daeuniverse</a> </div>
Related Skills
node-connect
349.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
