The web-based administration panel for Madmail — a mad fork of maddy, optimized for instant, secure messaging with Delta Chat.
- SvelteKit with TypeScript
- Tailwind CSS v4
- Static adapter for deployment to GitHub Pages
bun install
bun run devbun run build
bun run previewThis project is automatically deployed to GitHub Pages on every push to main via GitHub Actions. Versioning is handled by semantic-release using Conventional Commits.
It is also available as a Docker image published on GitHub Container Registry (GHCR):
docker pull ghcr.io/themadorg/madmail-admin-web:latest
docker run -p 8080:80 ghcr.io/themadorg/madmail-admin-web:latestLicensed under GPL-3.0.