Updates
Changelog
Product updates and announcements
v0.1.3
v0.1.3 - Cloudflare Email Support
Added Cloudflare Email support messaging for transactional email delivery and refined related release content.
Highlights
- Added Cloudflare Email as a supported email delivery option for transactional messages.
- Clarified how ShipSaaS fits teams building on Cloudflare Workers, Cloudflare Pages, and edge-first SaaS infrastructure.
- Refined product copy around email delivery, authentication messages, receipts, and operational notifications.
Added
- Release notes for Cloudflare Email support in the ShipSaaS email sending workflow.
- Clear positioning for teams that want Cloudflare-native email delivery alongside the existing SaaS stack.
- SEO-focused announcement content linked from the ShipSaaS blog.
Impact
- Better Cloudflare alignment: teams deploying ShipSaaS on Cloudflare can describe email delivery as part of the same platform story.
- Better transactional messaging clarity: login emails, verification emails, magic links, payment receipts, and app notifications now have clearer product positioning.
- Better content discoverability: the update connects the changelog, quick start guide, and ShipSaaS overview for stronger internal linking.
Release Notes
- This release focuses on product and documentation content for the Cloudflare Email update.
- Existing email delivery flows and configuration paths remain unchanged.
v0.1.2
v0.1.2 - Creem Payment Support
Added Creem payment support and improved changelog documentation quality for clearer release tracking.
Highlights
- Added Creem as a new payment option for billing flows.
- Improved release notes structure and documentation quality for future updates.
Added
- Creem payment integration for checkout flow.
- Payment status handling for Creem transaction lifecycle.
- Better compatibility for multi-provider payment scenarios.
Documentation Improvements
- Standardized changelog format with clear sections and concise release impact.
- Clarified what changed in this release and why it matters.
Release Notes
- This release focuses on payment capability expansion and documentation quality.
- Existing payment flows remain available while Creem support is introduced.
v0.1.0
Core Updates - March 2026
Concise summary of recent updates from the local ShipSaaS core repository.
Key Updates
- Admin system launched (
72cc969): added admin pages for user and feedback management, plus related API routers and schema updates. - Routing and resilience improved (
39751eb): added global/localenot-foundhandling and strengthened fail-closed rate limiting. - Production safety hardening (
d50deb7): added DB verify/reset scripts and tightened auth, billing, and locale-safe navigation behavior. - Stripe reliability upgraded (
98f3e50,3b3d32d): reworked webhook flow, improved idempotency/Redis handling, and strengthened payment/order consistency.
Impact
- Better operations: new admin and feedback workflows.
- Better billing stability: safer webhook and order lifecycle handling.
- Better runtime safety: stricter protections in rate limiting and auth/billing paths.
- Better i18n UX: clearer not-found behavior across localized routes.
v0.1.0
Initial Release of ShipSaaS
We are excited to launch the official website for ShipSaaS! A high-performance, production-ready SaaS boilerplate.
🚀 Core Tech Stack
- Framework: Next.js 16 (App Router) & React 19 for the ultimate developer experience and performance.
- Styling: Tailwind CSS v4 with Framer Motion for smooth, modern animations.
- Authentication: Powered by Better Auth, supporting secure sessions and multi-provider logins.
- Payments: Robust Stripe integration for subscriptions and one-time purchases.
- Database: Drizzle ORM with PostgreSQL for type-safe database operations.
- API: tRPC v11 ensuring end-to-end type safety between client and server.
- Documentation: Built with Fumadocs for high-performance content delivery.
- Internationalization: Full multi-language support (EN/ZH) via next-intl.
- Tooling: High-speed linting and formatting with Biome.
🛠Key Features
- Cloudflare Ready: Optimized for deployment on Cloudflare Workers/Pages via OpenNext.
- Responsive Design: Mobile-first approach using specialized hooks and components.
- SEO Optimized: Built-in metadata management and sitemap generation.
- Type Safety: 100% TypeScript coverage across the entire codebase.
