オープンソース Next.js SaaS ボイラープレート(MIT)
AI と一緒に SaaS を、
最初の足場から。
Slipway は AI と一緒に開発するための Next.js SaaS ボイラープレート。認証・ダッシュボード・ルート保護まで動く最小構成を、Claude Code ワークスペース付きで MIT で公開しています。
含まれるもの
単体でデプロイ可能な、完成した Next.js アプリです。クローンしてから、サインアップ済みダッシュボードを開くまで 30分以内(通常は5分以内)。外部サービスの契約は一切不要です。
- 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)
多くのボイラープレートはコードだけを提供しますが、Slipway は同梱の .claude/ ワークスペースで、AI ペアプログラマーが最初のプロンプトから戦力になります。
最初の足場は、用意できています。
English
Build your SaaS with AI — from the first scaffold.
Slipway is an open-source Next.js SaaS boilerplate built to be developed with AI — auth, a dashboard, and route protection that run out of the box, with a Claude Code workspace included. MIT licensed.
What's inside
A complete, deployable Next.js app on its own. From clone to a signed-in dashboard in under 30 minutes (typically under 5). No external service accounts required.
- 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)