Skip to content

RoBo159/robtic-monorepo

Repository files navigation

Robtic

Your all-in-one Discord Ticket & Automation Ecosystem
Manage tickets, support, analytics, and CRM — all in one powerful platform.



📘 Contents

  1. Introduction
  2. Features
  3. Architecture
  4. Installation
  5. Project Structure
  6. Tech Stack
  7. Contributing
  8. License

🧩 Introduction

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.

🚀 Features

  • 🎟️ 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)

🏗️ Architecture Overview

(in progress)

short version

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/

🧩 Installation

Prerequisites

  • Bun
  • Node.js v20+
  • PostgreSQL
  • MongoDB

Clone & Run

git clone https://github.com/robo159/robtic.git
cd robtic
bun install
bun dev

🧠 Tech Stack

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

📦 Project Structure

(in progress)

🤝 Contributing

Contributions, feature requests, and bug reports are welcome!
Please check our Contributing Guide.


📜 License

Licensed under the MIT License.


all copyrights by RoBo

About

Robtic is a full-stack Discord ticketing and automation framework designed for developers, community owners, and support teams.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors