Stackelio

Launch a modular SaaS platform without starting from zero.

This monorepo is organized for product teams that need a web app, API, worker, shared packages, database access, and local infrastructure from day one.

Web App

Next.js dashboard foundation

App Router, TypeScript, Tailwind CSS, and a shared UI package ready for product surfaces.

API

NestJS backend service

Composable modules, environment-first config, and health endpoints for service orchestration.

Worker

Queue-friendly background worker

A TypeScript worker service prepared for jobs, events, and async SaaS workflows.

Shared Types

Acme Operations

Example shared workspace model imported from @stackelio/types.

{ "id": "ws_demo", "name": "Acme Operations", "slug": "acme-operations", "plan": "growth", "createdAt": "2026-04-21T15:20:24.508Z" }
Plan: growth