Next-forge 6이 출시되었습니다
hackernews
|
|
💼 비즈니스
#next-forge
#next.js
#release
#turborepo
요약
Next-forge 6 버전이 출시되어 기본 패키지 관리자가 Bun으로 변경되고, 환경 변수 누락 시 에러 대신 안전한 기본값을 반환하는 기능이 추가되었습니다. 또한 사용자의 에이전트에 next-forge의 아키텍처 지식을 심어줄 수 있는 새로운 스킬 기능과 Docker 배포 및 서비스 마이그레이션을 위한 가이드가 제공됩니다. 주요 업데이트에는 개발자 경험(DX) 향상과 함께 Clerk 및 Postgres를 이용한 빠른 시작 가이드가 포함되어 있습니다.
왜 중요한가
개발자 관점
검토중입니다
연구자 관점
검토중입니다
비즈니스 관점
검토중입니다
본문
1 min read 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. npx skills add vercel/next-forge 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.