Docker & CI workflows, Payments polish, Email stack updates & dependency bumps
Indie Kit (Pro)
- Docker & CI: Added production-ready Docker configs and automated GitHub Actions workflows.
- Payments UX: Polished credit purchase screens with better error handling and loading skeletons.
- Auth: Wrapped password reset routes in Suspense for smoother transitions.
- Email Stack: Upgraded to
react-email(v6.3.2) and aligned all templates. - Marketing: Simplified the hero section with a dynamic wordmark image.
- Dependencies: Bumped AWS SDK, Next MDX, Sentry, Inngest, and updated to Node 24.
Multi-Tenant (B2B) Kit
- Docker & DB: Added Docker Compose setup with integrated PostgreSQL support.
- Payments: Integrated Paddle and Polar.
- Auth & Onboarding: Switched sign-up and password reset routes to client components with Suspense (to fix nextjs
useSearchParamsissue) - CI Pipelines: Added GitHub Actions workflow to confirm builds before shipping.