Skip to content

AI と一緒に開発する Next.js SaaS ボイラープレート

あなたの AI が作ったコードは、まだ検証されていない。

Slipway は AI と一緒に開発するための Next.js SaaS ボイラープレート。Pro 版は認証・Stripe 課金・デプロイを実鍵で一周し、E2E テストで検証済みの状態で届きます。そして 12ヶ月、保守され続けます。

クローンからログイン済みダッシュボードまで。実時間録画の早回しです。

AI がコードを書く時代の「未検証リスク」

Claude Code に「SaaS の土台を作って」と頼めば、1セッションでそれらしいものが出てきます。私たちは実際にやって、測りました。 コードの見た目は、市販のボイラープレートにかなり近いところまで来ます。

問題は、そのコードが検証されていないことです。

  • その Stripe 連携は、テストモードの鍵で一度でも決済を通しましたか? 本番モードでは?
  • Webhook が順不同で届いたとき、サブスクリプションの状態は正しく同期されますか?
  • カスタマーポータルで解約したユーザーのプラン制御は、即座に反映されますか?
  • 「動いて見える」ことを、テストで再確認できますか? あなたが手を入れた後も?

AI は書くのが速い。検証は速くなっていません。SaaS の土台で最も時間がかかるのは書くことではなく、課金まわりを実環境で一周させ、壊れていないことを証明し続けることです。Slipway Pro が売っているのは、その部分です。

lite で今すぐ試せる(無料・MIT)

Slipway lite は GitHub で公開している無料版です。単体でデプロイ可能な、完成したアプリです。

  • Next.js 15(App Router / RSC / Server Actions / Turbopack)+ TypeScript strict(build / lint / tsc すべてクリーン)
  • Auth.js v5 — メール/パスワード + Google OAuth(任意)、二層のルート保護
  • Prisma 6 + SQLite — 設定不要のローカル開発。本番は provider 1行と DATABASE_URL の変更で Postgres へ
  • Tailwind CSS v4 — ランディングページ+設定ページ付きダッシュボード
  • Claude Code ワークスペース — アーキテクチャを AI に教える CLAUDE.md、エージェント3体(feature-builder / code-reviewer / db-expert)、スラッシュコマンド3個(/new-page /add-model /preflight)

クローンしてから、サインアップ済みダッシュボードを開くまで 30分以内(通常は5分以内)。外部サービスの契約は一切不要です。

Pro の中身 — 正しく作るのに最も時間がかかる部分

機能
lite(無料)
Pro
認証(メール/パスワード + Google OAuth)
lite:
Pro:
ダッシュボード、設定、アカウント削除
lite:
Pro:
ランディングページ + Claude Code ワークスペース
lite:
Pro:
Stripe 課金一式・実環境検証済み(チェックアウト、カスタマーポータル、Webhook 同期、プラン制御)
lite:
Pro:
E2E テストスイート(あなたの変更後も再検証できる)
lite:
Pro:
セットアップ自動化(クローンから起動まで1コマンド)
lite:
Pro:
12ヶ月のアップデートアクセス
lite:
Pro:
ライセンス
lite: MIT
Pro: 商用(1開発者・プロジェクト数無制限)
価格
lite: 無料
Pro: $149(early access)/ 正式 $199

「検証済み」の意味を具体的に: Stripe のチェックアウト → Webhook 受信 → DB のプラン状態同期 → 機能のプラン制御 → カスタマーポータルでの変更・解約、この一連を実際の鍵で通し、その手順を E2E テストとして同梱します。テストがあるので、あなたが改造した後も「壊れていないこと」を自分で証明できます。

価格と early access の条件

early access: $149(正式リリース後は $199)

early access は事実上の予約購入です。条件をすべて書きます。

  • 納期: 2026-07-31 までに納品します。 納品 = private リポジトリへの招待
  • 納期に間に合わなかった場合、全額返金します。 申請は不要、こちらから返金処理します
  • early access 価格($149)は正式リリース前の購入にのみ適用されます。正式リリース後は $199 です
  • 内容: 永続利用ライセンス+納品日から12ヶ月のアップデートアクセス(以後の更新は任意・割引価格)

FAQ

Q1. 自分の Claude Code に作らせればよくない?
正直に言うと、コードだけなら、かなり近いものが出ます。私たち自身が素の Claude Code に同等物を作らせて実測しました — 1セッションで見た目の差はほぼ消えます。あなたが買うのはコードの「量」ではなく、(1) 実鍵で課金フローを一周させた検証、(2) 環境構築・設定の摩擦の解消、(3) 壊れたら直り続ける12ヶ月の保守です。それが不要なら、lite と自分の AI で進んでください。lite は MIT です — それで足りる人がいることを、私たちは隠しません。
Q2. lite だけで本番運用できる?
できます。lite は単体で完結したアプリで、Postgres への切り替えと環境変数の設定で Vercel 等にそのままデプロイ可能です。lite に無いのは課金(Stripe)、テスト、セットアップ自動化、更新アクセスです。課金を自分で作って検証する時間と $149 の比較が、購入判断のすべてです。
Q3. npm audit で警告が出ますが。
出ます。隠しません。現時点で moderate 2件が報告され、いずれも実体は同一の上流問題 — Next.js 15 が内部に同梱する PostCSS(<8.5.10、GHSA-qx2v-qp2m-jg93)です。ビルド時の CSS 処理系で、Slipway 自身のコードではなく、本番サーバーで実行されるアプリケーションコードでもありません。npm が提案する「修正」は Next.js 9 へのダウングレードで、現実的ではありません。Next.js 側の修正リリースが出次第、lite(公開リポジトリ)と Pro(更新アクセス)の両方に依存更新を反映します。
Q4. early access で買うと、何が・いつ届く?
2026-07-31 までに private リポジトリへ招待します(購入時に GitHub ユーザー名をお知らせください)。間に合わなければ全額返金します。納品日から12ヶ月、同リポジトリ経由で更新を受け取れます。
Q5. ライセンスの範囲は?
1開発者・プロジェクト数無制限。Slipway Pro を土台にした SaaS・アプリ(エンドプロダクト)の開発・商用運用・販売は自由です。禁止は2点だけ: Pro のコードをテンプレート/ボイラープレートとして再販すること、Pro 自体を再配布すること(無償含む)。詳細は販売条件ページに全文を載せています。
Q6. Claude Code 以外(Cursor 等)でも使える?
コード本体は標準的な Next.js + TypeScript で、どのエディタ・AI でも使えます。同梱の .claude/(エージェント・スラッシュコマンド)は Claude Code 専用ですが、CLAUDE.md はただの Markdown なので、他の AI にコンテキストとして読ませることはできます。

