Enterprise 2.0 Platform for Industrial Companies
Multi-Tenant SaaS for knowledge management, communication, and collaboration in manufacturing companies.
Dark Mode
Light Mode
Assixx digitizes existing paper-based processes in industrial companies. From TPM checklists to payroll documents — digital, secure, and efficient.
Target Audience: Automotive, Mechanical Engineering, Chemical, Metal Processing | 50–500 employees | Germany
git clone https://github.com/assixx-dev/Assixx.git
cd Assixx/docker
# With Doppler (team members):
doppler run -- ./docker-init.sh
# Without Doppler (external contributors):
./docker-init.sh --localAfter setup completes, start the frontend dev server:
cd .. && pnpm run dev:svelteDevelopment: http://localhost:5173 | Production: http://localhost
Full setup guide: docs/DOCKER-SETUP.md
| Component | Technology |
|---|---|
| Backend | NestJS 11 + Fastify + TypeScript |
| Frontend | SvelteKit 5 + Tailwind v4 |
| Database | PostgreSQL 17 + Row Level Security |
| Cache | Redis 7 |
| Real-Time | WebSocket (Chat & Notifications) |
| Validation | Zod |
| Container | Docker + Nginx (Reverse Proxy) |
Available:
- User Management (Multi-Tenant, Roles: Root/Admin/Employee)
- Document System (Upload, Categories, Access Control)
- Bulletin Board (Digital Announcements)
- Calendar (Events, Drag & Drop)
- CIP System (Continuous Improvement Proposals)
- Shift Planning (Weekly View, Drag & Drop)
- Chat System (Real-Time, Groups, File Attachments)
In Development:
- TPM System — Maintenance Planning for Machines
- Payroll — Secure Salary Documents
- Leave Requests — Digital Workflow
Details: FEATURES.md
| Document | Content |
|---|---|
| FEATURES.md | Addon-Übersicht & Preismodell |
| ARCHITECTURE.md | Technical Architecture |
| DOCKER-SETUP.md | Docker Setup |
| TODO.md | Current Tasks |
cd docker
docker-compose up -d # Start development
docker-compose --profile production up -d # Start production
docker-compose ps # Status
docker-compose logs -f backend # Logs
docker-compose down # StopDevelopment: SCS-Technik Team GitHub: assixx-dev/Assixx
Proprietary Software — All rights reserved. See LICENSE.


