Skip to content

Releases: justnode/better-saas

v0.4.1

18 Aug 06:53
f6578d9

Choose a tag to compare

Add API key generation, management, and usage functionality including:

Database schema for API keys

CRUD API endpoints

UI components for key management

API key authentication middleware

v0.4.0

17 Aug 09:10
3dfcb2a

Choose a tag to compare

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

24 Jul 07:27
386caec

Choose a tag to compare

What's Changed

  • refactor(docs): make meta config loading compatible with cloudflare w… by @justnode in #11

Full Changelog: v0.3.0...v0.3.1

v0.3.0: Feature/cloudflare deploy (#10)

24 Jul 06:39
a4167a7

Choose a tag to compare

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

16 Jul 02:44
7782985

Choose a tag to compare

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

13 Jul 14:44
ac8a72d

Choose a tag to compare

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