From 6b699ae6b5a629599e462b8cb54dfd1d381bee25 Mon Sep 17 00:00:00 2001 From: saidheerajv Date: Thu, 23 Oct 2025 09:34:17 +0530 Subject: [PATCH] Add Loosly coupled NestJS React Starter to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06fbe50..fd86e3b 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ - [NestJS Boilerplate with Awesome Docs](https://github.com/vndevteam/nestjs-boilerplate) - A NestJS boilerplate with SWC builder, PNPM, Auth, TypeORM, PostgreSQL, Seeding data (TypeORM Extension), Mailing (@nestjs-modules/mailer, nodemailer), Logging (Pino), Exception Handling, I18N, Dockerization (Local development, production), Swagger, Document (Vuepress), Lint & format (ESLint, Prettier, Editorconfig, Husky, Lint-Staged, Commitlint), Tests, CI. - [NestJS Boilerplate with Turborepo](https://github.com/theaungphyo/turborepo) - A robust boilerplate integrating NestJS for the backend and Next.js for the frontend, optimized with Turborepo for a monorepo architecture. It leverages SWC for lightning-fast compilation, PNPM for efficient package management, and implements JWT-based authentication with refresh token support. The backend uses TypeORM with PostgreSQL, and includes a mail service powered by Nodemailer. The frontend is pre-configured with Shadcn UI, supports a micro-frontend architecture, and includes built-in linting and formatting tools—making it ideal for building scalable and modern full-stack applications. - [NestForge](https://github.com/hhsadiq/NestForge) - More than a boilerplate — it's a complete AI-powered development platform that takes you from database schema to production-ready API in minutes. Unlike traditional boilerplates, NestForge uses AI-assistance generators to create production-ready CRUD modules and guides you in extending them with business logic while keeping your code fully aligned with architectural standards. Features zero-config setup, hexagonal architecture, enterprise features (JWT, Biometric login, Social Auth, File Management, Mailing System, i18n, GitHub Actions), Hygen code generation, AI that codes with you, and full testing suite (Unit, E2E, Load tests). +- [Loosly coupled NestJS React Starter](https://github.com/saidheerajv/react-nest-monorepo-boilerplate/) - A simple monorepo setup without workspaces or Turborepo, designed to keep the frontend (React) and backend (NestJS) cleanly separated during development while enabling a unified monolithic deployment. The React app is served efficiently through NestJS static file hosting. ## Projects using NestJS