Your all-in-one Discord Ticket & Automation Ecosystem
Manage tickets, support, analytics, and CRM — all in one powerful platform.
Robtic is a full-stack Discord ticketing and automation framework designed for developers, community owners, and support teams.
It provides:
- a clean dashboard (
robtic.org) - a professional admin panel
- Discord integration
- and optional CRM automation via Odoo.
- 🎟️ Advanced Ticket System (multi-panel, embeds, roles)
- ⚙️ Customizable Dashboard (Next.js frontend)
- 🧠 Smart API Layer (Express + Prisma)
- 🧾 CRM Integration with Odoo
- 📊 Analytics + Status Page
- 🧰 Modular Monorepo Design (apps + packages)
- ☁️ Free Hosting Compatible (Vercel, Netlify, Hostinger)
(in progress)
robtic/
├─ apps/
│ ├─ bot/ # Discord bot (Discord.js & express)
│ ├─ admin/
│ │ ├─interface/ # admin panel for change log ( Vite )
│ │ └─server/ # admin panel api ( express )
│ ├─ dashboard/ # Dashboard Page (Next)
│ ├─ docs-web/ # Docs site
│ └─ status/ # Status page
└─ packages/
├─ shared/
├─ db/
├─ config/- Bun
- Node.js v20+
- PostgreSQL
- MongoDB
git clone https://github.com/robo159/robtic.git
cd robtic
bun install
bun dev| Layer | Technology |
|---|---|
| Frontend | Next.js, Vite, React |
| Backend | Express, TypeScript |
| Bot | Discord.js |
| ORM | Prisma |
| Databases | PostgreSQL + MongoDB |
| CRM | Odoo (Community Edition) |
| Hosting | Vercel, Netlify, Hostinger |
| DNS/SSL | Cloudflare |
(in progress)
Contributions, feature requests, and bug reports are welcome!
Please check our Contributing Guide.
Licensed under the MIT License.
all copyrights by RoBo
