New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

aidol

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aidol

React components for AIdol - Create and chat with your own AI idol group

latest
Source
npmnpm
Version
2.20.0
Version published
Maintainers
1
Created
Source

AIdol Frontend

AI 아이돌 그룹 생성 및 채팅 React 컴포넌트

주요 컴포넌트

생성

  • GroupCreation: 멀티스텝 그룹 생성 폼
  • EmblemGenerator: DALL-E 3 이미지 생성

랜딩

  • HeroSection: 메인 히어로 섹션
  • DemoSection: 데모 섹션

프로필

  • GroupHeader: 그룹 프로필 헤더
  • CompanionGrid: 멤버 카드 그리드

Repository

  • AIdolRepository: AIdol API 클라이언트
  • CompanionRepository: Companion API 클라이언트

설치

npm install aidol @aioia/core

사용법

컴포넌트

import { GroupCreation, HeroSection } from "aidol/client";

<HeroSection onStartClick={() => router.push("/create")} />
<GroupCreation onSubmit={handleCreate} />

Repository

import { AIdolRepository, CompanionRepository } from "aidol";

const aidolRepo = new AIdolRepository(apiService);
const companionRepo = new CompanionRepository(apiService);

// 그룹 생성
const aidol = await aidolRepo.create({ name: "My Group", concept: "cute" });

// 이미지 생성
const image = await aidolRepo.generateImage({ prompt: "K-pop idol emblem" });

i18n 통합

통합 가이드 참조

Peer Dependencies

  • React 18+
  • Next.js 13 또는 14
  • Tailwind CSS with DaisyUI
  • @aioia/core

라이선스

Apache 2.0

Keywords

kpop

FAQs

Package last updated on 06 Mar 2026

Did you know?

Socket

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.

Install

Related posts