Skip to Content
Iris Saas Kit Documentation 🚀
Introduction

Ultimate SaaS Boilerplate Documentation

Welcome to the Ultimate SaaS Boilerplate - a production-ready foundation that combines Next.js 15, Convex, and modern tooling to help you ship your SaaS faster than ever.

🚀 What You Get

This isn’t just another starter template. It’s a comprehensive SaaS foundation that includes:

  • 🏢 Multi-workspace architecture (like Slack, Notion)
  • 🔐 Complete authentication system with multiple providers
  • 💳 Stripe integration with subscription management
  • ⚡ Real-time features powered by Convex
  • 🎨 Modern UI with shadcn/ui and Tailwind CSS
  • 🛠️ Developer tools and admin interface
  • 📱 Responsive design that works everywhere

🎯 Perfect For

  • Solo developers building their first SaaS
  • Development teams who want to focus on business logic
  • Startups needing to move fast without sacrificing quality
  • Agencies looking for a reliable client project foundation

⚡ Quick Start

Ready to jump in? Here’s how to get started:

  1. Installation - Set up your development environment
  2. Configuration - Configure your app settings
  3. Getting Started - Build your first feature

🏗️ Architecture Overview

Our boilerplate uses a modern, scalable architecture:

  • Frontend: Next.js 15 with App Router and TypeScript
  • Backend: Convex for real-time data and serverless functions
  • Authentication: Multi-provider auth with @convex-dev/auth
  • Payments: Full Stripe integration with webhooks
  • UI: shadcn/ui components with Tailwind CSS
  • State: Zustand for client-side state management

📚 Documentation Structure

🎨 Key Features

Multi-Workspace SaaS

Build workspace-based applications where users can create teams, invite members, and manage permissions.

Real-time Everything

Powered by Convex, your app gets real-time updates, notifications, and collaboration features out of the box.

Production Ready

Type-safe throughout, with error handling, security best practices, and performance optimizations built-in.


Ready to build your SaaS? Start with Installation to set up your development environment.

Last updated on