Skip to content

Add design style library and open-source release prep - #1

Merged
pandaofwild merged 2 commits into
mainfrom
codex/design-style-library
Jun 3, 2026
Merged

Add design style library and open-source release prep#1
pandaofwild merged 2 commits into
mainfrom
codex/design-style-library

Conversation

@pandaofwild

Copy link
Copy Markdown
Owner

Summary

  • 디자인 스타일 라이브러리 추가 (88개 스타일, 샘플 렌더러, 프롬프트 팔레트)
  • 오픈소스 공개 준비: LICENSE, CONTRIBUTING, SECURITY, .env.example, CI 워크플로우 추가
  • 이미지 생성 API 라우트를 로컬 개발 환경 전용으로 제한 (배포 환경 크레딧 소진 방지)
  • engines + .nvmrc로 Node.js 22 고정, README에 요구사항 명시

Test plan

  • npm run lint 통과
  • npm run build 통과 (193개 페이지 생성)

🤖 Generated with Claude Code

pandaofwild and others added 2 commits June 2, 2026 21:11
- Add LICENSE, CONTRIBUTING, SECURITY, .env.example, and CI workflow
- Guard image generation API route to local development only
- Pin Node.js 22 via engines and .nvmrc
- Document Node version requirement in README

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4a2ac330a5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

</section>

<section className="mx-auto max-w-[1720px] px-5 py-12 lg:px-8">
<DesignStyleLibrary />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Mount the prompt palette panel

This page is the only place users can manage design styles, but it only mounts DesignStyleLibrary; StylePresetPanel is never imported or rendered anywhere in the repo (checked with rg StylePresetPanel). That makes the new prompt palette textarea/generate/reset flow unreachable, so generateCustomPreset can never be invoked through the UI even though the feature is documented and implemented.

Useful? React with 👍 / 👎.

@pandaofwild
pandaofwild merged commit 248c14f into main Jun 3, 2026
1 check passed
pandaofwild added a commit that referenced this pull request Jun 5, 2026
Add design style library and open-source release prep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant