Overview

Ready Start is a production-grade SaaS starter template that helps developers launch projects in days.

Core Features

Tech Stack

LayerTechnology
BackendNestJS + TypeScript + PostgreSQL (raw SQL)
FrontendReact 18 + Vite + Tailwind CSS + Shadcn/UI
State ManagementZustand
CacheValkey / Redis
PaymentsStripe
EmailSMTP (AWS SES, Gmail, SendGrid, etc.) + Handlebars
WebsiteAstro
DeploymentDocker + Docker Swarm

Architecture

readystart/
├── api/                # Backend business code (NestJS)
├── console/            # Frontend business code (React)
├── libs/
│   ├── api-core/       # Core backend modules (do not modify)
│   └── console-core/   # Core frontend modules (do not modify)
├── website/            # Website (Astro)
└── docker/             # Docker configs

Core libraries (libs/) provide auth, billing, tenancy and other base features. Business code (api/, console/) builds on top of them.