Changelog
Track every update to the Cloudrix SaaS Starter Kit. We ship improvements regularly so your foundation keeps getting better.
v1.1.0 June 2026 Latest
- GDPR Compliance: Full data export and deletion endpoints with automated user data cleanup. Compliant with GDPR Articles 15-20.
- Audit Logging: 20 audit action types tracking user activity, admin actions, and system events with tamper-proof log storage.
- API Key Management: Generate, rotate, and revoke API keys with scoped permissions and rate limiting per key.
- Authentication: Added magic link sign-in and improved 2FA setup flow with recovery codes.
- Admin Dashboard: New revenue analytics charts, user growth trends, and subscription churn metrics.
- Webhook System: Fixed retry logic for failed webhook deliveries and added HMAC signature verification.
v1.0.0 May 2026
- Authentication: Email/password, Google OAuth, JWT refresh tokens, email verification, and password reset flows.
- Stripe Payments: Subscriptions, one-time payments, customer portal, invoice generation, and webhook handling.
- Multi-Tenancy: Organizations with team invitations, role-based access control (4 roles), and org-scoped data.
- Admin Dashboard: User management, subscription overview, revenue stats, and system health monitoring.
- Email Service: 7 transactional email templates powered by Resend with retry logic and delivery tracking.
- Infrastructure: Docker Compose for local dev, production Dockerfiles, nginx config, and Terraform modules for AWS ECS.
- Developer Experience: Nx monorepo, shared TypeScript libraries, Swagger API docs, and 55+ test files.