create-sailor 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # create-sailor
2
2
 
3
- > Governed scaffolding for AI-native SaaS. One converged stack, zero questions: Next.js + Hono + Postgres + Better Auth + Stripe, with every capability live the moment you add its key.
3
+ > Governed scaffolding for AI-native SaaS. One converged stack, zero questions: Next.js + Hono + Postgres + Better Auth + Creem, with every capability live the moment you add its key.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/create-sailor.svg?color=0033FE)](https://www.npmjs.com/package/create-sailor)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-0033FE.svg)](https://opensource.org/licenses/MIT)
@@ -32,7 +32,7 @@ Nebutra runs in production:
32
32
  | App + API | Next.js + Hono gateway (mounted in Next, or deployed on its own) |
33
33
  | Database | Postgres + Prisma |
34
34
  | Auth | Better Auth |
35
- | Payments | Stripe, plus WeChat Pay / Alipay for mainland China |
35
+ | Payments | Creem (cards worldwide, merchant of record), plus WeChat Pay / Alipay for mainland China |
36
36
  | Email | Resend |
37
37
  | SMS | Twilio Verify, plus Aliyun for mainland China |
38
38
  | Object storage | any S3-compatible bucket (Cloudflare R2, Aliyun OSS) |
package/dist/index.js CHANGED
@@ -702,7 +702,7 @@ collected, the purpose of processing, and retention period.
702
702
  | Usage / \u4F7F\u7528 | Page views, clickstream / \u9875\u9762\u6D4F\u89C8\u3001\u70B9\u51FB\u6D41 | Analytics, product improvement / \u5206\u6790\u3001\u4EA7\u54C1\u6539\u8FDB | Automatic / \u81EA\u52A8 | 13 months / 13 \u4E2A\u6708 | Consent / \u9700\u540C\u610F |
703
703
  | Usage / \u4F7F\u7528 | Cookies / Cookie | See Cookie Preferences / \u8BE6\u89C1 Cookie \u504F\u597D | Automatic / \u81EA\u52A8 | Varies / \u4E0D\u4E00 | Consent / \u9700\u540C\u610F |
704
704
  | Billing / \u652F\u4ED8 | Billing address / \u8D26\u5355\u5730\u5740 | Payment processing / \u652F\u4ED8\u5904\u7406 | User-provided | 7 years (tax) / 7 \u5E74\uFF08\u7A0E\u52A1\uFF09 | If paid plan / \u4ED8\u8D39\u65F6 |
705
- | Billing / \u652F\u4ED8 | Payment method token / \u652F\u4ED8\u4EE4\u724C | Recurring billing / \u8BA2\u9605\u7EED\u8D39 | Stripe / payment processor | Until deletion / \u76F4\u81F3\u5220\u9664 | If paid plan / \u4ED8\u8D39\u65F6 |
705
+ | Billing / \u652F\u4ED8 | Payment method token / \u652F\u4ED8\u4EE4\u724C | Recurring billing / \u8BA2\u9605\u7EED\u8D39 | Creem / payment processor | Until deletion / \u76F4\u81F3\u5220\u9664 | If paid plan / \u4ED8\u8D39\u65F6 |
706
706
  | Content / \u5185\u5BB9 | Uploaded files / \u4E0A\u4F20\u6587\u4EF6 | Service delivery / \u670D\u52A1\u4EA4\u4ED8 | User-provided | Until deletion by user / \u76F4\u81F3\u7528\u6237\u5220\u9664 | Optional / \u53EF\u9009 |
707
707
  | Content / \u5185\u5BB9 | Messages, prompts / \u6D88\u606F\u3001\u63D0\u793A\u8BCD | Service delivery, AI inference / \u670D\u52A1\u4EA4\u4ED8\u3001AI \u63A8\u7406 | User-provided | 30 days then purged unless saved / 30 \u5929\u540E\u6E05\u9664\uFF08\u9664\u975E\u4FDD\u5B58\uFF09 | Optional / \u53EF\u9009 |
708
708
  | Behavior / \u884C\u4E3A | Feature flags, experiments / \u529F\u80FD\u5F00\u5173\u3001\u5B9E\u9A8C | Product personalization / \u4EA7\u54C1\u4E2A\u6027\u5316 | Automatic / \u81EA\u52A8 | 13 months / 13 \u4E2A\u6708 | Consent / \u9700\u540C\u610F |
@@ -998,7 +998,7 @@ Arguments:
998
998
  name project name or path (default: my-app; use . for cwd)
999
999
 
1000
1000
  There is nothing to choose. Every project gets the same converged stack:
1001
- Next.js + Hono gateway \xB7 Postgres + Prisma \xB7 Better Auth \xB7 Stripe (+ WeChat Pay /
1001
+ Next.js + Hono gateway \xB7 Postgres + Prisma \xB7 Better Auth \xB7 Creem (+ WeChat Pay /
1002
1002
  Alipay) \xB7 Resend \xB7 S3-compatible storage (R2 / OSS) \xB7 QStash \xB7 Redis \xB7 Sentry \xB7
1003
1003
  PostHog \xB7 Turnstile \xB7 MCP
1004
1004
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sailor",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "nebutra": {
5
5
  "status": "foundation",
6
6
  "graph": "core",
@@ -35,8 +35,8 @@
35
35
  "tsup": "^8.5.1",
36
36
  "typescript": "^5.9.3",
37
37
  "vitest": "^4.1.4",
38
- "@nebutra/brand": "2.0.0",
39
- "@nebutra/preset": "0.1.3"
38
+ "@nebutra/brand": "3.0.0",
39
+ "@nebutra/preset": "0.1.4"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=22.0.0"