Krypton Forge Labs Platform
The studio's underlying platform. Odoo 18 backend, Next.js frontends, anti-corruption layer, DB-per-tenant. Every vertical product runs on this.
Read case study
Apps · 2025
A self-hostable project management platform with workspace isolation, board hierarchies, and first-class file attachments. Rust on the backend, Angular on the front, Postgres for the store, MinIO for the blobs.
Case study
Teams stuck on legacy issue trackers wanted something faster than Jira but more structured than Trello — and they wanted to self-host it without paying per seat. Most open-source alternatives had architecture that didn't survive past a few thousand tasks per workspace.
Backend is Rust (actix + sqlx) chosen for tail-latency on tree operations like reparenting task hierarchies. Angular handles the workspace shell. MinIO sits behind a presigned-URL service for attachments so the API never proxies bytes. Everything is packaged with Docker Compose, with health-checked containers and a single up-script for self-hosters.
Shipped and live with internal teams. Cold-start to working workspace is under 5 minutes on a fresh VPS. Median API response stays under 40ms with hundreds of tasks per board.
Related work