Releases: justnode/better-saas
v0.4.1
v0.4.0
implement credit system with balance tracking and monthly distribution
Add credit tables and schema for tracking user balances and transactions
Create credit service with methods for earning/spending credits
Implement monthly credit distribution cron job via Vercel
v0.3.1
v0.3.0: Feature/cloudflare deploy (#10)
feat(cloudflare): add Cloudflare Workers deployment support,Add open-next config for Cloudflare deployment
refactor(icons): replace tabler icons with lucide-react for better bundle size
refactor(build): remove unused bundle analysis scripts and dependencies
v0.2.0
Add deployment documentation and improve navigation structure
Add deployment guides for Docker and Vercel in both English and Chinese
Implement nested folder structure for documentation navigation
Remove testing pyramid diagrams from architecture docs
Update meta.json files to include deployment section
Update documentation content and structure
Version 0.1.0
Overview
We are excited to announce the initial release of our Next.js-based SaaS application, version 0.1. This release introduces the core functionality of the platform, providing a foundation for building and scaling your SaaS solution. This is an early-stage release, and we welcome feedback from the community to help shape future iterations.
🚀 Features
- 🔐 Authentication: Email/password and social login (GitHub, Google) with Better Auth
- 💳 Payments: Stripe integration with subscription management and billing dashboard
- 📁 File Management: Upload, preview, and manage files with AWS S3/R2 storage
- 🌍 Internationalization: Multi-language support (English/Chinese) with next-intl
- 📱 Responsive Design: Modern UI with Radix UI and Tailwind CSS v4
- 📖 Documentation: Built-in documentation system with Fumadocs
- 🔒 Protected Routes: Role-based access control and route protection
- 👥 Admin Dashboard: User management and system administration
- ⚡ Performance: Optimized with Next.js 15 App Router and Turbo mode
- 🧪 Testing: Comprehensive testing suite with Jest, Playwright, and integration tests