What problem does it solve? Setting up a full-stack SaaS application requires wiring together a monorepo, web backend, mobile app, authentication, payments, database, monitoring, and analytics, which involves hours of repetitive configuration and integration work. ## Core Features & Use Cases - Monorepo Scaffolding: Initializes a Turborepo workspace with pnpm, shared packages for the tRPC API and Drizzle database layer, and a configured turbo.json pipeline. - Full-Stack Integration: Sets up a Next.js web app and an Expo React Native app sharing typed tRPC routers, TanStack Query, Stripe subscriptions, Turso (libSQL) storage, Sentry monitoring, and PostHog analytics. - Use Case: A developer starting a new cross-platform SaaS product can follow the instructions to generate the complete project structure, environment variable templates, database schema, and deployment configs for Vercel and EAS in one guided workflow. ## Quick Start Use the saas-turbo-bootstrap skill to scaffold a new SaaS monorepo with a Next.js backend, Expo mobile app, Stripe payments, and a Turso database.