# SwiftAI Boilerplate Pro ## Docs - [Welcome to SwiftAI Boilerplate Pro](https://docs.swiftaiboilerplate.com/pages/index.md): Swift 6 + iOS 26 Liquid Glass iOS boilerplate for AI-powered apps. Streaming chat, Supabase auth, RevenueCat subscriptions, and 11 clean Swift Packages. - [Installation](https://docs.swiftaiboilerplate.com/pages/installation.md): Get the boilerplate running in **under 10 minutes**. - [Quick Start](https://docs.swiftaiboilerplate.com/pages/quickstart.md): Go from zero to a running app in 10 minutes - [Architecture](https://docs.swiftaiboilerplate.com/pages/architecture.md): System design, patterns, and module structure of SwiftAI Boilerplate Pro - [Building Your App](https://docs.swiftaiboilerplate.com/pages/guides/building-your-app.md): Complete step-by-step customization guide from boilerplate to App Store - [AI-Assisted Development](https://docs.swiftaiboilerplate.com/pages/guides/ai-assisted-development.md): Build faster with Claude Code, Xcode Coding Intelligence, Cursor AI, and Bolt AI. Pre-configured CLAUDE.md, .cursor rules, and .bolt chat modes included. - [Agentic Development Setup](https://docs.swiftaiboilerplate.com/pages/guides/skills-setup.md): Set up Claude Code for agentic iOS development with SwiftAI Boilerplate Pro - [Authentication Guide](https://docs.swiftaiboilerplate.com/pages/guides/authentication.md): Unified authentication with Apple, Google, and Email via Supabase - [Supabase Setup](https://docs.swiftaiboilerplate.com/pages/guides/supabase-setup.md): Complete guide to setting up Supabase for authentication, database, and AI proxy. - [RevenueCat Setup](https://docs.swiftaiboilerplate.com/pages/guides/revenuecat-setup.md): Complete guide to configuring in-app subscriptions with RevenueCat - [OneSignal Push Notifications](https://docs.swiftaiboilerplate.com/pages/guides/onesignal-setup.md): Add push notifications to your app with OneSignal SDK - [Crashlytics Setup](https://docs.swiftaiboilerplate.com/pages/guides/crashlytics-setup.md): Add Firebase Crashlytics to track crashes and errors in production. - [Chat Sync Setup](https://docs.swiftaiboilerplate.com/pages/guides/chat-sync.md): Enable cross-device conversation synchronization - [Profile Photo Setup](https://docs.swiftaiboilerplate.com/pages/guides/profile-photos.md): Store profile photos in Supabase Storage for cross-device access. - [Deployment Guide](https://docs.swiftaiboilerplate.com/pages/guides/deployment.md): Ship your app to TestFlight and the App Store with OpenRouter AI integration - [Testing Guide](https://docs.swiftaiboilerplate.com/pages/guides/testing.md): Run the full ~598-test suite in one pass, write tests, and measure coverage - [Customization Recipes](https://docs.swiftaiboilerplate.com/pages/guides/customization.md): Common customization patterns and examples - [Core Module](https://docs.swiftaiboilerplate.com/pages/modules/core.md): Foundation layer providing **typed error handling**, **PII-safe logging**, and shared utilities. Zero dependencies by design. - [Networking Module](https://docs.swiftaiboilerplate.com/pages/modules/networking.md): Production-ready async HTTP client with interceptors, retry/backoff, caching, and AppError mapping - [Storage Module](https://docs.swiftaiboilerplate.com/pages/modules/storage.md): Production-grade data layer with **SwiftData repositories**, **iOS Keychain** for secrets, and **optional cloud sync**. - [Auth Module](https://docs.swiftaiboilerplate.com/pages/modules/auth.md): Production **unified authentication** with Apple, Google, and Email via Supabase. Includes **reliable session persistence** and **automatic token refresh**. - [Payments Module](https://docs.swiftaiboilerplate.com/pages/modules/payments.md): Production **subscription management** via RevenueCat with **reactive state**, **entitlement checking**, and **beautiful paywall UI**. - [AI Module](https://docs.swiftaiboilerplate.com/pages/modules/ai.md): Production-ready LLM streaming via a Supabase Edge Function → OpenRouter. Server-side keys, model allowlist, and a backend you control. - [Feature Chat Module](https://docs.swiftaiboilerplate.com/pages/modules/feature-chat.md): Complete chat UI with dual styles, streaming, and pagination - [Feature Settings Module](https://docs.swiftaiboilerplate.com/pages/modules/feature-settings.md): The **FeatureSettings** module provides settings management and beautiful paywall UI. - [Design System Module](https://docs.swiftaiboilerplate.com/pages/modules/design-system.md): Production design tokens and UI components with 5 built-in themes. Token-based system ensures visual consistency. - [Localization Module](https://docs.swiftaiboilerplate.com/pages/modules/localization.md): Type-safe localization system with pluralization support for shipping globally-ready iOS apps - [Accessibility Module](https://docs.swiftaiboilerplate.com/pages/modules/accessibility.md): Make your iOS app inclusive by default with VoiceOver, Dynamic Type, Reduce Motion, and High Contrast support - [Upgrading from v1.9 to v2.0](https://docs.swiftaiboilerplate.com/pages/migration/v1-9-to-v2-0.md): The full migration path for Swift 6, iOS 26 Liquid Glass, and the v2.0 architecture refactor. - [Configuration Reference](https://docs.swiftaiboilerplate.com/pages/reference/config.md): Config keys, secrets files, and the generated Configuration.swift for SwiftAI Boilerplate Pro v2.2.0 - [Scripts Reference](https://docs.swiftaiboilerplate.com/pages/reference/scripts.md): Helper scripts shipped in scripts/ for testing, App Store 4.3 hardening, rebranding, config generation, and manifest validation (v2.2.0). - [Changelog](https://docs.swiftaiboilerplate.com/pages/reference/changelog.md): Version history and notable changes - [Features Overview](https://docs.swiftaiboilerplate.com/pages/reference/features.md): Complete inventory of what's included in SwiftAI Boilerplate Pro v2.2.0. - [License & Pricing](https://docs.swiftaiboilerplate.com/pages/reference/license.md): SwiftAI Boilerplate Pro licensing, the $99 single-download and $199 lifetime tiers, lifetime-update policy, grandfathered-buyer benefits, and the separate App Generator product (coming soon). - [Before you submit: App Store Guideline 4.3 hardening](https://docs.swiftaiboilerplate.com/pages/guides/app-store-4-3-hardening.md): How to ship an app built on SwiftAI Boilerplate Pro without getting flagged for spam or template similarity under App Store Review Guideline 4.3. Binary string audits, branding maps, metadata, and an LLM cleanup prompt. ## OpenAPI Specs - [openapi](https://docs.swiftaiboilerplate.com/api-reference/openapi.json)