Next-Forge 6が利用可能に
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Vercel Blog
Next-Forgeチームが、Next.jsアプリ向けの本番用Turborepoテンプレート「next-forge 6」をリリースした。このメジャーリリースには、開発者体験の向上、エージェントスキルの追加、クイックスタートガイドの充実などが含まれている。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
next-forge 6 がリリースされました
next-forge は、Next.js アプリケーション向けのプロダクショングレードの Turborepo テンプレートであり、新規アプリのための包括的でオピニオネイテッドな出発点として設計されています。
このメジャーリリースには、多数の開発者体験 (DX) の改善、エージェントスキル、およびクイックスタート、Docker、移行パス向けの新ガイドが含まれています。
next-forge スキル
お好みのエージェントに next-forge スキルをインストールできるようになりました。これにより、エージェントは next-forge のアーキテクチャ、パッケージ、一般的なタスクに関する構造化された知識を獲得します。
Bun がデフォルトに
デフォルトのパッケージマネージャーが Bun になりました。CLI の初期化スクリプトは、プロンプト表示前に現在使用中のパッケージマネージャーを検出します。pnpm、npm、yarn も初期化フローを通じて引き続きサポートされています。
グレースフルデグラデーション
すべてのオプション統合機能は、必要な環境変数が設定されていない場合、エラーをスローするのではなく、機能を静かに低下させるようになりました。Stripe、PostHog、BaseHub、および機能フラグはすべて安全なデフォルト値を返します。プロジェクト起動に必須な環境変数は DATABASE_URL のみです。
新ガイド
クイックスタートガイドでは、Clerk と Postgres データベースを使用するだけで、数分で開発サーバーを起動できます。
さらに、新しい Docker デプロイメントガイドと、Appwrite (認証、データベース、ストレージ)、Convex (データベース)、Novu (通知) からの移行ガイドも利用可能です。
ドキュメントを読んで始めましょう。
続きを読む
原文を表示
next-forge is a production-grade Turborepo template for Next.js apps, designed to be a comprehensive, opinionated starting point for new apps.
This major release comes with a number of DX improvements, an agent skill, and new guides for quickstart, Docker, and migration paths.
next-forge skill
You can now install a next-forge skill into your preferred agent, giving it structured knowledge of next-forge architecture, packages, and common tasks.
Bun by default
The default package manager is now Bun. The CLI init script detects your current package manager before prompting, and pnpm, npm, and yarn are still supported through the init flow.
Graceful degradation
Every optional integration now silently degrades when its environment variables are missing, rather than throwing an error. Stripe, PostHog, BaseHub, and feature flags all return safe defaults. The only required environment variable to boot the project is DATABASE_URL.
New guides
The quickstart guide gets you to a running dev server in a few minutes with just Clerk and a Postgres database.
There is also a new Docker deployment guide and migration guides are available for Appwrite (auth, database, storage), Convex (database), and Novu (notifications).
Read the documentation to get started.
Read more
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み