
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
create-nextforge
Advanced tools
π NEXTFORGE Architecture - Forge your next-gen e-commerce and SaaS app with speed and power. Use: npx create-nextforge@latest
π NEXTFORGE Architecture - Forge your next-gen app with speed and power. The ultimate full-stack foundation for modern e-commerce and SaaS applications
β οΈ Important: Use
npx create-nextforge@latestto create a new project, NOTnpm i create-nextforge
NEXTFORGE is a battle-tested, production-ready architecture that combines the best modern technologies to create a powerful foundation for e-commerce platforms and SaaS applications. Whether you're building the next Shopify, Stripe, or any complex business application, NEXTFORGE provides the robust infrastructure you need.
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
β Frontend β β Backend β β Infrastructure β
β Next.js 15 βββββΊβ Payload CMS 3.0βββββΊβ Docker β
β React 19 β β PostgreSQL β β PostgreSQL β
β TailwindCSS β β GraphQL API β β Redis β
β TanStack Query β β TypeScript β β N8N β
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
# Using npm (recommended)
npx create-nextforge@latest
# Alternative npm syntax
npm create nextforge@latest
# Using bun
bunx create-nextforge@latest
# Using yarn
yarn create nextforge@latest
# Using pnpm
pnpm create nextforge@latest
bunx create-nextforge@latest
bunx create-nextforge@latest my-saas-app --directory ./my-saas-app --skip-install
--template <template> - Template to use (default: default)--directory <directory> - Directory to create the project in--skip-install - Skip dependency installation--skip-git - Skip git repository initializationAfter project creation, you'll get this enterprise-ready structure:
my-nextforge-app/
βββ frontend/ # Next.js application
β βββ src/
β β βββ app/ # App Router (Next.js 15)
β β βββ components/ # Reusable UI components
β β βββ providers/ # Context providers (TanStack Query)
β βββ public/ # Static assets
β βββ package.json
βββ backend/ # Payload CMS backend
β βββ src/
β β βββ app/ # API routes
β β βββ collections/ # Data models (Products, Users, Orders, etc.)
β β βββ payload.config.ts
β βββ package.json
βββ infra/ # Docker infrastructure
β βββ docker-compose.yml
β βββ redis.conf/
βββ scripts/ # Management scripts
β βββ start-all.sh
β βββ start-dev.sh
β βββ stop-all.sh
βββ workflows/ # N8N automation workflows
βββ package.json # Root package.json
βββ README.md
Create your project:
bunx create-nextforge@latest my-ecommerce-store
cd my-ecommerce-store
Install dependencies:
bun run setup
Start development:
bun run dev
Access your services:
bun run dev - Start development server (without Docker)bun run start - Start all services via Dockerbun run stop - Stop all servicesbun run restart - Restart all servicesbun run logs - View service logsbun run dev:frontend - Start frontend onlybun run dev:backend - Start backend onlybun run dev:local - Start frontend and backend locallybun run docker:up - Start infrastructure via Dockerbun run docker:down - Stop Docker containersbun run docker:build - Build Docker imagesbun run docker:logs - View Docker logsPAYLOAD_SECRET=your-secret-key-here
DATABASE_URI=postgresql://admin:StrongPass@localhost:5432/nextforge
# Next.js Configuration
NEXT_PUBLIC_SERVER_URL=http://localhost:3001
NEXT_PUBLIC_PAYLOAD_URL=http://localhost:3001
# Development
NODE_ENV=development
NEXT_PUBLIC_API_URL=http://localhost:3001
NEXT_PUBLIC_PAYLOAD_URL=http://localhost:3001
N8N_HOST=localhost
N8N_PORT=5678
N8N_PROTOCOL=http
N8N_EDITOR_BASE_URL=http://localhost:5678
# Database
DB_TYPE=postgresdb
DB_POSTGRESDB_HOST=localhost
DB_POSTGRESDB_PORT=5432
DB_POSTGRESDB_DATABASE=nextforge
DB_POSTGRESDB_USER=admin
DB_POSTGRESDB_PASSWORD=StrongPass
# Redis
QUEUE_BULL_REDIS_HOST=localhost
QUEUE_BULL_REDIS_PORT=6379
NEXTFORGE is designed for easy deployment on:
Need help? We're here for you:
Create by komvnich
MIT License - see LICENSE file for details.
We welcome contributions! Please read CONTRIBUTING.md for information on how to contribute to the project.
Built with β€οΈ for the modern web development community
Start building your next big e-commerce or SaaS application today with NEXTFORGE!
FAQs
π NEXTFORGE Architecture - Forge your next-gen e-commerce and SaaS app with speed and power. Use: npx create-nextforge@latest
We found that create-nextforge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.