Admin tooling and moderation workflows for Gratonite.
This pointer repo represents the admin and moderation layer of Gratonite. Admin features are currently integrated into the main app:
- Backend: API routes in
apps/api/(moderation, audit logs, automod, raid protection) - Frontend: Admin UI in
apps/web/(guild settings, word filters, member management)
All active development happens in the main monorepo.
- Audit logs for all administrative actions
- Automod with keyword-based filtering and word filters
- User timeouts, temp bans, and ban appeals
- Raid protection mode
- Role management with per-channel permission overrides
- Member screening and server rules gate
- Ticket system for member support
- Admin analytics dashboard
| Repo | Description |
|---|---|
| CoodayeA/Gratonite | Main monorepo (source of truth) |
| Gratonite-Labs/api | Backend API |
| Gratonite-Labs/web | Web client |
See CONTRIBUTING.md in the main repo.