Mar 28, 2026
27 Apps, One Monorepo, Zero Regrets
We kept creating new repos for every project. Shared code drifted, configs diverged, and a single bug fix became a multi-day coordination exercise. Here is how a Turborepo monorepo fixed all of it.
Explore related projects and articles
Multi-tenant SaaS platform with plugin architecture
AI agent deployment platform with infrastructure provisioning
Professional trading platform with real-time analytics
Email platform for AI agents with MCP/API inbox creation
WCAG 2.2 AA compliance scanning with multi-engine analysis
Career ladder platform with resume builder and job search automation
AI-powered Kanban board for software teams
Mar 28, 2026
We kept creating new repos for every project. Shared code drifted, configs diverged, and a single bug fix became a multi-day coordination exercise. Here is how a Turborepo monorepo fixed all of it.
Mar 20, 2026
Our trading dashboard polled every 5 seconds and users complained about stale data. We rebuilt on Convex with real-time subscriptions and the difference was not incremental — it was a different product.
Mar 10, 2026
Every customer wanted something different. The CRM customer needed contacts. The LMS customer needed courses. We were shipping bloated software that served nobody well. Here is how plugins fixed it.
Mar 5, 2026
A customer asked for Monday.com integration. We could have hard-coded it into the core. Instead, we built a plugin system — and 18 months later we have 34 plugins serving 27 apps.
Feb 28, 2026
We embedded a Spline scene in our trading dashboard. The first version ran at 12fps on a MacBook Air. Here is how we shipped 3D that users actually enjoyed instead of endured.
Feb 22, 2026
Monday.com's app framework promises drag-and-drop integration. The reality involves undocumented OAuth quirks, a pagebuilder that fights your layout, and an approval process that rejects you for reasons you cannot reproduce.