Built with Coding Factory modules

Coding Factory

모듈 조합으로 웹 프로젝트를 빠르게 생성하는 보일러플레이트 시스템.
CLI 한 줄로 Next.js 프로젝트 생성, 필요한 모듈만 추가/제거.

terminal

$ pnpm factory init my-project

? Select a preset

● landing — seo + analytics + ads

○ saas — auth + db + security + analytics + seo

○ ecommerce — all 7 modules

○ custom — pick modules manually

✓ Project created at ./my-project

Advertisement

Presets

프로젝트 유형에 맞는 프리셋을 선택하세요

Landing

seo + analytics + ads

SaaS

auth + db + security + analytics + seo

E-commerce

auth + db + security + seo + analytics + ads + payments

7 Modules

자유롭게 조합하세요. 생성 후에도 추가/제거 가능.

SEO

seo

Meta tags, sitemap, robots.txt, JSON-LD, 한국 포털 대응

Analytics

analytics

GA4, GTM, event tracking, cookie consent banner

Ads

ads

Google AdSense, Naver AdPost, ad-block detection

Security

security

CSP, CSRF, rate limiting, Zod validation

Auth

auth

NextAuth.js v5 — Google, Kakao, Naver + credentials

Database

db

Prisma adapter — PostgreSQL, MySQL, SQLite

Payments

payments

Toss Payments / Stripe unified adapter

Advertisement

FAQ

Coding Factory란?

모듈 조합으로 웹 프로젝트를 빠르게 생성하는 보일러플레이트 시스템입니다. CLI 한 줄로 Next.js 프로젝트를 생성합니다.

어떤 모듈이 있나요?

SEO, Analytics, Ads, Security, Auth, DB, Payments 총 7개 모듈을 제공합니다.

프리셋은 뭔가요?

목적에 맞게 미리 조합된 모듈 세트입니다. Landing, SaaS, E-commerce 3개 프리셋을 제공합니다.

생성된 프로젝트는 독립적인가요?

네. coding-factory에 대한 런타임 의존성이 없는 순수 Next.js 앱입니다.

How it works

1

Choose a preset

landing, saas, ecommerce, or custom

2

Pick a theme

default, corporate, or playful

3

Generate

CLI copies code into a clean Next.js project

4

Customize

Add/remove modules anytime with factory add/remove

Advertisement