書くのは AI に任せられる時代になりました。検証は、まだです。

English

The code your AI wrote is still unverified.

Slipway is a Next.js SaaS boilerplate built to be developed with AI. The Pro edition ships with auth, Stripe billing, and deployment verified end to end with real keys, E2E test suite included — and it stays maintained for 12 months.

The problem — unverified risk in the AI era

Ask Claude Code to "build me a SaaS starter" and you'll get something plausible in one session. We actually did this, and measured it. The code gets remarkably close to commercial boilerplates — on the surface.

The problem is that the code is unverified.

  • Has that Stripe integration ever processed a payment with test-mode keys? With live keys?
  • When webhooks arrive out of order, does subscription state stay in sync?
  • When a user cancels via the customer portal, does plan gating update correctly?
  • Can you re-verify that it works — with tests — after you change it?

AI made writing fast. It didn't make verification fast. The slowest part of a SaaS foundation isn't writing it; it's pushing the billing path through a real environment and proving, continuously, that it isn't broken. That is what Slipway Pro sells.

Try lite right now (free, MIT)

Slipway lite is the free edition, public on GitHub — a complete, deployable app on its own.

  • Next.js 15 (App Router / RSC / Server Actions / Turbopack) + TypeScript strict (build / lint / tsc all clean)
  • Auth.js v5 — email/password + optional Google OAuth, two-layer route protection
  • Prisma 6 + SQLite — zero-config local dev; swap the provider line and DATABASE_URL for Postgres in production
  • Tailwind CSS v4 — landing page plus a dashboard shell with settings
  • Claude Code workspace — a CLAUDE.md that teaches the architecture, 3 agents (feature-builder / code-reviewer / db-expert), 3 slash commands (/new-page /add-model /preflight)

From clone to a signed-in dashboard in under 30 minutes (typically under 5). No external service accounts required.

What's in Pro — the parts that take the longest to get right

(Same comparison as above.)

What "verified" means, concretely: Stripe checkout → webhook delivery → plan state synced to the DB → feature gating → changes and cancellation via the customer portal — this entire path is exercised with real keys, and the procedure ships as an E2E test suite. Because the tests are included, you can prove it still works after you modify it.

Pricing and early access terms

Early access: $149 ($199 after official release)

Early access is effectively a pre-order. Here are all the terms:

  • Delivery by 2026-07-31. Delivery = invitation to the private repository
  • If we miss the date, you get a full refund. No request needed — we initiate it
  • The early access price ($149) applies only to purchases before the official release; afterwards the price is $199
  • Includes: a perpetual-use license plus 12 months of update access from the delivery date (optional discounted renewal afterwards)

FAQ

Q1. Couldn't I just have my own Claude Code build this?
Honestly: for the code alone, you'd get close. We ran this experiment ourselves — a plain Claude Code session nearly erases the visible difference. What you're buying isn't code volume. It's (1) verification — a billing path pushed through real keys, (2) the removal of setup friction, and (3) 12 months of maintenance that keeps fixing what breaks. If you don't need those, take lite and your own AI — lite is MIT, and we won't pretend that isn't enough for some people.
Q2. Can I run lite in production?
Yes. lite is complete on its own: switch to Postgres, set the env vars, and it deploys to Vercel as-is. What lite lacks is billing (Stripe), tests, automated setup, and update access. The purchase decision is exactly this: your time to build and verify billing yourself, versus $149.
Q3. npm audit reports warnings.
It does, and we won't hide it. Currently 2 moderate advisories, both tracing to a single upstream issue: the copy of PostCSS (<8.5.10, GHSA-qx2v-qp2m-jg93) bundled inside Next.js 15. It's build-time CSS tooling — not Slipway's own code, and not application code running on your production server. npm's suggested "fix" is downgrading Next.js to v9, which is not realistic. As soon as Next.js ships a patched release, the dependency bump lands in both lite (public repo) and Pro (update access).
Q4. If I buy early access, what arrives, and when?
An invitation to the private repository, no later than 2026-07-31 (tell us your GitHub username at purchase). If we miss the date, full refund. You receive updates through that repository for 12 months from delivery.
Q5. What does the license cover?
1 developer, unlimited projects. Building, commercially operating, and selling end products (SaaS, apps) on top of Slipway Pro is unrestricted. Only two things are prohibited: reselling the Pro code as a template/boilerplate, and redistributing Pro itself (including for free). The full terms are on the sales terms page.
Q6. Does it work outside Claude Code (Cursor, etc.)?
The codebase is standard Next.js + TypeScript and works with any editor or AI. The bundled .claude/ directory (agents, slash commands) is Claude Code-specific, but CLAUDE.md is plain Markdown — any AI can read it as context.

Writing code is now something you can delegate to AI. Verifying it isn't — yet.