<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cloudrix SaaS Starter Blog</title>
    <link>https://demo.cloudrix.io/blog</link>
    <description>Technical insights, tutorials, and guides for building SaaS products with NestJS and Angular.</description>
    <language>en-us</language>
    <lastBuildDate>Sat, 27 Jun 2026 19:37:05 GMT</lastBuildDate>
    <atom:link href="https://demo.cloudrix.io/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title><![CDATA[Best NestJS Boilerplates in 2026: Complete Comparison]]></title>
      <link>https://demo.cloudrix.io/blog/best-nestjs-boilerplates-2026</link>
      <guid>https://demo.cloudrix.io/blog/best-nestjs-boilerplates-2026</guid>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[We compared the top NestJS boilerplates so you don't have to. Here's what we found after testing auth, payments, deployment, and developer experience across 6 options.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>Boilerplate</category>
      <category>Comparison</category>
      <category>SaaS</category>
    </item>
    <item>
      <title><![CDATA[NestJS BullMQ Background Jobs Tutorial]]></title>
      <link>https://demo.cloudrix.io/blog/nestjs-bullmq-background-jobs</link>
      <guid>https://demo.cloudrix.io/blog/nestjs-bullmq-background-jobs</guid>
      <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Learn how to implement reliable background job processing in NestJS using BullMQ with Redis-backed queues, retries, and monitoring.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>BullMQ</category>
      <category>Background Jobs</category>
      <category>Redis</category>
    </item>
    <item>
      <title><![CDATA[How to Add Two-Factor Authentication to NestJS]]></title>
      <link>https://demo.cloudrix.io/blog/how-to-add-2fa-nestjs</link>
      <guid>https://demo.cloudrix.io/blog/how-to-add-2fa-nestjs</guid>
      <pubDate>Sat, 06 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Step-by-step guide to implementing TOTP-based two-factor authentication in NestJS with QR codes, backup codes, and secure verification.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>2FA</category>
      <category>Authentication</category>
      <category>Security</category>
    </item>
    <item>
      <title><![CDATA[TypeORM Multi-Tenancy with PostgreSQL]]></title>
      <link>https://demo.cloudrix.io/blog/typeorm-multi-tenancy-postgresql</link>
      <guid>https://demo.cloudrix.io/blog/typeorm-multi-tenancy-postgresql</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Implement row-level, schema-level, and database-level multi-tenancy in TypeORM with PostgreSQL for your NestJS SaaS application.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>TypeORM</category>
      <category>PostgreSQL</category>
      <category>Multi-Tenancy</category>
      <category>NestJS</category>
    </item>
    <item>
      <title><![CDATA[How to Add Stripe Payments to NestJS: Complete 2026 Guide]]></title>
      <link>https://demo.cloudrix.io/blog/nestjs-stripe-integration-guide</link>
      <guid>https://demo.cloudrix.io/blog/nestjs-stripe-integration-guide</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Step-by-step guide to integrating Stripe subscriptions into your NestJS app. Covers checkout sessions, webhooks, and subscription lifecycle management.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>Stripe</category>
      <category>Payments</category>
      <category>Tutorial</category>
    </item>
    <item>
      <title><![CDATA[Angular Admin Dashboard Tutorial: Build from Scratch]]></title>
      <link>https://demo.cloudrix.io/blog/angular-admin-dashboard-tutorial</link>
      <guid>https://demo.cloudrix.io/blog/angular-admin-dashboard-tutorial</guid>
      <pubDate>Sat, 23 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Build a production-ready admin dashboard with Angular using standalone components, lazy loading, charts, data tables, and role-based access.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>Angular</category>
      <category>Dashboard</category>
      <category>Tutorial</category>
      <category>Admin Panel</category>
    </item>
    <item>
      <title><![CDATA[NestJS vs Next.js for SaaS: Which Should You Choose in 2026?]]></title>
      <link>https://demo.cloudrix.io/blog/nestjs-vs-nextjs-for-saas</link>
      <guid>https://demo.cloudrix.io/blog/nestjs-vs-nextjs-for-saas</guid>
      <pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Both frameworks dominate the TypeScript landscape, but they solve different problems. Here's when to choose NestJS, when to choose Next.js, and why it matters for your SaaS.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>Next.js</category>
      <category>SaaS</category>
      <category>Architecture</category>
    </item>
    <item>
      <title><![CDATA[NestJS RBAC Implementation Guide: Roles and Permissions]]></title>
      <link>https://demo.cloudrix.io/blog/nestjs-rbac-implementation</link>
      <guid>https://demo.cloudrix.io/blog/nestjs-rbac-implementation</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Implement fine-grained role-based access control in NestJS with custom decorators, guards, and a flexible permission model.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>RBAC</category>
      <category>Security</category>
      <category>Authorization</category>
    </item>
    <item>
      <title><![CDATA[Docker Compose for NestJS + Angular Development]]></title>
      <link>https://demo.cloudrix.io/blog/docker-compose-nestjs-angular</link>
      <guid>https://demo.cloudrix.io/blog/docker-compose-nestjs-angular</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Set up a complete local development environment with Docker Compose for NestJS, Angular, PostgreSQL, and Redis.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>Docker</category>
      <category>NestJS</category>
      <category>Angular</category>
      <category>DevOps</category>
    </item>
    <item>
      <title><![CDATA[Why NestJS + Angular Is the Best Stack for B2B SaaS]]></title>
      <link>https://demo.cloudrix.io/blog/why-nestjs-angular-for-saas</link>
      <guid>https://demo.cloudrix.io/blog/why-nestjs-angular-for-saas</guid>
      <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Enterprise teams choose NestJS and Angular for a reason. Here's why this stack dominates in B2B SaaS and how to leverage it.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>Angular</category>
      <category>SaaS</category>
    </item>
    <item>
      <title><![CDATA[NestJS Webhook System Tutorial: Send, Verify, Retry]]></title>
      <link>https://demo.cloudrix.io/blog/nestjs-webhook-system-tutorial</link>
      <guid>https://demo.cloudrix.io/blog/nestjs-webhook-system-tutorial</guid>
      <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Build a complete webhook system in NestJS with HMAC signature verification, exponential retry logic, and delivery tracking.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>Webhooks</category>
      <category>API</category>
      <category>Integration</category>
    </item>
    <item>
      <title><![CDATA[NestJS + Angular Authentication: JWT, OAuth, and Refresh Tokens]]></title>
      <link>https://demo.cloudrix.io/blog/nestjs-angular-authentication-jwt-oauth</link>
      <guid>https://demo.cloudrix.io/blog/nestjs-angular-authentication-jwt-oauth</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Build production-grade auth for your NestJS + Angular app. Covers JWT access tokens, Google OAuth, secure refresh token rotation, and Angular route guards.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>Angular</category>
      <category>Authentication</category>
      <category>JWT</category>
      <category>OAuth</category>
      <category>Tutorial</category>
    </item>
    <item>
      <title><![CDATA[Angular Signals for SaaS State Management]]></title>
      <link>https://demo.cloudrix.io/blog/angular-signals-state-management</link>
      <guid>https://demo.cloudrix.io/blog/angular-signals-state-management</guid>
      <pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Replace complex RxJS state management with Angular Signals for cleaner, more maintainable SaaS applications.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>Angular</category>
      <category>Signals</category>
      <category>State Management</category>
      <category>RxJS</category>
    </item>
    <item>
      <title><![CDATA[Building Multi-Tenant SaaS with NestJS: Architecture Guide]]></title>
      <link>https://demo.cloudrix.io/blog/multi-tenant-saas-nestjs-architecture</link>
      <guid>https://demo.cloudrix.io/blog/multi-tenant-saas-nestjs-architecture</guid>
      <pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Three approaches to multi-tenancy in NestJS, with trade-offs for each. Learn which one fits your SaaS and how to implement it without the complexity.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>Multi-tenancy</category>
      <category>Architecture</category>
      <category>SaaS</category>
    </item>
    <item>
      <title><![CDATA[GDPR Compliance in NestJS: Data Export and Deletion]]></title>
      <link>https://demo.cloudrix.io/blog/gdpr-compliance-nestjs</link>
      <guid>https://demo.cloudrix.io/blog/gdpr-compliance-nestjs</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Implement GDPR-compliant data export, right-to-deletion, and consent management in your NestJS SaaS application.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>GDPR</category>
      <category>Privacy</category>
      <category>Compliance</category>
    </item>
    <item>
      <title><![CDATA[NestJS API Rate Limiting Guide: Protect Your SaaS]]></title>
      <link>https://demo.cloudrix.io/blog/nestjs-api-rate-limiting</link>
      <guid>https://demo.cloudrix.io/blog/nestjs-api-rate-limiting</guid>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Implement tiered API rate limiting in NestJS with Redis, custom decorators, and per-plan limits for your SaaS API.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>Rate Limiting</category>
      <category>API</category>
      <category>Security</category>
    </item>
    <item>
      <title><![CDATA[Why Angular + NestJS for SaaS in 2026]]></title>
      <link>https://demo.cloudrix.io/blog/why-angular-nestjs-saas-2026</link>
      <guid>https://demo.cloudrix.io/blog/why-angular-nestjs-saas-2026</guid>
      <pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A practical comparison of SaaS tech stacks in 2026 and why Angular + NestJS remains the strongest choice for B2B products.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>Angular</category>
      <category>NestJS</category>
      <category>SaaS</category>
      <category>Architecture</category>
    </item>
    <item>
      <title><![CDATA[The Complete Guide to SaaS Authentication in 2026]]></title>
      <link>https://demo.cloudrix.io/blog/saas-authentication-complete-guide</link>
      <guid>https://demo.cloudrix.io/blog/saas-authentication-complete-guide</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[JWT refresh tokens, OAuth, magic links, 2FA — every auth pattern your SaaS needs, explained with implementation details.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>Authentication</category>
      <category>Security</category>
      <category>JWT</category>
    </item>
    <item>
      <title><![CDATA[Deploy NestJS + Angular to AWS: Complete Guide]]></title>
      <link>https://demo.cloudrix.io/blog/deploy-nestjs-angular-aws</link>
      <guid>https://demo.cloudrix.io/blog/deploy-nestjs-angular-aws</guid>
      <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Deploy your NestJS backend and Angular frontend to AWS using ECS, S3, CloudFront, RDS, and ElastiCache with CI/CD automation.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>AWS</category>
      <category>NestJS</category>
      <category>Angular</category>
      <category>DevOps</category>
      <category>Deployment</category>
    </item>
    <item>
      <title><![CDATA[NestJS Audit Logging: Track Every User Action]]></title>
      <link>https://demo.cloudrix.io/blog/nestjs-audit-logging-guide</link>
      <guid>https://demo.cloudrix.io/blog/nestjs-audit-logging-guide</guid>
      <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Implement comprehensive audit logging in NestJS with interceptors, TypeORM subscribers, and queryable audit trails for compliance.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>NestJS</category>
      <category>Audit Logging</category>
      <category>Compliance</category>
      <category>Security</category>
    </item>
    <item>
      <title><![CDATA[Angular SSR Setup for SEO: Step by Step]]></title>
      <link>https://demo.cloudrix.io/blog/angular-ssr-setup-seo</link>
      <guid>https://demo.cloudrix.io/blog/angular-ssr-setup-seo</guid>
      <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Configure Angular Server-Side Rendering for optimal SEO with meta tags, structured data, and pre-rendering strategies.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>Angular</category>
      <category>SSR</category>
      <category>SEO</category>
      <category>Performance</category>
    </item>
    <item>
      <title><![CDATA[SaaS Boilerplate vs Building from Scratch: Cost Analysis]]></title>
      <link>https://demo.cloudrix.io/blog/saas-starter-vs-building-from-scratch</link>
      <guid>https://demo.cloudrix.io/blog/saas-starter-vs-building-from-scratch</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A detailed cost and time comparison between using a SaaS boilerplate and building your application infrastructure from zero.]]></description>
      <author>firas@cloudrix.io (Firas Sayah)</author>
      <category>SaaS</category>
      <category>Boilerplate</category>
      <category>Business</category>
      <category>Startup</category>
    </item>
  </channel>
</rss>